#include <MCF1_data.hpp>

Classes | |
| struct | arc |
| struct | commodity |
Public Member Functions | |
| MCF1_data () | |
| ~MCF1_data () | |
| int | readDimacsFormat (std::istream &s, bool addDummyArcs) |
| void | pack (BCP_buffer &buf) const |
| void | unpack (BCP_buffer &buf) |
Public Attributes | |
| char * | problem_name |
| arc * | arcs |
| commodity * | commodities |
| int | numarcs |
| int | numnodes |
| int | numcommodities |
Definition at line 11 of file MCF1_data.hpp.
| MCF1_data::MCF1_data | ( | ) | [inline] |
Definition at line 33 of file MCF1_data.hpp.
| MCF1_data::~MCF1_data | ( | ) | [inline] |
Definition at line 37 of file MCF1_data.hpp.
| int MCF1_data::readDimacsFormat | ( | std::istream & | s, | |
| bool | addDummyArcs | |||
| ) |
| void MCF1_data::pack | ( | BCP_buffer & | buf | ) | const |
| void MCF1_data::unpack | ( | BCP_buffer & | buf | ) |
| char* MCF1_data::problem_name |
Definition at line 25 of file MCF1_data.hpp.
Definition at line 26 of file MCF1_data.hpp.
Definition at line 27 of file MCF1_data.hpp.
Definition at line 28 of file MCF1_data.hpp.
Definition at line 29 of file MCF1_data.hpp.
Definition at line 30 of file MCF1_data.hpp.
1.6.1