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

#include <streamable_solver_init_arguments.h>

Public Member Functions

GurobiInitializerProto::ISVKey Proto () const
 

Static Public Member Functions

static GurobiISVKey FromProto (const GurobiInitializerProto::ISVKey &key_proto)
 

Public Attributes

std::string name
 
std::string application_name
 
int32_t expiration = 0
 
std::string key
 

Detailed Description

Member Function Documentation

◆ FromProto()

GurobiISVKey operations_research::math_opt::GurobiISVKey::FromProto ( const GurobiInitializerProto::ISVKey & key_proto)
static

Definition at line 34 of file streamable_solver_init_arguments.cc.

◆ Proto()

GurobiInitializerProto::ISVKey operations_research::math_opt::GurobiISVKey::Proto ( ) const

Definition at line 25 of file streamable_solver_init_arguments.cc.

Member Data Documentation

◆ application_name

std::string operations_research::math_opt::GurobiISVKey::application_name

Definition at line 57 of file streamable_solver_init_arguments.h.

◆ expiration

int32_t operations_research::math_opt::GurobiISVKey::expiration = 0

Definition at line 58 of file streamable_solver_init_arguments.h.

◆ key

std::string operations_research::math_opt::GurobiISVKey::key

Definition at line 59 of file streamable_solver_init_arguments.h.

◆ name

std::string operations_research::math_opt::GurobiISVKey::name

Definition at line 56 of file streamable_solver_init_arguments.h.


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