![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/linear_solver/proto_solver/pdlp_proto_solver.h"#include <atomic>#include <optional>#include <string>#include <utility>#include "absl/status/statusor.h"#include "ortools/base/logging.h"#include "ortools/base/status_macros.h"#include "ortools/linear_solver/linear_solver.pb.h"#include "ortools/linear_solver/model_validator.h"#include "ortools/pdlp/iteration_stats.h"#include "ortools/pdlp/primal_dual_hybrid_gradient.h"#include "ortools/pdlp/quadratic_program.h"#include "ortools/pdlp/solve_log.pb.h"#include "ortools/pdlp/solvers.pb.h"#include "ortools/port/proto_utils.h"#include "ortools/util/lazy_mutable_copy.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
| absl::StatusOr< MPSolutionResponse > | operations_research::PdlpSolveProto (LazyMutableCopy< MPModelRequest > request, const bool relax_integer_variables, const std::atomic< bool > *interrupt_solve) |