#include <TMINLP.hpp>
Public Member Functions | |
BranchingInfo () | |
BranchingInfo (const BranchingInfo &other) | |
void | gutsOfDestructor () |
Public Attributes | |
int | size |
number of variables | |
int * | priorities |
User set priorities on variables. | |
int * | branchingDirections |
User set preferered branching direction. | |
double * | upPsCosts |
User set up pseudo costs. | |
double * | downPsCosts |
User set down pseudo costs. |
Definition at line 162 of file TMINLP.hpp.
Ipopt::TMINLP::BranchingInfo::BranchingInfo | ( | ) | [inline] |
Definition at line 174 of file TMINLP.hpp.
Ipopt::TMINLP::BranchingInfo::BranchingInfo | ( | const BranchingInfo & | other | ) | [inline] |
Definition at line 181 of file TMINLP.hpp.
References branchingDirections, CoinCopyOfArray(), downPsCosts, gutsOfDestructor(), priorities, size, and upPsCosts.
void Ipopt::TMINLP::BranchingInfo::gutsOfDestructor | ( | ) | [inline] |
Definition at line 190 of file TMINLP.hpp.
References branchingDirections, downPsCosts, priorities, and upPsCosts.
Referenced by BranchingInfo().
User set priorities on variables.
Definition at line 167 of file TMINLP.hpp.
Referenced by BranchingInfo(), IpoptInterface::getPriorities(), and gutsOfDestructor().
User set preferered branching direction.
Definition at line 169 of file TMINLP.hpp.
Referenced by BranchingInfo(), IpoptInterface::getBranchingDirections(), and gutsOfDestructor().
User set up pseudo costs.
Definition at line 171 of file TMINLP.hpp.
Referenced by BranchingInfo(), IpoptInterface::getUpPsCosts(), and gutsOfDestructor().
User set down pseudo costs.
Definition at line 173 of file TMINLP.hpp.
Referenced by BranchingInfo(), IpoptInterface::getDownPsCosts(), and gutsOfDestructor().