| .. |
|
helper
|
fixed log output
|
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
|
8 years ago |
|
AbstractEquationSolver.h
|
removed setPrecision in solver interface since this is now covered via storm::Environment
|
8 years ago |
|
EigenLinearEquationSolver.cpp
|
handled case where no threshold for the number of iterations is provided
|
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
|
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
|
handled case where no threshold for the number of iterations is provided
|
7 years ago |
|
GmmxxLinearEquationSolver.h
|
removed 'multiplication' part from remaining linear equation solvers
|
8 years ago |
|
GmmxxMultiplier.cpp
|
fixing issues in gmmxx TBB multiply-and-reduce
|
8 years ago |
|
GmmxxMultiplier.h
|
added virtual destructors to multipliers
|
8 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
|
8 years ago |
|
IterativeMinMaxLinearEquationSolver.h
|
Improved caching for svi
|
8 years ago |
|
LinearEquationSolver.cpp
|
removed 'multiplication' part from remaining linear equation solvers
|
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
|
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
|
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
|
8 years ago |
|
LpSolver.h
|
Add virtual destructors to classes having virtual functions.
|
8 years ago |
|
MathsatSmtSolver.cpp
|
fixed some wrong capitalization
|
9 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.
|
8 years ago |
|
MinMaxLinearEquationSolver.h
|
removed multiplication support from minmax equation solvers. Also removed Factories.
|
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
|
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.
|
8 years ago |
|
Multiplier.h
|
added virtual destructors to multipliers
|
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
|
improved multiplyRow method
|
8 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
|
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
|
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
|
renamed 'sound power' to 'sound value iteration'
|
8 years ago |
|
SolverSelectionOptions.h
|
renamed 'sound power' to 'sound value iteration'
|
8 years ago |
|
SolverStatus.cpp
|
work towards symbolic rational search
|
8 years ago |
|
SolverStatus.h
|
work towards symbolic rational search
|
8 years ago |
|
StandardGameSolver.cpp
|
making game solver respect equation solver format
|
7 years ago |
|
StandardGameSolver.h
|
Using multiplier in game solver
|
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
|
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
|
enabled switching of methods if unsupported method chosen in symbolic min-max equation solver
|
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
|
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
|
making game solver respect equation solver format
|
7 years ago |
|
TopologicalLinearEquationSolver.h
|
removed multiplication support from minmax equation solvers. Also removed Factories.
|
8 years ago |
|
TopologicalMinMaxLinearEquationSolver.cpp
|
clearing end-component requirement in topological solver
|
7 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
|
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 |