![]() |
OR-Tools
8.2
|
Definition at line 286 of file linear_constraint_manager.h.
Public Member Functions | |
| TopNCuts (int n) | |
| void | AddCut (LinearConstraint ct, const std::string &name, const absl::StrongVector< IntegerVariable, double > &lp_solution) |
| void | TransferToManager (const absl::StrongVector< IntegerVariable, double > &lp_solution, LinearConstraintManager *manager) |
|
inlineexplicit |
Definition at line 288 of file linear_constraint_manager.h.
| void AddCut | ( | LinearConstraint | ct, |
| const std::string & | name, | ||
| const absl::StrongVector< IntegerVariable, double > & | lp_solution | ||
| ) |
Definition at line 710 of file linear_constraint_manager.cc.
| void TransferToManager | ( | const absl::StrongVector< IntegerVariable, double > & | lp_solution, |
| LinearConstraintManager * | manager | ||
| ) |
Definition at line 721 of file linear_constraint_manager.cc.