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 10 years ago
AbstractGameSolver.h some work on sparse game solver 10 years ago
AllowEarlyTerminationCondition.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
AllowEarlyTerminationCondition.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
EliminationLinearEquationSolver.cpp First steps toward exact linear equation solver 10 years ago
EliminationLinearEquationSolver.h First steps toward exact linear equation solver 10 years ago
GameSolver.cpp fixed issue related to row groups in sparse matrix and adapted the affected calling sites 10 years ago
GameSolver.h more work on sparse game solver 10 years ago
GlpkLpSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
GlpkLpSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
GmmxxLinearEquationSolver.cpp silenced sylvan and gmm warnings (for clang) 10 years ago
GmmxxLinearEquationSolver.h silenced sylvan and gmm warnings (for clang) 10 years ago
GmmxxMinMaxLinearEquationSolver.cpp enabled preconditioning for value iteration in gmm++-based MinMax equation solver 10 years ago
GmmxxMinMaxLinearEquationSolver.h silenced sylvan and gmm warnings (for clang) 10 years ago
GurobiLpSolver.cpp program, vector, gurobi 10 years ago
GurobiLpSolver.h program, vector, gurobi 10 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 10 years ago
LpSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
LpSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
MathsatSmtSolver.cpp removed debug output 10 years ago
MathsatSmtSolver.h Workarounds for more Windows quirks. Compiles but tests crash. 11 years ago
MinMaxLinearEquationSolver.cpp Added allow early termination for min/max solvers 10 years ago
MinMaxLinearEquationSolver.h fixed two warnings 10 years ago
NativeLinearEquationSolver.cpp hybrid and symbolic model checkers working with sylvan 10 years ago
NativeLinearEquationSolver.h First steps toward exact linear equation solver 10 years ago
NativeMinMaxLinearEquationSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
NativeMinMaxLinearEquationSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
OptimizationDirection.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
OptimizationDirection.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
SmtSolver.cpp added timeout to smt solver interface 10 years ago
SmtSolver.h added timeout to smt solver interface 10 years ago
SmtratSmtSolver.cpp Currently exclude smtrat- does not compile with current version. 10 years ago
SmtratSmtSolver.h Currently exclude smtrat- does not compile with current version. 10 years ago
SolveGoal.cpp added an option for polic extraction to the helper, some includes 10 years ago
SolveGoal.h switched gcc to use c++14 as well 10 years ago
SolverSelectionOptions.cpp Merge branch 'future' into menu_games 10 years ago
SolverSelectionOptions.h Merge branch 'master' into menu_games 10 years ago
SymbolicGameSolver.cpp ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working. 10 years ago
SymbolicGameSolver.h apparently, changing the DD interface implies some other changes as well... 10 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 10 years ago
SymbolicLinearEquationSolver.h apparently, changing the DD interface implies some other changes as well... 10 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 10 years ago
SymbolicMinMaxLinearEquationSolver.h apparently, changing the DD interface implies some other changes as well... 10 years ago
TopologicalMinMaxLinearEquationSolver.cpp only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
TopologicalMinMaxLinearEquationSolver.h only one optimization direction enum -- towards integration of termination criterions on the model checker 10 years ago
Z3SmtSolver.cpp fixed bug in sylvan 10 years ago
Z3SmtSolver.h added timeout to smt solver interface 10 years ago