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

Detailed Description

Definition at line 235 of file parameters.h.

#include <parameters.h>

Public Member Functions

GlpkParametersProto Proto () const

Static Public Member Functions

static GlpkParameters FromProto (const GlpkParametersProto &proto)

Public Attributes

std::optional< bool > compute_unbound_rays_if_possible = std::nullopt

Member Function Documentation

◆ FromProto()

GlpkParameters operations_research::math_opt::GlpkParameters::FromProto ( const GlpkParametersProto & proto)
static

Definition at line 208 of file parameters.cc.

◆ Proto()

GlpkParametersProto operations_research::math_opt::GlpkParameters::Proto ( ) const

Definition at line 199 of file parameters.cc.

Member Data Documentation

◆ compute_unbound_rays_if_possible

std::optional<bool> operations_research::math_opt::GlpkParameters::compute_unbound_rays_if_possible = std::nullopt

Definition at line 251 of file parameters.h.


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