Class holding data for describing the problem. More...
#include <OS.hpp>
Public Member Functions | |
Constructors and destructors | |
OS_prob () | |
Default constructor. | |
~OS_prob () | |
Default destructor. | |
Public Attributes | |
double | EPSILON |
Numerical precision for double arithmetic. | |
OSInstance * | osinstance |
OSiLReader * | osilreader |
Private Member Functions | |
OS_prob (const OS_prob &) | |
OS_prob & | operator= (const OS_prob &) |
Class holding data for describing the problem.
Definition at line 25 of file OS.hpp.
OS_prob::OS_prob | ( | const OS_prob & | ) | [private] |
double OS_prob::EPSILON |