Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
GurobiLpSolver.h File Reference
#include <map>
#include <optional>
#include "storm/solver/LpSolver.h"
#include "storm-config.h"
Include dependency graph for GurobiLpSolver.h:
This graph shows which files directly or indirectly include this file:

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< GurobiSolverMethodstorm::solver::gurobiSolverMethodFromString (std::string const &method)
 
std::vector< GurobiSolverMethodstorm::solver::getGurobiSolverMethods ()