Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_validator.h File Reference
#include <optional>
#include <string>
#include "absl/types/optional.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/util/lazy_mutable_copy.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.
 

Functions

std::string operations_research::FindErrorInMPModelProto (const MPModelProto &model, double abs_value_threshold, const bool accept_trivially_infeasible_bounds)
 
std::string operations_research::FindErrorInMPModelDeltaProto (const MPModelDeltaProto &delta, const MPModelProto &model)
 
std::optional< LazyMutableCopy< MPModelProto > > operations_research::ExtractValidMPModelOrPopulateResponseStatus (const MPModelRequest &request, MPSolutionResponse *response)
 
std::optional< LazyMutableCopy< MPModelProto > > operations_research::GetMPModelOrPopulateResponse (LazyMutableCopy< MPModelRequest > &request, MPSolutionResponse *response)
 
std::string operations_research::FindFeasibilityErrorInSolutionHint (const MPModelProto &model, double tolerance)
 
void operations_research::MergeMPConstraintProtoExceptTerms (const MPConstraintProto &from, MPConstraintProto *to)
 
void operations_research::ApplyVerifiedMPModelDelta (const MPModelDeltaProto &delta, MPModelProto *model)