OR-Tools  9.6
SingleNodeFlow

Detailed Description

Definition at line 250 of file cuts.h.

Public Member Functions

bool empty () const
 
void clear ()
 
std::string DebugString () const
 

Public Attributes

IntegerValue demand
 
std::vector< FlowInfoin_flow
 
std::vector< FlowInfoout_flow
 
int num_bool = 0
 
int num_to_lb = 0
 
int num_to_ub = 0
 

Member Function Documentation

◆ clear()

void clear ( )
inline

Definition at line 252 of file cuts.h.

◆ DebugString()

std::string DebugString ( ) const

Definition at line 1639 of file cuts.cc.

◆ empty()

bool empty ( ) const
inline

Definition at line 251 of file cuts.h.

Member Data Documentation

◆ demand

IntegerValue demand

Definition at line 262 of file cuts.h.

◆ in_flow

std::vector<FlowInfo> in_flow

Definition at line 263 of file cuts.h.

◆ num_bool

int num_bool = 0

Definition at line 267 of file cuts.h.

◆ num_to_lb

int num_to_lb = 0

Definition at line 268 of file cuts.h.

◆ num_to_ub

int num_to_ub = 0

Definition at line 269 of file cuts.h.

◆ out_flow

std::vector<FlowInfo> out_flow

Definition at line 264 of file cuts.h.


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