![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <optional>#include <utility>#include <vector>#include "absl/status/statusor.h"#include <glpk.h>Go to the source code of this file.
Classes | |
| struct | operations_research::math_opt::GlpkRay |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |
Enumerations | |
| enum | operations_research::math_opt::GlpkRayType { operations_research::math_opt::kPrimal , operations_research::math_opt::kDual } |
Functions | |
| absl::StatusOr< std::optional< GlpkRay > > | operations_research::math_opt::GlpkComputeUnboundRay (glp_prob *const problem) |