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

Streamable Gurobi specific parameters for solver instantiation. More...

#include <streamable_solver_init_arguments.h>

Public Member Functions

GurobiInitializerProto Proto () const
 Returns the proto corresponding to these parameters.
 

Static Public Member Functions

static StreamableGurobiInitArguments FromProto (const GurobiInitializerProto &args_proto)
 Parses the proto corresponding to these parameters.
 

Public Attributes

std::optional< GurobiISVKeyisv_key
 

Detailed Description

Streamable Gurobi specific parameters for solver instantiation.

Definition at line 67 of file streamable_solver_init_arguments.h.

Member Function Documentation

◆ FromProto()

StreamableGurobiInitArguments operations_research::math_opt::StreamableGurobiInitArguments::FromProto ( const GurobiInitializerProto & args_proto)
static

Parses the proto corresponding to these parameters.

Definition at line 54 of file streamable_solver_init_arguments.cc.

◆ Proto()

GurobiInitializerProto operations_research::math_opt::StreamableGurobiInitArguments::Proto ( ) const

Returns the proto corresponding to these parameters.

Definition at line 44 of file streamable_solver_init_arguments.cc.

Member Data Documentation

◆ isv_key

std::optional<GurobiISVKey> operations_research::math_opt::StreamableGurobiInitArguments::isv_key

An optional ISV key to use to instantiate the solver. This is ignored if a primary_env is provided in NonStreamableGurobiInitArguments.

Definition at line 70 of file streamable_solver_init_arguments.h.


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