Public Member Functions | Public Attributes | List of all members
Bonmin::n_way_consequences Class Reference

#include <BonNWayObject.hpp>

Public Member Functions

 n_way_consequences ()
 
 n_way_consequences (const n_way_consequences &rhs)
 
n_way_consequencesoperator= (const n_way_consequences &rhs)
 
n_way_consequencesclone () const
 
void applyToSolver (OsiSolverInterface *solver, int state) const
 

Public Attributes

std::vector< intindices
 

Detailed Description

Definition at line 21 of file BonNWayObject.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

std::vector<int> Bonmin::n_way_consequences::indices

Definition at line 23 of file BonNWayObject.hpp.


The documentation for this class was generated from the following file: