You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dehnert ea7f48cff6 Introduced solver header in utility to return standard solvers when requested. 12 years ago
..
adapters Resolved some ambiguities that produced problems under Linux. Added option USE_LIBCXX to CMakeLists.txt to also use libc++ under Linux. 12 years ago
counterexamples Introduced solver header in utility to return standard solvers when requested. 12 years ago
exceptions Added my initial implementation of Settings 12 years ago
formula First version of minimum expected time for Markov automata. 12 years ago
ir Fixed build errors on Windows 12 years ago
modelchecker Refactored MILP-based command generator to use a general LpSolver interface, so other LP solvers may be used when needed. 12 years ago
models Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
parser First version of minimum expected time for Markov automata. 12 years ago
settings Beautified output of option system. Enabled command line interface of counterexample generation. 12 years ago
solver Refactored MILP-based command generator to use a general LpSolver interface, so other LP solvers may be used when needed. 12 years ago
storage Added correct detection of states that possess infinite exptected time to reach a given goal set. 12 years ago
utility Introduced solver header in utility to return standard solvers when requested. 12 years ago
storm.cpp Started abstracting LP solvers into a common interface. This way, we have more freedom to target different LP solvers easily and can avoid licensing problems. 12 years ago