Home
last modified time | relevance | path

Searched defs:model_variables (Results 1 – 4 of 4) sorted by relevance

/dports/math/rehearse/Rehearse-31d12f8/Rehearse/src/
H A DCelModel.h20 std::vector<CelVariable *> model_variables; variable
H A DCelExpression.cpp36 vector<CelVariable *> &model_variables){ in attributeColumnIndex()
/dports/math/py-or-tools/or-tools-9.2/examples/cpp/
H A Dfrequency_assignment_problem.cc386 Solver* solver, std::vector<IntVar*>* model_variables, in CreateModelVariables()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_lns.cc62 std::vector<int> model_variables; in Synchronize() local