#include <CoinMpsIO.hpp>
Inheritance diagram for CoinSet:
Public Member Functions | |
Constructor and destructor | |
CoinSet (int numberEntries, const int *which) | |
Constructor. | |
virtual | ~CoinSet () |
Destructor. | |
gets | |
int | numberEntries () const |
Returns number of entries. | |
int | setType () const |
Returns type of set - 1 =SOS1, 2 =SOS2. | |
const int * | which () const |
Returns list of variables. | |
Protected Attributes | |
data | |
int | numberEntries_ |
Number of entries. | |
int | setType_ |
type of set | |
int * | which_ |
Which variables are in set. |
Definition at line 208 of file CoinMpsIO.hpp.
CoinSet::CoinSet | ( | int | numberEntries, | |
const int * | which | |||
) |
Constructor.
virtual CoinSet::~CoinSet | ( | ) | [virtual] |
Destructor.
int CoinSet::numberEntries | ( | ) | const [inline] |
int CoinSet::setType | ( | ) | const [inline] |
const int* CoinSet::which | ( | ) | const [inline] |
int CoinSet::numberEntries_ [protected] |
int CoinSet::setType_ [protected] |
int* CoinSet::which_ [protected] |