#include "BCP_buffer.hpp"
#include "BCP_var.hpp"
#include "BCP_mempool.hpp"
Include dependency graph for BM_var.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BM_branching_var |
Functions | |
static void | BM_pack_var (const BCP_var_algo *var, BCP_buffer &buf) |
static BCP_var_algo * | BM_unpack_var (BCP_buffer &buf) |
static void BM_pack_var | ( | const BCP_var_algo * | var, | |
BCP_buffer & | buf | |||
) | [inline, static] |
Definition at line 44 of file BM_var.hpp.
References BM_branching_var::pack().
Referenced by BM_lp::pack_var_algo(), and BM_tm::pack_var_algo().
static BCP_var_algo* BM_unpack_var | ( | BCP_buffer & | buf | ) | [inline, static] |
Definition at line 53 of file BM_var.hpp.
Referenced by BM_lp::unpack_var_algo(), and BM_tm::unpack_var_algo().