#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 52 of file MCF3_data.hpp.
| MCF3_branch_decision::MCF3_branch_decision | ( | ) | [inline] |
Definition at line 59 of file MCF3_data.hpp.
| MCF3_branch_decision::MCF3_branch_decision | ( | int | i, | |
| int | l, | |||
| int | u | |||
| ) | [inline] |
Definition at line 60 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 156 of file MCF3_data.cpp.
References arc_index, lb, ub, and BCP_buffer::unpack().
Referenced by MCF3_user::unpack().
Definition at line 55 of file MCF3_data.hpp.
Referenced by MCF3_adjust_bounds(), pack(), and unpack().
Definition at line 57 of file MCF3_data.hpp.
Referenced by MCF3_adjust_bounds(), pack(), and unpack().
1.4.7