Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <model.h>
Public Member Functions | |
ModelStatistics (const Model &model, SolverLogger *logger) | |
int | NumVariableOccurrences (Variable *var) |
void | BuildStatistics () |
void | PrintStatistics () const |
--— Model statistics --— | |
Stand-alone statistics class on the model.
|
inlineexplicit |
void operations_research::fz::ModelStatistics::BuildStatistics | ( | ) |
|
inline |
void operations_research::fz::ModelStatistics::PrintStatistics | ( | ) | const |