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

Detailed Description

Definition at line 36 of file glpk_interface.cc.

Public Member Functions

 GLPKInformation (bool maximize)
void Reset (bool maximize)
void ResetBestObjectiveBound (bool maximize)

Public Attributes

int num_all_nodes_
double best_objective_bound_

Constructor & Destructor Documentation

◆ GLPKInformation()

operations_research::GLPKInformation::GLPKInformation ( bool maximize)
inlineexplicit

Definition at line 38 of file glpk_interface.cc.

Member Function Documentation

◆ Reset()

void operations_research::GLPKInformation::Reset ( bool maximize)
inline

Definition at line 41 of file glpk_interface.cc.

◆ ResetBestObjectiveBound()

void operations_research::GLPKInformation::ResetBestObjectiveBound ( bool maximize)
inline

Definition at line 45 of file glpk_interface.cc.

Member Data Documentation

◆ best_objective_bound_

double operations_research::GLPKInformation::best_objective_bound_

Definition at line 53 of file glpk_interface.cc.

◆ num_all_nodes_

int operations_research::GLPKInformation::num_all_nodes_

Definition at line 52 of file glpk_interface.cc.


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