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

Class to store information gathered in the callback. More...

Public Member Functions

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

Public Attributes

int num_all_nodes_
 
double best_objective_bound_
 

Detailed Description

Class to store information gathered in the callback.

Definition at line 42 of file glpk_interface.cc.

Constructor & Destructor Documentation

◆ GLPKInformation()

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

Definition at line 44 of file glpk_interface.cc.

Member Function Documentation

◆ Reset()

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

Definition at line 47 of file glpk_interface.cc.

◆ ResetBestObjectiveBound()

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

Definition at line 51 of file glpk_interface.cc.

Member Data Documentation

◆ best_objective_bound_

double operations_research::GLPKInformation::best_objective_bound_

Definition at line 59 of file glpk_interface.cc.

◆ num_all_nodes_

int operations_research::GLPKInformation::num_all_nodes_

Definition at line 58 of file glpk_interface.cc.


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