OR-Tools  9.6
GurobiParameters

Detailed Description

Definition at line 176 of file parameters.h.

Public Member Functions

GurobiParametersProto Proto () const
 
bool empty () const
 

Static Public Member Functions

static GurobiParameters FromProto (const GurobiParametersProto &proto)
 

Public Attributes

gtl::linked_hash_map< std::string, std::string > param_values
 

Member Function Documentation

◆ empty()

bool empty ( ) const
inline

Definition at line 183 of file parameters.h.

◆ FromProto()

GurobiParameters FromProto ( const GurobiParametersProto &  proto)
static

Definition at line 170 of file parameters.cc.

◆ Proto()

GurobiParametersProto Proto ( ) const

Definition at line 160 of file parameters.cc.

Member Data Documentation

◆ param_values

gtl::linked_hash_map<std::string, std::string> param_values

Definition at line 178 of file parameters.h.


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