OR-Tools  8.2
TopNCuts

Detailed Description

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)
 

Constructor & Destructor Documentation

◆ TopNCuts()

TopNCuts ( int  n)
inlineexplicit

Definition at line 288 of file linear_constraint_manager.h.

Member Function Documentation

◆ AddCut()

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.

◆ TransferToManager()

void TransferToManager ( const absl::StrongVector< IntegerVariable, double > &  lp_solution,
LinearConstraintManager manager 
)

Definition at line 721 of file linear_constraint_manager.cc.


The documentation for this class was generated from the following files: