Google OR-Tools v9.11
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 |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::math_opt |
An object oriented wrapper for quadratic constraints in ModelStorage. | |
Enumerations | |
enum | operations_research::math_opt::GlpkRayType { operations_research::math_opt::kPrimal , operations_research::math_opt::kDual } |
The type of the GlpkRay. More... | |
Functions | |
absl::StatusOr< std::optional< GlpkRay > > | operations_research::math_opt::GlpkComputeUnboundRay (glp_prob *const problem) |