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.
 
 
 
 
TimQu 384e7ace06 TopologicalMinMaxLinearEquationSolver: Reduced clutter in the --verbose output. 8 years ago
..
helper SVI with relative precision computed values that were unnecessarily precise. 8 years ago
stateelimination some fixes (in particular for warnings) 8 years ago
AbstractEquationSolver.cpp removed setPrecision in solver interface since this is now covered via storm::Environment 8 years ago
AbstractEquationSolver.h removed setPrecision in solver interface since this is now covered via storm::Environment 8 years ago
EigenLinearEquationSolver.cpp silenced several 'unused parameter'-warnings 8 years ago
EigenLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 8 years ago
EliminationLinearEquationSolver.cpp removed 'multiplication' part from remaining linear equation solvers 8 years ago
EliminationLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 8 years ago
GameSolver.cpp further work towards proper scheduler extraction for games 8 years ago
GameSolver.h first working version of sparse game-based abstraction refinement 8 years ago
GlpkLpSolver.cpp templated the LpSolvers 9 years ago
GlpkLpSolver.h templated the LpSolvers 9 years ago
GmmxxLinearEquationSolver.cpp handled case where no threshold for the number of iterations is provided 8 years ago
GmmxxLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 8 years ago
GmmxxMultiplier.cpp fixed compilation of gmmxx multiplier and sparseMatrix with intel tbb enabled 8 years ago
GmmxxMultiplier.h further debugging 8 years ago
GurobiLpSolver.cpp templated the LpSolvers 9 years ago
GurobiLpSolver.h templated the LpSolvers 9 years ago
IterativeMinMaxLinearEquationSolver.cpp Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 8 years ago
IterativeMinMaxLinearEquationSolver.h Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 8 years ago
LinearEquationSolver.cpp silenced several 'unused parameter'-warnings 8 years ago
LinearEquationSolver.h removed wrong include to make it compile again 8 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 allowed for more fine grained solver requirements 8 years ago
LinearEquationSolverRequirements.h allowed for more fine grained solver requirements 8 years ago
LpMinMaxLinearEquationSolver.cpp Making things compile again... 8 years ago
LpMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
LpSolver.cpp templated the LpSolvers 9 years ago
LpSolver.h Add virtual destructors to classes having virtual functions. 9 years ago
MathsatSmtSolver.cpp several fixes related to game-based abstraction 8 years ago
MathsatSmtSolver.h removed src prefix in all includes 10 years ago
MinMaxLinearEquationSolver.cpp Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 8 years ago
MinMaxLinearEquationSolver.h Fixed an issue where scheduler generation in MDPs was not possible due to end components even if there actually were no end components. 8 years ago
MinMaxLinearEquationSolverRequirements.cpp allowed for more fine grained solver requirements 8 years ago
MinMaxLinearEquationSolverRequirements.h allowed for more fine grained solver requirements 8 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
Multiplier.cpp further debugging 8 years ago
Multiplier.h changes to tracking values in mult-and-reduce functions of matrix 8 years ago
NativeLinearEquationSolver.cpp svi now considers bounds by default 8 years ago
NativeLinearEquationSolver.h Improved caching for svi 8 years ago
NativeMultiplier.cpp fix some compile issues 8 years ago
NativeMultiplier.h added virtual destructors to multipliers 8 years ago
OptimizationDirection.cpp Merge branch 'master' into menu_games 10 years ago
OptimizationDirection.h rename files (does not compile) 10 years ago
SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 9 years ago
SmtSolver.h Add virtual destructors to classes having virtual functions. 9 years ago
SmtlibSmtSolver.cpp Fixed deprecated getType() 9 years ago
SmtlibSmtSolver.h getting rid of outdated carl simple constraint usage 9 years ago
SmtratSmtSolver.cpp removed src prefix in all includes 10 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 Linear equation solver + game solvers now respect the environment as well 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
SolverRequirement.cpp allowed for more fine grained solver requirements 8 years ago
SolverRequirement.h allowed for more fine grained solver requirements 8 years ago
SolverSelectionOptions.cpp Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 8 years ago
SolverSelectionOptions.h Added new minmax method: Vi-to-Pi, which first performs value iteration with doubles, to find a good initial policy for (potentially exact) policy iteration. 8 years ago
SolverStatus.cpp work towards symbolic rational search 9 years ago
SolverStatus.h work towards symbolic rational search 9 years ago
StandardGameSolver.cpp silenced several 'unused parameter'-warnings 8 years ago
StandardGameSolver.h fixing bug in scheduler improvement step of policy iteration for games 8 years ago
StandardMinMaxLinearEquationSolver.cpp removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
StandardMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
SymbolicEliminationLinearEquationSolver.cpp Linear equation solver + game solvers now respect the environment as well 9 years ago
SymbolicEliminationLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 9 years ago
SymbolicEquationSolver.cpp fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 9 years ago
SymbolicEquationSolver.h Add virtual destructors to classes having virtual functions. 9 years ago
SymbolicGameSolver.cpp further debugging 8 years ago
SymbolicGameSolver.h further debugging 8 years ago
SymbolicLinearEquationSolver.cpp Linear equation solver + game solvers now respect the environment as well 9 years ago
SymbolicLinearEquationSolver.h Merge remote-tracking branch 'origin/master' into environment 9 years ago
SymbolicMinMaxLinearEquationSolver.cpp enabled switching of methods if unsupported method chosen in symbolic min-max equation solver 8 years ago
SymbolicMinMaxLinearEquationSolver.h making sure that the default linear equation solver is not switched to native if we check e.g. an MDP with sound value iteration 9 years ago
SymbolicNativeLinearEquationSolver.cpp overhauled output of dd-based bisimulation for benchmarking 8 years ago
SymbolicNativeLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 9 years ago
TerminationCondition.cpp added missing template instantiations 8 years ago
TerminationCondition.h Custom Termination Conditions for sound value iteration 8 years ago
TopologicalCudaMinMaxLinearEquationSolver.cpp removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalCudaMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalLinearEquationSolver.cpp Let the topological equation solvers handle singleton SCCs with self-loops directly. 8 years ago
TopologicalLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalMinMaxLinearEquationSolver.cpp TopologicalMinMaxLinearEquationSolver: Reduced clutter in the --verbose output. 8 years ago
TopologicalMinMaxLinearEquationSolver.h Try to fix LTO issue by adding virtual destructor 8 years ago
Z3LpSolver.cpp fixing bug in Z3 LP solver 8 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