OR-Tools  9.6
GlpkRay

Detailed Description

Definition at line 55 of file 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 SparseVector = std::vector<std::pair<int, double> >

Definition at line 56 of file rays.h.

Constructor & Destructor Documentation

◆ GlpkRay()

GlpkRay ( GlpkRayType  type,
SparseVector  non_zero_components 
)

Definition at line 348 of file rays.cc.

Member Data Documentation

◆ non_zero_components

SparseVector non_zero_components

Definition at line 76 of file rays.h.

◆ type

Definition at line 61 of file rays.h.


The documentation for this struct was generated from the following files: