![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "absl/container/flat_hash_set.h"#include "absl/status/status.h"#include "ortools/math_opt/callback.pb.h"#include "ortools/math_opt/core/model_summary.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
Functions | |
| absl::Status | operations_research::math_opt::ValidateCallbackRegistration (const CallbackRegistrationProto &callback_registration, const ModelSummary &model_summary) |
| Checks that CallbackRegistrationProto is valid given a valid model summary. | |
| absl::Status | operations_research::math_opt::ValidateCallbackDataProto (const CallbackDataProto &cb_data, const CallbackRegistrationProto &callback_registration, const ModelSummary &model_summary) |
| absl::Status | operations_research::math_opt::ValidateCallbackResultProto (const CallbackResultProto &callback_result, const CallbackEventProto callback_event, const CallbackRegistrationProto &callback_registration, const ModelSummary &model_summary) |
| absl::Status | operations_research::math_opt::CheckRegisteredCallbackEvents (const CallbackRegistrationProto ®istration, const absl::flat_hash_set< CallbackEventProto > &supported_events) |