#include <solution.h>
Public Methods | |
| solution () | |
| creates the assignment where every variable is assigned to the value 0. | |
| void | save_solution (subproblem &s) |
| sets the assignemnt to the last LP-solution of s. | |
| void | round_to_integer (var v) |
| rounds the assignemnt of variable v to the closest integer. | |
| double | value (var v) |
| returns the assignment of v. | |
| double | value (row &r) |
| returns the assignment of r. | |
1.2.16