Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::CoreBasedOptimizer Member List

This is the complete list of members for operations_research::sat::CoreBasedOptimizer, including all inherited members.

CoreBasedOptimizer(IntegerVariable objective_var, absl::Span< const IntegerVariable > variables, absl::Span< const IntegerValue > coefficients, std::function< void()> feasible_solution_observer, Model *model)operations_research::sat::CoreBasedOptimizer
Optimize()operations_research::sat::CoreBasedOptimizer
OptimizeWithSatEncoding(absl::Span< const Literal > literals, absl::Span< const IntegerVariable > vars, absl::Span< const Coefficient > coefficients, Coefficient offset)operations_research::sat::CoreBasedOptimizer