Storm
A Modern Probabilistic Model Checker
|
Go to the source code of this file.
Classes | |
class | storm::solver::GurobiEnvironment |
class | storm::solver::GurobiLpSolver< ValueType, RawMode > |
A class that implements the LpSolver interface using Gurobi. More... | |
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::solver |
Enumerations | |
enum class | storm::solver::GurobiSolverMethod { storm::solver::AUTOMATIC = -1 , storm::solver::PRIMALSIMPLEX = 0 , storm::solver::DUALSIMPLEX = 1 , storm::solver::BARRIER = 2 , storm::solver::CONCURRENT = 3 , storm::solver::DETCONCURRENT = 4 , storm::solver::DETCONCURRENTSIMPLEX = 5 } |
Functions | |
std::string | storm::solver::toString (GurobiSolverMethod const &method) |
Yields a string representation of the GurobiSolverMethod. | |
std::optional< GurobiSolverMethod > | storm::solver::gurobiSolverMethodFromString (std::string const &method) |
std::vector< GurobiSolverMethod > | storm::solver::getGurobiSolverMethods () |