idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::VarBranchingDecision Struct Reference
Collaboration diagram for idol::VarBranchingDecision:
Collaboration graph

Public Member Functions

 VarBranchingDecision (Var t_variable, CtrType t_type, double t_bound)
 

Public Attributes

Var variable
 
CtrType type
 
double bound
 

Detailed Description

Definition at line 16 of file BranchingDecision.h.

Constructor & Destructor Documentation

◆ VarBranchingDecision()

idol::VarBranchingDecision::VarBranchingDecision ( Var  t_variable,
CtrType  t_type,
double  t_bound 
)
inline

Definition at line 20 of file BranchingDecision.h.

Member Data Documentation

◆ bound

double idol::VarBranchingDecision::bound

Definition at line 19 of file BranchingDecision.h.

◆ type

CtrType idol::VarBranchingDecision::type

Definition at line 18 of file BranchingDecision.h.

◆ variable

Var idol::VarBranchingDecision::variable

Definition at line 17 of file BranchingDecision.h.