14#ifndef ORTOOLS_LINEAR_SOLVER_PROTO_SOLVER_SCIP_PARAMS_H_
15#define ORTOOLS_LINEAR_SOLVER_PROTO_SOLVER_SCIP_PARAMS_H_
19#include "absl/status/status.h"
20#include "absl/strings/string_view.h"
22#include "scip/type_scip.h"
absl::Status LegacyScipSetSolverSpecificParameters(absl::string_view parameters, SCIP *scip)