MTPGraph *_graph;
// The edges will be order as follow: First the nb_locations *
- // nb_time_steps "super node" internal ones, which will have length
- // equal to the opposite of the detection score, then the
- // intra-super nodes, then from source and to exits.
+ // nb_time_steps inside the node pairs, which will have lengths
+ // equal to the opposite of the detection scores, then the ones
+ // between node pairs, and finally the ones from source and to
+ // sink.
scalar_t *_edge_lengths;
int early_pair_node(int t, int l);