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

Detailed Description

Definition at line 285 of file parameters.h.

#include <parameters.h>

Public Member Functions

XpressParametersProto Proto () const
bool empty () const

Static Public Member Functions

static XpressParameters FromProto (const XpressParametersProto &proto)

Public Attributes

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

Member Function Documentation

◆ empty()

bool operations_research::math_opt::XpressParameters::empty ( ) const
inline

Definition at line 292 of file parameters.h.

◆ FromProto()

XpressParameters operations_research::math_opt::XpressParameters::FromProto ( const XpressParametersProto & proto)
static

Definition at line 227 of file parameters.cc.

◆ Proto()

XpressParametersProto operations_research::math_opt::XpressParameters::Proto ( ) const

Definition at line 217 of file parameters.cc.

Member Data Documentation

◆ param_values

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

Definition at line 287 of file parameters.h.


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