|
| void | LoadVariables (const CpModelProto &model_proto, bool view_all_booleans_as_integers, Model *m) |
| |
| void | LoadBooleanSymmetries (const CpModelProto &model_proto, Model *m) |
| |
| void | ExtractEncoding (const CpModelProto &model_proto, Model *m) |
| |
| void | ExtractElementEncoding (const CpModelProto &model_proto, Model *m) |
| |
| void | PropagateEncodingFromEquivalenceRelations (const CpModelProto &model_proto, Model *m) |
| |
| void | DetectOptionalVariables (const CpModelProto &model_proto, Model *m) |
| |
| void | AddFullEncodingFromSearchBranching (const CpModelProto &model_proto, Model *m) |
| |
| void | LoadBoolOrConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadBoolAndConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadAtMostOneConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadExactlyOneConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadBoolXorConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadLinearConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadAllDiffConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadIntProdConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadIntDivConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadIntModConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadLinMaxConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadNoOverlapConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadNoOverlap2dConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadCumulativeConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadCircuitConstraint (const ConstraintProto &ct, Model *m) |
| |
| void | LoadRoutesConstraint (const ConstraintProto &ct, Model *m) |
| |
| bool | LoadConstraint (const ConstraintProto &ct, Model *m) |
| |