Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::GlpkRay Struct Reference

Detailed Description

Definition at line 55 of file rays.h.

#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

Member Typedef Documentation

◆ SparseVector

using operations_research::math_opt::GlpkRay::SparseVector = std::vector<std::pair<int, double>>

Definition at line 56 of file rays.h.

Constructor & Destructor Documentation

◆ GlpkRay()

operations_research::math_opt::GlpkRay::GlpkRay ( GlpkRayType type,
SparseVector non_zero_components )

Definition at line 348 of file rays.cc.

Member Data Documentation

◆ non_zero_components

SparseVector operations_research::math_opt::GlpkRay::non_zero_components

Definition at line 76 of file rays.h.

◆ type

GlpkRayType operations_research::math_opt::GlpkRay::type

Definition at line 61 of file rays.h.


The documentation for this struct was generated from the following files:
  • ortools/math_opt/solvers/glpk/rays.h
  • ortools/math_opt/solvers/glpk/rays.cc