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.
 
 
 
 
radioGiorgio 9e6e78c69e Merge branch 'deterministicScheds' of https://srv-i2.informatik.rwth-aachen.de/scm/git/storm into deterministicScheds 7 years ago
..
helper SVI with relative precision computed values that were unnecessarily precise. 7 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 7 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 solver: Implemented incremental support for LP solvers (Z3 and Gurobi) 7 years ago
GlpkLpSolver.h solver: Implemented incremental support for LP solvers (Z3 and Gurobi) 7 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 Introducing a TBB adapter that #undefs TRUE and FALSE. 7 years ago
GmmxxMultiplier.h further debugging 8 years ago
GurobiLpSolver.cpp GurobiLpSolver: Fixed rounding of integral results. 7 years ago
GurobiLpSolver.h GurobiLpSolver: Improved interface by 7 years ago
IterativeMinMaxLinearEquationSolver.cpp DeterministicSchedsLpChecker: Only consider end components with value zero for all objectives. 7 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. 7 years ago
LinearEquationSolver.cpp silenced several 'unused parameter'-warnings 7 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 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 allowed for more fine grained solver requirements 8 years ago
LinearEquationSolverRequirements.h allowed for more fine grained solver requirements 8 years ago
LpMinMaxLinearEquationSolver.cpp MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 years ago
LpMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
LpSolver.cpp solver: Implemented incremental support for LP solvers (Z3 and Gurobi) 7 years ago
LpSolver.h solver: Implemented incremental support for LP solvers (Z3 and Gurobi) 7 years ago
MathsatSmtSolver.cpp several fixes related to game-based abstraction 8 years ago
MathsatSmtSolver.h removed src prefix in all includes 9 years ago
MinMaxLinearEquationSolver.cpp MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 years ago
MinMaxLinearEquationSolver.h MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 years ago
MinMaxLinearEquationSolverRequirements.cpp MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 years ago
MinMaxLinearEquationSolverRequirements.h MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 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
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 Introducing a TBB adapter that #undefs TRUE and FALSE. 7 years ago
NativeMultiplier.h added virtual destructors to multipliers 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 9 years ago
SmtSolver.h Re-added option to export DFTs to smtlib2 SMT files 7 years ago
SmtlibSmtSolver.cpp Fixed deprecated getType() 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 9 years ago
SolveGoal.cpp proper EC elimination in hybrid helper 8 years ago
SolveGoal.h Linear equation solver + game solvers now respect the environment as well 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
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 INFO output when game solver is invoked. 7 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. 7 years ago
SolverStatus.cpp work towards symbolic rational search 8 years ago
SolverStatus.h work towards symbolic rational search 8 years ago
StandardGameSolver.cpp Added INFO output when game solver is invoked. 7 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 8 years ago
SymbolicEliminationLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicEquationSolver.cpp fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 8 years ago
SymbolicEquationSolver.h Add virtual destructors to classes having virtual functions. 8 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 8 years ago
SymbolicLinearEquationSolver.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
SymbolicMinMaxLinearEquationSolver.cpp MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 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 8 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 8 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 Simplified StronglyConnectedComponentDecomposition. 7 years ago
TopologicalCudaMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalLinearEquationSolver.cpp Fixed a tybo. 7 years ago
TopologicalLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalMinMaxLinearEquationSolver.cpp MinMaxLinearEquationSolver: Added a flag 'hasNoEndComponent' that is true if the system is known to have no end components. This decides if policy iteration does require a valid initial scheduler. 7 years ago
TopologicalMinMaxLinearEquationSolver.h Try to fix LTO issue by adding virtual destructor 8 years ago
Z3LpSolver.cpp Z3LpSolver: Fixed incremental support. 7 years ago
Z3LpSolver.h Z3LpSolver: Fixed incremental support. 7 years ago
Z3SmtSolver.cpp implemented SMT-Lib export SmtSolver interface 9 years ago
Z3SmtSolver.h implemented SMT-Lib export SmtSolver interface 9 years ago