.. |
stateelimination
|
started overhaul of cli/api
|
8 years ago |
AbstractEquationSolver.cpp
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
AbstractEquationSolver.h
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
EigenLinearEquationSolver.cpp
|
started on computing upper bounds for rewards for interval value iteration
|
8 years ago |
EigenLinearEquationSolver.h
|
first version of sound value iteration
|
8 years ago |
EliminationLinearEquationSolver.cpp
|
first version of sound value iteration
|
8 years ago |
EliminationLinearEquationSolver.h
|
first version of sound value iteration
|
8 years ago |
EquationSystemType.h
|
first version of multiply-and-reduce (only for native)
|
8 years ago |
GameSolver.cpp
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
GameSolver.h
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
GlpkLpSolver.cpp
|
templated the LpSolvers
|
8 years ago |
GlpkLpSolver.h
|
templated the LpSolvers
|
8 years ago |
GmmxxLinearEquationSolver.cpp
|
first version of sound value iteration
|
8 years ago |
GmmxxLinearEquationSolver.h
|
first version of sound value iteration
|
8 years ago |
GmmxxMultiplier.cpp
|
fixed multiply-reduce operations in the presence of empty row groups
|
8 years ago |
GmmxxMultiplier.h
|
Extraction and update of TBB-parallelized stuff
|
8 years ago |
GurobiLpSolver.cpp
|
templated the LpSolvers
|
8 years ago |
GurobiLpSolver.h
|
templated the LpSolvers
|
8 years ago |
IterativeMinMaxLinearEquationSolver.cpp
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
IterativeMinMaxLinearEquationSolver.h
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
LinearEquationSolver.cpp
|
upper bounds computation for reachability rewards in sparse MDPs
|
8 years ago |
LinearEquationSolver.h
|
upper bounds computation for reachability rewards in sparse MDPs
|
8 years ago |
LinearEquationSolverProblemFormat.cpp
|
introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation
|
8 years ago |
LinearEquationSolverProblemFormat.h
|
introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation
|
8 years ago |
LinearEquationSolverRequirements.cpp
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
LinearEquationSolverRequirements.h
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
LpMinMaxLinearEquationSolver.cpp
|
added checking requirements of MinMax solvers to model checker helpers
|
8 years ago |
LpMinMaxLinearEquationSolver.h
|
introduced top-level solve equations function to centrally check for requirements
|
8 years ago |
LpSolver.cpp
|
templated the LpSolvers
|
8 years ago |
LpSolver.h
|
templated the LpSolvers
|
8 years ago |
MathsatSmtSolver.cpp
|
fixed some wrong capitalization
|
8 years ago |
MathsatSmtSolver.h
|
removed src prefix in all includes
|
9 years ago |
MinMaxLinearEquationSolver.cpp
|
upper bounds computation for reachability rewards in sparse MDPs
|
8 years ago |
MinMaxLinearEquationSolver.h
|
upper bounds computation for reachability rewards in sparse MDPs
|
8 years ago |
MinMaxLinearEquationSolverRequirements.cpp
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
MinMaxLinearEquationSolverRequirements.h
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
MultiplicationStyle.cpp
|
slightly changed handling of gauss-seidel invocations in linear equation solver
|
8 years ago |
MultiplicationStyle.h
|
slightly changed handling of gauss-seidel invocations in linear equation solver
|
8 years ago |
NativeLinearEquationSolver.cpp
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
NativeLinearEquationSolver.h
|
fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue
|
8 years ago |
NativeMultiplier.cpp
|
fixed some TBB-related issues and added power method for linear equation systems
|
8 years ago |
NativeMultiplier.h
|
Extraction and update of TBB-parallelized stuff
|
8 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
|
8 years ago |
SmtSolver.h
|
implemented SMT-Lib export SmtSolver interface
|
8 years ago |
SmtlibSmtSolver.cpp
|
getting rid of outdated carl simple constraint usage
|
8 years ago |
SmtlibSmtSolver.h
|
getting rid of outdated carl simple constraint usage
|
8 years ago |
SmtratSmtSolver.cpp
|
removed src prefix in all includes
|
9 years ago |
SmtratSmtSolver.h
|
started overhaul of cli/api
|
8 years ago |
SolveGoal.cpp
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
SolveGoal.h
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
SolverGuarantee.cpp
|
fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue
|
8 years ago |
SolverGuarantee.h
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
SolverSelectionOptions.cpp
|
added setting 'lramethod'
|
8 years ago |
SolverSelectionOptions.h
|
added setting 'lramethod'
|
8 years ago |
StandardGameSolver.cpp
|
introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation
|
8 years ago |
StandardGameSolver.h
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
8 years ago |
StandardMinMaxLinearEquationSolver.cpp
|
gauss-seidel style multiplication for gmm++
|
8 years ago |
StandardMinMaxLinearEquationSolver.h
|
gauss-seidel style multiplication for gmm++
|
8 years ago |
SymbolicEliminationLinearEquationSolver.cpp
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
SymbolicEliminationLinearEquationSolver.h
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
SymbolicGameSolver.cpp
|
Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver.
|
8 years ago |
SymbolicGameSolver.h
|
Refactored GameSolver. It is now analogous to the MinMaxLinearEquationSolver.
|
8 years ago |
SymbolicLinearEquationSolver.cpp
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
SymbolicLinearEquationSolver.h
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
SymbolicMinMaxLinearEquationSolver.cpp
|
first version of sound value iteration
|
8 years ago |
SymbolicMinMaxLinearEquationSolver.h
|
first version of multiply-and-reduce (only for native)
|
8 years ago |
SymbolicNativeLinearEquationSolver.cpp
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
SymbolicNativeLinearEquationSolver.h
|
symbolic MDP helper respecting solver requirements
|
8 years ago |
TerminationCondition.cpp
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
TerminationCondition.h
|
moved to providing solve goals in sparse model checkers and helpers
|
8 years ago |
TopologicalMinMaxLinearEquationSolver.cpp
|
Extraction and update of TBB-parallelized stuff
|
8 years ago |
TopologicalMinMaxLinearEquationSolver.h
|
introduced top-level solve equations function to centrally check for requirements
|
8 years ago |
Z3LpSolver.cpp
|
templated the LpSolvers
|
8 years ago |
Z3LpSolver.h
|
templated the LpSolvers
|
8 years ago |
Z3SmtSolver.cpp
|
implemented SMT-Lib export SmtSolver interface
|
8 years ago |
Z3SmtSolver.h
|
implemented SMT-Lib export SmtSolver interface
|
8 years ago |