#include "paal/lp/constraints.hpp"#include "paal/lp/ids.hpp"#include "paal/lp/problem_type.hpp"#include <boost/range/iterator_range.hpp>#include <cassert>#include <string>#include <unordered_map>#include <unordered_set>Go to the source code of this file.
Classes | |
| class | paal::lp::detail::lp_base< LP > |
| The common LP solvers base class. Responsible for: More... | |
Namespaces | |
| paal | |
| global namespace of project. | |
| paal::lp | |
| Linear Programming namespace. | |
| paal::lp::detail | |
| Detail of Linear Programming namespace. | |
Enumerations | |
| enum | paal::lp::optimization_type { MINIMIZE, MAXIMIZE } |
| optimization type | |
| enum | paal::lp::simplex_type { PRIMAL, DUAL } |
| simplex method type | |
1.8.5