OR-Tools  8.2
CutGenerator

Detailed Description

Definition at line 41 of file cuts.h.

Public Attributes

std::vector< IntegerVariable > vars
 
std::function< void(const absl::StrongVector< IntegerVariable, double > &lp_values, LinearConstraintManager *manager)> generate_cuts
 

Member Data Documentation

◆ generate_cuts

std::function<void( const absl::StrongVector<IntegerVariable, double>& lp_values, LinearConstraintManager* manager)> generate_cuts

Definition at line 46 of file cuts.h.

◆ vars

std::vector<IntegerVariable> vars

Definition at line 42 of file cuts.h.


The documentation for this struct was generated from the following file: