Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <string>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "ortools/gurobi/environment.h"
#include "ortools/linear_solver/linear_solver.pb.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::GurobiSolveProto (LazyMutableCopy< MPModelRequest > request, GRBenv *gurobi_env) |
absl::Status | operations_research::SetSolverSpecificParameters (absl::string_view parameters, GRBenv *gurobi) |