Go to the source code of this file.
|
| DecisionBuilder * | MakeSetValuesFromTargets (Solver *solver, std::vector< IntVar * > variables, std::vector< int64_t > targets) |
| | A decision builder which tries to assign values to variables as close as possible to target values first. More...
|
| |
| bool | HasUnaryDimension (const std::vector< RoutingDimension * > &dimensions) |
| |
| void | FillPathEvaluation (const std::vector< int64_t > &path, const RoutingModel::TransitCallback2 &evaluator, std::vector< int64_t > *values) |
| |
◆ CP_ROUTING_PUSH_OPERATOR
| #define CP_ROUTING_PUSH_OPERATOR |
( |
|
operator_type, |
|
|
|
operator_method, |
|
|
|
operators |
|
) |
| |
Value: if (search_parameters.local_search_operators().use_##operator_method() == \
operators.push_back(local_search_operators_[operator_type]); \
}
Definition at line 4035 of file routing.cc.