Go to the source code of this file.
|
| void | RemoveSparseDoubleVectorZeros (SparseDoubleVectorProto &sparse_vector) |
| |
| absl::flat_hash_set< CallbackEventProto > | EventSet (const CallbackRegistrationProto &callback_registration) |
| |
| TerminationProto | TerminateForLimit (const LimitProto limit, const bool feasible, const absl::string_view detail) |
| |
| TerminationProto | FeasibleTermination (const LimitProto limit, const absl::string_view detail) |
| |
| TerminationProto | NoSolutionFoundTermination (const LimitProto limit, const absl::string_view detail) |
| |
| TerminationProto | TerminateForReason (const TerminationReasonProto reason, const absl::string_view detail) |
| |
| absl::Status | ModelIsSupported (const ModelProto &model, const SupportedProblemStructures &support_menu, const absl::string_view solver_name) |
| |
| bool | UpdateIsSupported (const ModelUpdateProto &update, const SupportedProblemStructures &support_menu) |
| |