14#ifndef ORTOOLS_LINEAR_SOLVER_GUROBI_UTIL_H_
15#define ORTOOLS_LINEAR_SOLVER_GUROBI_UTIL_H_
19#include "absl/flags/declare.h"
20#include "absl/status/statusor.h"
37 bool one_liner_output =
false);
std::string GurobiParamInfoForLogging(GRBenv *grb, bool one_liner_output)
bool GurobiIsCorrectlyInstalled()
absl::StatusOr< GRBenv * > GetGurobiEnv()