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 749ba87254 Made SVI log output more clear 7 years ago
..
helper Made SVI log output more clear 7 years ago
stateelimination first attempt at adapting to Z3 interface change 7 years ago
AbstractEquationSolver.cpp removed setPrecision in solver interface since this is now covered via storm::Environment 7 years ago
AbstractEquationSolver.h removed setPrecision in solver interface since this is now covered via storm::Environment 7 years ago
EigenLinearEquationSolver.cpp removed 'multiplication' part from remaining linear equation solvers 7 years ago
EigenLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 7 years ago
EliminationLinearEquationSolver.cpp removed 'multiplication' part from remaining linear equation solvers 7 years ago
EliminationLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 7 years ago
GameSolver.cpp Linear equation solver + game solvers now respect the environment as well 8 years ago
GameSolver.h Merge remote-tracking branch 'origin/master' into environment 8 years ago
GlpkLpSolver.cpp templated the LpSolvers 8 years ago
GlpkLpSolver.h templated the LpSolvers 8 years ago
GmmxxLinearEquationSolver.cpp removed 'multiplication' part from remaining linear equation solvers 7 years ago
GmmxxLinearEquationSolver.h removed 'multiplication' part from remaining linear equation solvers 7 years ago
GmmxxMultiplier.cpp fixing issues in gmmxx TBB multiply-and-reduce 7 years ago
GmmxxMultiplier.h added virtual destructors to multipliers 7 years ago
GurobiLpSolver.cpp templated the LpSolvers 8 years ago
GurobiLpSolver.h templated the LpSolvers 8 years ago
IterativeMinMaxLinearEquationSolver.cpp svi now considers bounds by default 7 years ago
IterativeMinMaxLinearEquationSolver.h Improved caching for svi 7 years ago
LinearEquationSolver.cpp removed 'multiplication' part from remaining linear equation solvers 7 years ago
LinearEquationSolver.h removed wrong include to make it compile again 7 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 7 years ago
LinearEquationSolverRequirements.h allowed for more fine grained solver requirements 7 years ago
LpMinMaxLinearEquationSolver.cpp Making things compile again... 7 years ago
LpMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
LpSolver.cpp templated the LpSolvers 8 years ago
LpSolver.h Add virtual destructors to classes having virtual functions. 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 removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
MinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
MinMaxLinearEquationSolverRequirements.cpp allowed for more fine grained solver requirements 7 years ago
MinMaxLinearEquationSolverRequirements.h allowed for more fine grained solver requirements 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 Made the default multiplier matching the selected equation solver. 7 years ago
Multiplier.h added virtual destructors to multipliers 7 years ago
NativeLinearEquationSolver.cpp svi now considers bounds by default 7 years ago
NativeLinearEquationSolver.h Improved caching for svi 7 years ago
NativeMultiplier.cpp improved multiplyRow method 7 years ago
NativeMultiplier.h added virtual destructors to multipliers 7 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 Add virtual destructors to classes having virtual functions. 8 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 8 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 7 years ago
SolverRequirement.h allowed for more fine grained solver requirements 7 years ago
SolverSelectionOptions.cpp renamed 'sound power' to 'sound value iteration' 7 years ago
SolverSelectionOptions.h renamed 'sound power' to 'sound value 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 Using multiplier in game solver 7 years ago
StandardGameSolver.h Using multiplier in game solver 7 years ago
StandardMinMaxLinearEquationSolver.cpp removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
StandardMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 7 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 Linear equation solver + game solvers now respect the environment as well 8 years ago
SymbolicGameSolver.h Merge remote-tracking branch 'origin/master' into environment 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 improved interface of solver environment 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 7 years ago
SymbolicNativeLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 8 years ago
TerminationCondition.cpp added missing template instantiations 7 years ago
TerminationCondition.h Custom Termination Conditions for sound value iteration 7 years ago
TopologicalCudaMinMaxLinearEquationSolver.cpp removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
TopologicalCudaMinMaxLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
TopologicalLinearEquationSolver.cpp changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 7 years ago
TopologicalLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 7 years ago
TopologicalMinMaxLinearEquationSolver.cpp allowed for more fine grained solver requirements 7 years ago
TopologicalMinMaxLinearEquationSolver.h Try to fix LTO issue by adding virtual destructor 7 years ago
Z3LpSolver.cpp fixing bug in Z3 LP solver 7 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