OR-Tools  9.6
CutGenerator

Detailed Description

Definition at line 48 of file cuts.h.

Public Attributes

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

Member Data Documentation

◆ generate_cuts

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

Definition at line 54 of file cuts.h.

◆ only_run_at_level_zero

bool only_run_at_level_zero = false

Definition at line 49 of file cuts.h.

◆ vars

std::vector<IntegerVariable> vars

Definition at line 50 of file cuts.h.


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