OR-Tools  8.2
CoverCutHelper

Detailed Description

Definition at line 241 of file cuts.h.

Public Member Functions

bool TrySimpleKnapsack (const LinearConstraint base_ct, const std::vector< double > &lp_values, const std::vector< IntegerValue > &lower_bounds, const std::vector< IntegerValue > &upper_bounds)
 
LinearConstraintmutable_cut ()
 
const LinearConstraintcut () const
 
const std::string Info ()
 

Member Function Documentation

◆ cut()

const LinearConstraint& cut ( ) const
inline

Definition at line 252 of file cuts.h.

◆ Info()

const std::string Info ( )
inline

Definition at line 255 of file cuts.h.

◆ mutable_cut()

LinearConstraint* mutable_cut ( )
inline

Definition at line 251 of file cuts.h.

◆ TrySimpleKnapsack()

bool TrySimpleKnapsack ( const LinearConstraint  base_ct,
const std::vector< double > &  lp_values,
const std::vector< IntegerValue > &  lower_bounds,
const std::vector< IntegerValue > &  upper_bounds 
)

Definition at line 1155 of file cuts.cc.


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