17#ifndef OR_TOOLS_MATH_OPT_SOLVERS_GLPK_RAYS_H_
18#define OR_TOOLS_MATH_OPT_SOLVERS_GLPK_RAYS_H_
24#include "absl/status/statusor.h"
An object oriented wrapper for quadratic constraints in ModelStorage.
absl::StatusOr< std::optional< GlpkRay > > GlpkComputeUnboundRay(glp_prob *const problem)
GlpkRayType
The type of the GlpkRay.
GlpkRay(GlpkRayType type, SparseVector non_zero_components)
GlpkRayType type
The type of ray, primal or dual.
std::vector< std::pair< int, double > > SparseVector
SparseVector non_zero_components