OR-Tools  9.6
gurobi_proto_solver.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Macros

#define RETURN_IF_GUROBI_ERROR(x)
 

Functions

absl::Status SetSolverSpecificParameters (absl::string_view parameters, GRBenv *gurobi)
 
absl::StatusOr< MPSolutionResponse > GurobiSolveProto (const MPModelRequest &request, GRBenv *gurobi_env)
 

Macro Definition Documentation

◆ RETURN_IF_GUROBI_ERROR

#define RETURN_IF_GUROBI_ERROR (   x)
Value:
GurobiCodeToUtilStatus(x, __FILE__, __LINE__, #x, gurobi_env));
#define RETURN_IF_ERROR(expr)