![]() |
OR-Tools
9.0
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::sat | |
Macros | |
| #define | APPLY_TO_SINGULAR_FIELD(ct_name, field_name) |
| #define | APPLY_TO_REPEATED_FIELD(ct_name, field_name) |
Functions | |
| void | SetToNegatedLinearExpression (const LinearExpressionProto &input_expr, LinearExpressionProto *output_negated_expr) |
| IndexReferences | GetReferencesUsedByConstraint (const ConstraintProto &ct) |
| void | ApplyToAllLiteralIndices (const std::function< void(int *)> &f, ConstraintProto *ct) |
| void | ApplyToAllVariableIndices (const std::function< void(int *)> &f, ConstraintProto *ct) |
| void | ApplyToAllIntervalIndices (const std::function< void(int *)> &f, ConstraintProto *ct) |
| std::string | ConstraintCaseName (ConstraintProto::ConstraintCase constraint_case) |
| std::vector< int > | UsedVariables (const ConstraintProto &ct) |
| std::vector< int > | UsedIntervals (const ConstraintProto &ct) |
| int64_t | ComputeInnerObjective (const CpObjectiveProto &objective, const CpSolverResponse &response) |
| #define APPLY_TO_REPEATED_FIELD | ( | ct_name, | |
| field_name | |||
| ) |
Definition at line 163 of file cp_model_utils.cc.
| #define APPLY_TO_SINGULAR_FIELD | ( | ct_name, | |
| field_name | |||
| ) |
Definition at line 156 of file cp_model_utils.cc.