#include <OS.hpp>
Collaboration diagram for OS_prob:

Public Member Functions | |
Constructors and destructors | |
| OS_prob () | |
| Default constructor. | |
| ~OS_prob () | |
| Default destructor. | |
Constructors and destructors | |
| OS_prob () | |
| Default constructor. | |
| ~OS_prob () | |
| Default destructor. | |
Public Attributes | |
| double | EPSILON |
| Numerical precision for double arithmetic. | |
| OSInstance * | osinstance |
| OSiLReader * | osilreader |
| OSInstance * | osinstance |
| OSiLReader * | osilreader |
| std::ostringstream | addtxtstr |
| long int | ttlcuts |
| long int | conscount |
| int | locs |
| int | routes |
| int | hubloc |
| long int | initialcons |
| bool | haveBranched |
Private Member Functions | |
| OS_prob (const OS_prob &) | |
| OS_prob & | operator= (const OS_prob &) |
| OS_prob (const OS_prob &) | |
| OS_prob & | operator= (const OS_prob &) |
Definition at line 25 of file OS.hpp.
| OS_prob::OS_prob | ( | const OS_prob & | ) | [private] |
| OS_prob::OS_prob | ( | const OS_prob & | ) | [private] |
| OS_prob::OS_prob | ( | ) |
Default constructor.
| OS_prob::~OS_prob | ( | ) |
Default destructor.
| double OS_prob::EPSILON |
Numerical precision for double arithmetic.
Definition at line 32 of file OS.hpp.
Referenced by OS_lp::unpack_module_data().
Definition at line 33 of file OS.hpp.
Referenced by OS_tm::initialize_core(), OS_tm::readInput(), and OS_lp::unpack_module_data().
| std::ostringstream OS_prob::addtxtstr |
| long int OS_prob::ttlcuts |
| long int OS_prob::conscount |
| int OS_prob::locs |
| int OS_prob::routes |
| int OS_prob::hubloc |
| long int OS_prob::initialcons |
1.4.7