14#ifndef OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_PDLP_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_PDLP_PROTO_SOLVER_H_
19#include "absl/status/statusor.h"
20#include "ortools/linear_solver/linear_solver.pb.h"
44 LazyMutableCopy<MPModelRequest> request,
45 bool relax_integer_variables =
false,
46 const std::atomic<bool>* interrupt_solve =
nullptr);
In SWIG mode, we don't want anything besides these top-level includes.
absl::StatusOr< MPSolutionResponse > PdlpSolveProto(LazyMutableCopy< MPModelRequest > request, const bool relax_integer_variables, const std::atomic< bool > *interrupt_solve)