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

Detailed Description

Definition at line 219 of file parameters.h.

#include <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 operations_research::math_opt::GurobiParameters::empty ( ) const
inline

Definition at line 226 of file parameters.h.

◆ FromProto()

GurobiParameters operations_research::math_opt::GurobiParameters::FromProto ( const GurobiParametersProto & proto)
static

Definition at line 190 of file parameters.cc.

◆ Proto()

GurobiParametersProto operations_research::math_opt::GurobiParameters::Proto ( ) const

Definition at line 180 of file parameters.cc.

Member Data Documentation

◆ param_values

gtl::linked_hash_map<std::string, std::string> operations_research::math_opt::GurobiParameters::param_values

Definition at line 221 of file parameters.h.


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