| .. |
|
helper
|
Added a return type to some lambda expressions as this apparently caused trouble when using gmp numbers
|
8 years ago |
|
stateelimination
|
Add virtual destructors to classes having virtual functions.
|
8 years ago |
|
AbstractEquationSolver.cpp
|
respecting lower/upper bounds from preprocessing in quick sound power method
|
8 years ago |
|
AbstractEquationSolver.h
|
removed output of performed iterations to cout
|
8 years ago |
|
EigenLinearEquationSolver.cpp
|
removed 'multiplication' part from remaining linear equation solvers
|
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
|
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
|
9 years ago |
|
GlpkLpSolver.h
|
templated the LpSolvers
|
9 years ago |
|
GmmxxLinearEquationSolver.cpp
|
removed 'multiplication' part from remaining linear equation solvers
|
8 years ago |
|
GmmxxLinearEquationSolver.h
|
removed 'multiplication' part from remaining linear equation solvers
|
8 years ago |
|
GmmxxMultiplier.cpp
|
improved multiplyRow method
|
8 years ago |
|
GmmxxMultiplier.h
|
added virtual destructors to multipliers
|
8 years ago |
|
GurobiLpSolver.cpp
|
templated the LpSolvers
|
9 years ago |
|
GurobiLpSolver.h
|
templated the LpSolvers
|
9 years ago |
|
InPlaceMultiplier.cpp
|
Added a new native multiplier
|
8 years ago |
|
InPlaceMultiplier.h
|
Added a new native multiplier
|
8 years ago |
|
IterativeMinMaxLinearEquationSolver.cpp
|
Custom Termination Conditions for sound value iteration
|
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
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
|
LinearEquationSolverRequirements.h
|
performance improvement in DS-MPI; some cleanups
|
8 years ago |
|
LpMinMaxLinearEquationSolver.cpp
|
removed multiplication support from minmax equation solvers. Also removed Factories.
|
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.
|
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
|
started on EC elimination for hybrid engine
|
8 years ago |
|
MinMaxLinearEquationSolverRequirements.h
|
started on EC elimination for hybrid engine
|
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
|
reverted back to old native multiplier
|
8 years ago |
|
Multiplier.h
|
added virtual destructors to multipliers
|
8 years ago |
|
NativeLinearEquationSolver.cpp
|
Added a return type to some lambda expressions as this apparently caused trouble when using gmp numbers
|
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
|
9 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 |
|
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
|
Using multiplier in game solver
|
8 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
|
Added new minmax settings: force computation of a priori bouds and tweak the qvi restart heuristic
|
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
|
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
|
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
|
8 years ago |
|
TopologicalLinearEquationSolver.h
|
removed multiplication support from minmax equation solvers. Also removed Factories.
|
8 years ago |
|
TopologicalMinMaxLinearEquationSolver.cpp
|
polished unifplus code a bit and made it the default MA (bounded reachability) solution method
|
8 years ago |
|
TopologicalMinMaxLinearEquationSolver.h
|
Try to fix LTO issue by adding virtual destructor
|
8 years ago |
|
Z3LpSolver.cpp
|
templated the LpSolvers
|
9 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 |