#include <MCF3_data.hpp>
Public Member Functions | |
| MCF3_branch_decision () | |
| MCF3_branch_decision (int i, int l, int u) | |
| void | pack (BCP_buffer &buf) const |
| void | unpack (BCP_buffer &buf) |
Public Attributes | |
| int | arc_index |
| int | lb |
| int | ub |
Definition at line 51 of file MCF3_data.hpp.
| MCF3_branch_decision::MCF3_branch_decision | ( | ) | [inline] |
Definition at line 58 of file MCF3_data.hpp.
| MCF3_branch_decision::MCF3_branch_decision | ( | int | i, | |
| int | l, | |||
| int | u | |||
| ) | [inline] |
Definition at line 59 of file MCF3_data.hpp.
| void MCF3_branch_decision::pack | ( | BCP_buffer & | buf | ) | const |
| void MCF3_branch_decision::unpack | ( | BCP_buffer & | buf | ) |
Definition at line 54 of file MCF3_data.hpp.
Definition at line 55 of file MCF3_data.hpp.
Definition at line 56 of file MCF3_data.hpp.
1.6.1