OR-Tools  9.6
FlowCoverCutHelper

Detailed Description

Definition at line 272 of file cuts.h.

Public Member Functions

bool ComputeFlowCoverRelaxationAndGenerateCut (const LinearConstraint &base_ct, const absl::StrongVector< IntegerVariable, double > &lp_values, IntegerTrail *integer_trail, ImpliedBoundsProcessor *ib_helper)
 
bool GenerateCut (const SingleNodeFlow &data)
 
const LinearConstraintcut () const
 
std::string Info () const
 

Member Function Documentation

◆ ComputeFlowCoverRelaxationAndGenerateCut()

bool ComputeFlowCoverRelaxationAndGenerateCut ( const LinearConstraint base_ct,
const absl::StrongVector< IntegerVariable, double > &  lp_values,
IntegerTrail integer_trail,
ImpliedBoundsProcessor ib_helper 
)

Definition at line 1726 of file cuts.cc.

◆ cut()

const LinearConstraint& cut ( ) const
inline

Definition at line 286 of file cuts.h.

◆ GenerateCut()

bool GenerateCut ( const SingleNodeFlow data)

Definition at line 1824 of file cuts.cc.

◆ Info()

std::string Info ( ) const
inline

Definition at line 289 of file cuts.h.


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