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 <gurobi_isv.h>

Public Attributes

std::string name
 
std::string application_name
 
int32_t expiration = 0
 Zero means no expiration.
 
std::string key
 

Detailed Description

An ISV key for the Gurobi solver, an alternative to using a license file.

See http://www.gurobi.com/products/licensing-pricing/isv-program.

Definition at line 28 of file gurobi_isv.h.

Member Data Documentation

◆ application_name

std::string operations_research::math_opt::GurobiIsvKey::application_name

Definition at line 30 of file gurobi_isv.h.

◆ expiration

int32_t operations_research::math_opt::GurobiIsvKey::expiration = 0

Zero means no expiration.

Definition at line 32 of file gurobi_isv.h.

◆ key

std::string operations_research::math_opt::GurobiIsvKey::key

Definition at line 33 of file gurobi_isv.h.

◆ name

std::string operations_research::math_opt::GurobiIsvKey::name

Definition at line 29 of file gurobi_isv.h.


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