14#ifndef OR_TOOLS_LINEAR_SOLVER_PDLP_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_PDLP_PROTO_SOLVER_H_
19#include "absl/status/statusor.h"
20#include "ortools/linear_solver/linear_solver.pb.h"
40 const MPModelRequest& request,
bool relax_integer_variables =
false,
41 const std::atomic<bool>* interrupt_solve =
nullptr);
Collection of objects used to extend the Constraint Solver library.
absl::StatusOr< MPSolutionResponse > PdlpSolveProto(const MPModelRequest &request, const bool relax_integer_variables, const std::atomic< bool > *interrupt_solve)