Home
last modified time | relevance | path

Searched defs:max_node_index (Results 1 – 5 of 5) sorted by relevance

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/points/
H A Dkd_tree.h474 static index_t max_node_index( in max_node_index() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh_AABB.h272 static index_t max_node_index(index_t node_index, index_t b, index_t e) { in max_node_index() function
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/vki/
H A Dvki-xen-sysctl.h124 vki_uint32_t max_node_index; member
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/vki/
H A Dvki-xen-sysctl.h124 vki_uint32_t max_node_index; member
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_sat.cc1038 bool IsFeasibleArcVarMap(const ArcVarMap& arc_vars, int max_node_index) { in IsFeasibleArcVarMap()
1066 const int max_node_index = model.Nexts().size() + model.vehicles(); in SolveModelWithSat() local