#include <simplex_method.hpp>
Inheritance diagram for Arageli::simplex_method::linear_prog_task_base:
Public Types | |
ct_equal = 0x01 | |
ct_greater_equal = 0x02 | |
ct_less_equal = 0x04 | |
ct_integer = 0x08 | |
ot_min | |
ot_max | |
enum | constraint_type { ct_equal = 0x01, ct_greater_equal = 0x02, ct_less_equal = 0x04, ct_integer = 0x08 } |
enum | optimum_type { ot_min, ot_max } |
Definition at line 2348 of file simplex_method.hpp.
Definition at line 2350 of file simplex_method.hpp.