14 #ifndef OR_TOOLS_LINEAR_SOLVER_MODEL_VALIDATOR_H_ 15 #define OR_TOOLS_LINEAR_SOLVER_MODEL_VALIDATOR_H_ 44 #endif // OR_TOOLS_LINEAR_SOLVER_MODEL_VALIDATOR_H_ std::string FindFeasibilityErrorInSolutionHint(const MPModelProto &model, double tolerance)
Returns an empty std::string if the solution hint given in the model is a feasible solution.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in c...
std::string FindErrorInMPModelProto(const MPModelProto &model)
Returns an empty std::string iff the model is valid and not trivially infeasible.