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 2742b58b60 Modified SCC-based model checker such that trivial SCCs are now eliminated before all others. 11 years ago
..
GlpkLpSolver.cpp Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
GlpkLpSolver.h Fixed wrong type. 12 years ago
GmmxxLinearEquationSolver.cpp The tests now run fine with the new option system. 11 years ago
GmmxxLinearEquationSolver.h Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
GmmxxNondeterministicLinearEquationSolver.cpp Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
GmmxxNondeterministicLinearEquationSolver.h Moved from additional row grouping to the one embedded in the matrix itself. 12 years ago
GurobiLpSolver.cpp Fixed some more places in the code to use the new option system. 11 years ago
GurobiLpSolver.h Fixed return type of addBinaryVariable 12 years ago
LinearEquationSolver.h Further work on refactoring solvers: cleaned LP solver interface a bit and adapted glpk- and Gurobi-based implementations of the interface. 12 years ago
LpSolver.h Fully adapted MILP-based counterexample generator to new LP solver interface. 12 years ago
NativeLinearEquationSolver.cpp Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
NativeLinearEquationSolver.h Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
NativeNondeterministicLinearEquationSolver.cpp Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
NativeNondeterministicLinearEquationSolver.h Moved from additional row grouping to the one embedded in the matrix itself. 12 years ago
NondeterministicLinearEquationSolver.h Moved from additional row grouping to the one embedded in the matrix itself. 12 years ago
SmtSolver.h Fix for temporaries and non const references 11 years ago
Z3SmtSolver.cpp Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 11 years ago
Z3SmtSolver.h Made Storm compile again without Z3: guarded some header inclusions and function definitions/implementations. Also guarded the tests that require certain libraries (like Gurobi, glpk, Z3), so that tests do not fail any more when the libraries are not available. 11 years ago