53 vector<int> Class_next;
59 void init_state(
const int nb);
62 int value(
const int i)
const;
63 int value_next()
const;
64 int value_next(
const int i)
const;
69 void change(
const int i,
const int j);
70 void mk_cost(
int* cost,
int sz);
Utilization of the Standard Template Library.
Simulation data for CFTP algorithm.
Definition: cost.h:43
Inline methods of Cost file.