14#ifndef OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_HIGHS_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_HIGHS_PROTO_SOLVER_H_
20#include "absl/status/statusor.h"
21#include "ortools/linear_solver/linear_solver.pb.h"
28 LazyMutableCopy<MPModelRequest> request);
In SWIG mode, we don't want anything besides these top-level includes.
absl::StatusOr< MPSolutionResponse > HighsSolveProto(LazyMutableCopy< MPModelRequest > request)
Solve the input MIP model with the HIGHS solver.