Open XJTUmg opened 7 years ago
put TODO in the code like this: https://github.com/pgRouting/pgrouting/blob/6cf07edf18fb15cbcfa1439e8b0be3bc231a320e/src/allpairs/src/pgr_allpairs.hpp#L246
// TODO(vicky) in one step
matrix.resize(v_size);
for (size_t i=0; i < v_size; i++)
matrix[i].resize(v_size);
}
types (C & C++ files and sql files)
seq INTEGER,
component BIGINT,
n_seq INTEGER,
node BIGINT
component
is the lowest number of the node in one component
n_seq
is nth_seq
this kind of thought is important: because currently we think because it keeps our minds open for changes