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 8116b360ba changed hash function of bit vector hash map 8 years ago
..
stateelimination started overhaul of cli/api 9 years ago
AbstractEquationSolver.cpp Respected that the solution is unique when doing value iteration 8 years ago
AbstractEquationSolver.h Respected that the solution is unique when doing value iteration 8 years ago
EigenLinearEquationSolver.cpp fixed a ton of warnings 9 years ago
EigenLinearEquationSolver.h first version of sound value iteration 9 years ago
EliminationLinearEquationSolver.cpp first version of sound value iteration 9 years ago
EliminationLinearEquationSolver.h first version of sound value iteration 9 years ago
EquationSystemType.h first version of multiply-and-reduce (only for native) 9 years ago
GameSolver.cpp Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 9 years ago
GameSolver.h Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 9 years ago
GlpkLpSolver.cpp templated the LpSolvers 9 years ago
GlpkLpSolver.h templated the LpSolvers 9 years ago
GmmxxLinearEquationSolver.cpp first version of sound value iteration 9 years ago
GmmxxLinearEquationSolver.h first version of sound value iteration 9 years ago
GmmxxMultiplier.cpp proper EC elimination in hybrid helper 9 years ago
GmmxxMultiplier.h Extraction and update of TBB-parallelized stuff 9 years ago
GurobiLpSolver.cpp templated the LpSolvers 9 years ago
GurobiLpSolver.h templated the LpSolvers 9 years ago
IterativeMinMaxLinearEquationSolver.cpp Respected that the solution is unique when doing value iteration 8 years ago
IterativeMinMaxLinearEquationSolver.h MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
LinearEquationSolver.cpp fixed a ton of warnings 9 years ago
LinearEquationSolver.h upper bounds computation for reachability rewards in sparse MDPs 9 years ago
LinearEquationSolverProblemFormat.cpp introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 9 years ago
LinearEquationSolverProblemFormat.h introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 9 years ago
LinearEquationSolverRequirements.cpp performance improvement in DS-MPI; some cleanups 9 years ago
LinearEquationSolverRequirements.h performance improvement in DS-MPI; some cleanups 9 years ago
LpMinMaxLinearEquationSolver.cpp MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
LpMinMaxLinearEquationSolver.h MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
LpSolver.cpp templated the LpSolvers 9 years ago
LpSolver.h templated the LpSolvers 9 years ago
MathsatSmtSolver.cpp fixed some wrong capitalization 9 years ago
MathsatSmtSolver.h removed src prefix in all includes 9 years ago
MinMaxLinearEquationSolver.cpp MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
MinMaxLinearEquationSolver.h MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
MinMaxLinearEquationSolverRequirements.cpp started on EC elimination for hybrid engine 9 years ago
MinMaxLinearEquationSolverRequirements.h started on EC elimination for hybrid engine 9 years ago
MultiplicationStyle.cpp slightly changed handling of gauss-seidel invocations in linear equation solver 9 years ago
MultiplicationStyle.h slightly changed handling of gauss-seidel invocations in linear equation solver 9 years ago
NativeLinearEquationSolver.cpp fixed bug in sparse bisimulation quotient extraction related to rewards 9 years ago
NativeLinearEquationSolver.h work towards symbolic rational search 9 years ago
NativeMultiplier.cpp fixed some TBB-related issues and added power method for linear equation systems 9 years ago
NativeMultiplier.h Extraction and update of TBB-parallelized stuff 9 years ago
OptimizationDirection.cpp Merge branch 'master' into menu_games 9 years ago
OptimizationDirection.h rename files (does not compile) 9 years ago
SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 9 years ago
SmtSolver.h implemented SMT-Lib export SmtSolver interface 9 years ago
SmtlibSmtSolver.cpp getting rid of outdated carl simple constraint usage 9 years ago
SmtlibSmtSolver.h getting rid of outdated carl simple constraint usage 9 years ago
SmtratSmtSolver.cpp removed src prefix in all includes 9 years ago
SmtratSmtSolver.h started overhaul of cli/api 9 years ago
SolveGoal.cpp proper EC elimination in hybrid helper 9 years ago
SolveGoal.h proper EC elimination in hybrid helper 9 years ago
SolverGuarantee.cpp fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue 9 years ago
SolverGuarantee.h moved to providing solve goals in sparse model checkers and helpers 9 years ago
SolverSelectionOptions.cpp started on Kwek-Mehlhorn-based exact value computation 9 years ago
SolverSelectionOptions.h started on Kwek-Mehlhorn-based exact value computation 9 years ago
SolverStatus.cpp work towards symbolic rational search 9 years ago
SolverStatus.h work towards symbolic rational search 9 years ago
StandardGameSolver.cpp proper EC elimination in hybrid helper 9 years ago
StandardGameSolver.h Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization. 9 years ago
StandardMinMaxLinearEquationSolver.cpp added progress outputs to iterative solvers 9 years ago
StandardMinMaxLinearEquationSolver.h started on Kwek-Mehlhorn-based exact value computation 9 years ago
SymbolicEliminationLinearEquationSolver.cpp symbolic minmax solver respecting linear equation solver problem format; fixed parsing bug pointed out by Dr. Nils Jansen 9 years ago
SymbolicEliminationLinearEquationSolver.h rational search for symbolic linear equation solvers 9 years ago
SymbolicEquationSolver.cpp fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 9 years ago
SymbolicEquationSolver.h fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 9 years ago
SymbolicGameSolver.cpp Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
SymbolicGameSolver.h Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver. 9 years ago
SymbolicLinearEquationSolver.cpp rational search for symbolic linear equation solvers 9 years ago
SymbolicLinearEquationSolver.h rational search for symbolic linear equation solvers 9 years ago
SymbolicMinMaxLinearEquationSolver.cpp Respected that the solution is unique when doing value iteration 8 years ago
SymbolicMinMaxLinearEquationSolver.h MinMax Solver requirements now respect whether the solution is known to be unique or not. 8 years ago
SymbolicNativeLinearEquationSolver.cpp adding information about which technique is used to symbolic native linear equation solver 9 years ago
SymbolicNativeLinearEquationSolver.h rational search for symbolic linear equation solvers 9 years ago
TerminationCondition.cpp fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states 9 years ago
TerminationCondition.h fixed termination criteria and equipped interval value iteration methods with check whether the method converged for the relevant states 9 years ago
TopologicalMinMaxLinearEquationSolver.cpp Extraction and update of TBB-parallelized stuff 9 years ago
TopologicalMinMaxLinearEquationSolver.h introduced top-level solve equations function to centrally check for requirements 9 years ago
Z3LpSolver.cpp templated the LpSolvers 9 years ago
Z3LpSolver.h templated the LpSolvers 9 years ago
Z3SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 9 years ago
Z3SmtSolver.h implemented SMT-Lib export SmtSolver interface 9 years ago