13#ifndef MINOTAURBRVARCAND_H
14#define MINOTAURBRVARCAND_H
47 void setDist(
double ddist,
double udist);
Declare the classes BranchCand storing candidates for branching.
Declare important 'types' used in Minotaur.
Base class for describing candidates for branching on a node in branch-and-bound.
Definition: BrCand.h:32
Derived class of BrCand, it defines candidates for branching on bounds of a variable.
Definition: BrVarCand.h:26
VariablePtr getVar()
Get the variable that we are branching on.
Definition: BrVarCand.cpp:61
std::string getName() const
Display for debugging.
Definition: BrVarCand.cpp:49
BrVarCand(VariablePtr var, int i, double d, double u)
Constructor.
Definition: BrVarCand.cpp:23
double getUDist()
Definition: BrVarCand.cpp:55
double getDDist()
Definition: BrVarCand.cpp:43
Definition: Variable.h:31
Definition: ActiveNodeStore.h:20