![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::bop |
Functions | |
| BopOptimizerBase::Status | LoadStateProblemToSatSolver (const ProblemState &problem_state, sat::SatSolver *sat_solver) |
| void | ExtractLearnedInfoFromSatSolver (sat::SatSolver *solver, LearnedInfo *info) |
| void | SatAssignmentToBopSolution (const sat::VariablesAssignment &assignment, BopSolution *solution) |