XJTUmg / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
http://www.pgrouting.org
GNU General Public License v2.0
2 stars 0 forks source link

Meeting: May 31 & June 1 #11

Open XJTUmg opened 7 years ago

XJTUmg commented 7 years ago

this kind of thought is important: because currently we think because it keeps our minds open for changes

XJTUmg commented 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);
   }
XJTUmg commented 7 years ago

types (C & C++ files and sql files)

seq INTEGER,
component BIGINT,
n_seq INTEGER,
node BIGINT
XJTUmg commented 7 years ago

component is the lowest number of the node in one component n_seq is nth_seq