#include <BonNWayObject.hpp>
Public Member Functions | |
n_way_consequences () | |
n_way_consequences (const n_way_consequences &rhs) | |
n_way_consequences & | operator= (const n_way_consequences &rhs) |
n_way_consequences * | clone () const |
void | applyToSolver (OsiSolverInterface *solver, int state) const |
Public Attributes | |
std::vector< int > | indices |
Definition at line 21 of file BonNWayObject.hpp.
Bonmin::n_way_consequences::n_way_consequences | ( | ) | [inline] |
Definition at line 25 of file BonNWayObject.hpp.
Bonmin::n_way_consequences::n_way_consequences | ( | const n_way_consequences & | rhs | ) | [inline] |
Definition at line 28 of file BonNWayObject.hpp.
n_way_consequences& Bonmin::n_way_consequences::operator= | ( | const n_way_consequences & | rhs | ) | [inline] |
Definition at line 32 of file BonNWayObject.hpp.
n_way_consequences* Bonmin::n_way_consequences::clone | ( | ) | const [inline] |
Definition at line 39 of file BonNWayObject.hpp.
void Bonmin::n_way_consequences::applyToSolver | ( | OsiSolverInterface * | solver, | |
int | state | |||
) | const [inline] |
Definition at line 43 of file BonNWayObject.hpp.
std::vector<int> Bonmin::n_way_consequences::indices |
Definition at line 23 of file BonNWayObject.hpp.