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

Detailed Description

Definition at line 155 of file g_gurobi.h.

#include <g_gurobi.h>

Public Attributes

std::vector< int > begins
std::vector< int > inds
std::vector< double > vals

Member Data Documentation

◆ begins

std::vector<int> operations_research::math_opt::Gurobi::SparseMat::begins

Definition at line 158 of file g_gurobi.h.

◆ inds

std::vector<int> operations_research::math_opt::Gurobi::SparseMat::inds

Definition at line 162 of file g_gurobi.h.

◆ vals

std::vector<double> operations_research::math_opt::Gurobi::SparseMat::vals

Definition at line 166 of file g_gurobi.h.


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