#include <model_summary.h>
|
| ModelSummary (bool check_names=true) |
|
absl::Status | Update (const ModelUpdateProto &model_update) |
|
Definition at line 128 of file model_summary.h.
◆ ModelSummary()
operations_research::math_opt::ModelSummary::ModelSummary |
( |
bool | check_names = true | ) |
|
|
explicit |
◆ Create()
absl::StatusOr< ModelSummary > operations_research::math_opt::ModelSummary::Create |
( |
const ModelProto & | model, |
|
|
bool | check_names = true ) |
|
static |
◆ Update()
absl::Status operations_research::math_opt::ModelSummary::Update |
( |
const ModelUpdateProto & | model_update | ) |
|
◆ auxiliary_objectives
IdNameBiMap operations_research::math_opt::ModelSummary::auxiliary_objectives |
◆ indicator_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::indicator_constraints |
◆ linear_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::linear_constraints |
◆ maximize
bool operations_research::math_opt::ModelSummary::maximize = false |
◆ primary_objective_name
std::string operations_research::math_opt::ModelSummary::primary_objective_name |
◆ quadratic_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::quadratic_constraints |
◆ second_order_cone_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::second_order_cone_constraints |
◆ sos1_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::sos1_constraints |
◆ sos2_constraints
IdNameBiMap operations_research::math_opt::ModelSummary::sos2_constraints |
◆ variables
IdNameBiMap operations_research::math_opt::ModelSummary::variables |
The documentation for this struct was generated from the following files: