Namespaces | Functions
model_validator.h File Reference
#include <string>
#include "ortools/linear_solver/linear_solver.pb.h"
Include dependency graph for model_validator.h:

Go to the source code of this file.

Namespaces

 operations_research
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
 

Functions

std::string operations_research::FindErrorInMPModelProto (const MPModelProto &model)
 Returns an empty std::string iff the model is valid and not trivially infeasible. More...
 
std::string operations_research::FindFeasibilityErrorInSolutionHint (const MPModelProto &model, double tolerance)
 Returns an empty std::string if the solution hint given in the model is a feasible solution. More...