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.
 
 
 
 
Mavo 0a78ba13f5 MA to CTMC for trivial nondeterminism 9 years ago
..
stateelimination MA to CTMC for trivial nondeterminism 9 years ago
AbstractGameSolver.cpp some work on sparse game solver 9 years ago
AbstractGameSolver.h some work on sparse game solver 9 years ago
AllowEarlyTerminationCondition.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
AllowEarlyTerminationCondition.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
EliminationLinearEquationSolver.cpp First steps toward exact linear equation solver 9 years ago
EliminationLinearEquationSolver.h First steps toward exact linear equation solver 9 years ago
GameSolver.cpp fixed issue related to row groups in sparse matrix and adapted the affected calling sites 9 years ago
GameSolver.h more work on sparse game solver 9 years ago
GlpkLpSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
GlpkLpSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
GmmxxLinearEquationSolver.cpp silenced sylvan and gmm warnings (for clang) 9 years ago
GmmxxLinearEquationSolver.h silenced sylvan and gmm warnings (for clang) 9 years ago
GmmxxMinMaxLinearEquationSolver.cpp enabled preconditioning for value iteration in gmm++-based MinMax equation solver 9 years ago
GmmxxMinMaxLinearEquationSolver.h silenced sylvan and gmm warnings (for clang) 9 years ago
GurobiLpSolver.cpp program, vector, gurobi 9 years ago
GurobiLpSolver.h program, vector, gurobi 9 years ago
LinearEquationSolver.h Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly 9 years ago
LpSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
LpSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
MathsatSmtSolver.cpp removed debug output 9 years ago
MathsatSmtSolver.h Workarounds for more Windows quirks. Compiles but tests crash. 10 years ago
MinMaxLinearEquationSolver.cpp Added allow early termination for min/max solvers 9 years ago
MinMaxLinearEquationSolver.h fixed two warnings 9 years ago
NativeLinearEquationSolver.cpp hybrid and symbolic model checkers working with sylvan 9 years ago
NativeLinearEquationSolver.h First steps toward exact linear equation solver 9 years ago
NativeMinMaxLinearEquationSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
NativeMinMaxLinearEquationSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
OptimizationDirection.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
OptimizationDirection.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
SmtSolver.cpp added timeout to smt solver interface 9 years ago
SmtSolver.h added timeout to smt solver interface 9 years ago
SmtratSmtSolver.cpp Currently exclude smtrat- does not compile with current version. 9 years ago
SmtratSmtSolver.h Currently exclude smtrat- does not compile with current version. 9 years ago
SolveGoal.cpp added an option for polic extraction to the helper, some includes 9 years ago
SolveGoal.h switched gcc to use c++14 as well 9 years ago
SolverSelectionOptions.cpp Merge branch 'future' into menu_games 9 years ago
SolverSelectionOptions.h Merge branch 'master' into menu_games 9 years ago
SymbolicGameSolver.cpp ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 9 years ago
SymbolicGameSolver.h apparently, changing the DD interface implies some other changes as well... 9 years ago
SymbolicLinearEquationSolver.cpp removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
SymbolicLinearEquationSolver.h apparently, changing the DD interface implies some other changes as well... 9 years ago
SymbolicMinMaxLinearEquationSolver.cpp removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD 9 years ago
SymbolicMinMaxLinearEquationSolver.h apparently, changing the DD interface implies some other changes as well... 9 years ago
TopologicalMinMaxLinearEquationSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
TopologicalMinMaxLinearEquationSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 9 years ago
Z3SmtSolver.cpp fixed bug in sylvan 9 years ago
Z3SmtSolver.h added timeout to smt solver interface 9 years ago