#include <MCF3_data.hpp>

Classes | |
| struct | arc |
| struct | commodity |
Public Member Functions | |
| MCF3_data () | |
| ~MCF3_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 12 of file MCF3_data.hpp.
| MCF3_data::MCF3_data | ( | ) | [inline] |
Definition at line 34 of file MCF3_data.hpp.
| MCF3_data::~MCF3_data | ( | ) | [inline] |
Definition at line 38 of file MCF3_data.hpp.
| int MCF3_data::readDimacsFormat | ( | std::istream & | s, | |
| bool | addDummyArcs | |||
| ) |
| void MCF3_data::pack | ( | BCP_buffer & | buf | ) | const |
| void MCF3_data::unpack | ( | BCP_buffer & | buf | ) |
| char* MCF3_data::problem_name |
Definition at line 26 of file MCF3_data.hpp.
Definition at line 27 of file MCF3_data.hpp.
Definition at line 28 of file MCF3_data.hpp.
Definition at line 29 of file MCF3_data.hpp.
Definition at line 30 of file MCF3_data.hpp.
Definition at line 31 of file MCF3_data.hpp.
1.6.1