![]() |
MAiNGO
|
namespace holding all enums used for branching and B&B reporting More...
Enumerations | |
enum | VT { VT_CONTINUOUS = 0, VT_BINARY, VT_INTEGER } |
Enum for representing the Variable Type of an optimization variable as specified by the user. More... | |
enum | BAB_RETCODE { GLOBALLY_OPTIMAL = 0, INFEASIBLE, GLOBAL_MIN_NODE_SIZE, MAX_TIME, MAX_ITERATIONS, MAX_NODES, FEASIBLE_POINT_ONLY, TARGET_UBD, TARGET_LBD, NOT_SOLVED_YET } |
Enum for representing the return codes returned by the B&B solver. More... | |
enum | NS { NS_BESTBOUND = 0, NS_DEPTHFIRST, NS_BREADTHFIRST } |
Enum for selecting the Node Selection heuristic. More... | |
enum | BV { BV_ABSDIAM = 0, BV_RELDIAM, BV_PSCOSTS } |
Enum for selecting the Branching Variable selection heuristic. More... | |
namespace holding all enums used for branching and B&B reporting
Enum for representing the return codes returned by the B&B solver.
enum babBase::enums::BV |
enum babBase::enums::NS |
Enum for selecting the Node Selection heuristic.
enum babBase::enums::VT |