#include <MKC_knapsack.hpp>
Collaboration diagram for MKC_knapsack_set:
Public Member Functions | |
MKC_knapsack_set () | |
~MKC_knapsack_set () | |
void | pack (BCP_buffer &buf) |
void | unpack (BCP_buffer &buf) |
Public Attributes | |
int | order_num |
int | ks_num |
MKC_knapsack * | ks_list |
int | orig_var_num |
char ** | orig_name_list |
double * | orig_row_0 |
double * | orig_row_1 |
Definition at line 111 of file MKC_knapsack.hpp.
MKC_knapsack_set::MKC_knapsack_set | ( | ) | [inline] |
Definition at line 121 of file MKC_knapsack.hpp.
MKC_knapsack_set::~MKC_knapsack_set | ( | ) | [inline] |
Definition at line 124 of file MKC_knapsack.hpp.
References ks_list, orig_name_list, orig_row_0, orig_row_1, and orig_var_num.
void MKC_knapsack_set::pack | ( | BCP_buffer & | buf | ) |
void MKC_knapsack_set::unpack | ( | BCP_buffer & | buf | ) |
Definition at line 113 of file MKC_knapsack.hpp.
double* MKC_knapsack_set::orig_row_0 |
double* MKC_knapsack_set::orig_row_1 |