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

Detailed Description

Definition at line 67 of file streamable_solver_init_arguments.h.

#include <streamable_solver_init_arguments.h>

Public Member Functions

GurobiInitializerProto Proto () const

Static Public Member Functions

static StreamableGurobiInitArguments FromProto (const GurobiInitializerProto &args_proto)

Public Attributes

std::optional< GurobiISVKeyisv_key

Member Function Documentation

◆ FromProto()

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

Definition at line 55 of file streamable_solver_init_arguments.cc.

◆ Proto()

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

Definition at line 45 of file streamable_solver_init_arguments.cc.

Member Data Documentation

◆ isv_key

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

Definition at line 70 of file streamable_solver_init_arguments.h.


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