![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <rays.h>
Public Types | |
| using | SparseVector = std::vector<std::pair<int, double>> |
Public Member Functions | |
| GlpkRay (GlpkRayType type, SparseVector non_zero_components) | |
Public Attributes | |
| GlpkRayType | type |
| SparseVector | non_zero_components |
| using operations_research::math_opt::GlpkRay::SparseVector = std::vector<std::pair<int, double>> |
| operations_research::math_opt::GlpkRay::GlpkRay | ( | GlpkRayType | type, |
| SparseVector | non_zero_components ) |
| SparseVector operations_research::math_opt::GlpkRay::non_zero_components |
| GlpkRayType operations_research::math_opt::GlpkRay::type |