Loading...
Searching...
No Matches
idol::VarBranchingDecision Struct Reference

Description

Definition at line 16 of file BranchingDecision.h.

Public Methods

 VarBranchingDecision (Var t_variable, CtrType t_type, double t_bound)

Public Attributes

Var variable
CtrType type
double bound

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.