![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 196 of file callback.h.
#include <callback.h>
Public Member Functions | |
| CallbackData (CallbackEvent event, absl::Duration runtime) | |
| CallbackData (ModelStorageCPtr storage, const CallbackDataProto &proto) | |
| absl::Status | CheckModelStorage (ModelStorageCPtr expected_storage) const |
| absl::StatusOr< CallbackDataProto > | Proto () const |
Public Attributes | |
| CallbackEvent | event |
| std::optional< VariableMap< double > > | solution |
| absl::Duration | runtime |
| CallbackDataProto::PresolveStats | presolve_stats |
| CallbackDataProto::SimplexStats | simplex_stats |
| CallbackDataProto::BarrierStats | barrier_stats |
| CallbackDataProto::MipStats | mip_stats |
| operations_research::math_opt::CallbackData::CallbackData | ( | CallbackEvent | event, |
| absl::Duration | runtime ) |
Definition at line 68 of file callback.cc.
| operations_research::math_opt::CallbackData::CallbackData | ( | ModelStorageCPtr | storage, |
| const CallbackDataProto & | proto ) |
Definition at line 72 of file callback.cc.
| absl::Status operations_research::math_opt::CallbackData::CheckModelStorage | ( | ModelStorageCPtr | expected_storage | ) | const |
Definition at line 91 of file callback.cc.
| absl::StatusOr< CallbackDataProto > operations_research::math_opt::CallbackData::Proto | ( | ) | const |
Definition at line 103 of file callback.cc.
| CallbackDataProto::BarrierStats operations_research::math_opt::CallbackData::barrier_stats |
Definition at line 237 of file callback.h.
| CallbackEvent operations_research::math_opt::CallbackData::event |
Definition at line 215 of file callback.h.
| CallbackDataProto::MipStats operations_research::math_opt::CallbackData::mip_stats |
Definition at line 241 of file callback.h.
| CallbackDataProto::PresolveStats operations_research::math_opt::CallbackData::presolve_stats |
Definition at line 231 of file callback.h.
| absl::Duration operations_research::math_opt::CallbackData::runtime |
Definition at line 228 of file callback.h.
| CallbackDataProto::SimplexStats operations_research::math_opt::CallbackData::simplex_stats |
Definition at line 234 of file callback.h.
| std::optional<VariableMap<double> > operations_research::math_opt::CallbackData::solution |
Definition at line 225 of file callback.h.