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.
 
 
 
 
Jip Spel 5a37a40cea Monotonicity for computing extremal value and parameter space partitioning 5 years ago
..
helper Merge branch 'master' into monitoring 5 years ago
stateelimination Typos 6 years ago
AbstractEquationSolver.cpp Abstract equation solver: added getOptionalRelevantValues 5 years ago
AbstractEquationSolver.h Abstract equation solver: added getOptionalRelevantValues 5 years ago
AcyclicLinearEquationSolver.cpp Fixes for Acylic equation solvers. 6 years ago
AcyclicLinearEquationSolver.h Fixes for Acylic equation solvers. 6 years ago
AcyclicMinMaxLinearEquationSolver.cpp Fix in scheduler export for acyclic Min Max solver 5 years ago
AcyclicMinMaxLinearEquationSolver.h Fix in scheduler export for acyclic Min Max solver 5 years ago
EigenLinearEquationSolver.cpp We now avoid the renaming of 'Eigen' to 'StormEigen' as this is (hopefully) not needed anymore. 6 years ago
EigenLinearEquationSolver.h refactoring: moving some code out of the util folder 6 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 Towards allowing CLN numbers for RationalNumbers again. 6 years ago
GlpkLpSolver.h LPSolvers: Allowing premature termination by specifying a mip gap. Fixes for incremental solving with Z3Lpsolver. 6 years ago
GmmxxLinearEquationSolver.cpp refactoring: moving some code out of the util folder 6 years ago
GmmxxLinearEquationSolver.h refactoring: moving some code out of the util folder 6 years ago
GmmxxMultiplier.cpp GMM Multiplier: Support for y += A*x 5 years ago
GmmxxMultiplier.h Multiplier: Added a flag to specify whether gaussSeidel style multiplications should be performed forward or backwards. 6 years ago
GurobiLpSolver.cpp GlpkLpSolver: No exception if an integer solution exceeds the integer tolerance. (Just print an error). 6 years ago
GurobiLpSolver.h LPSolvers: Allowing premature termination by specifying a mip gap. Fixes for incremental solving with Z3Lpsolver. 6 years ago
IterativeMinMaxLinearEquationSolver.cpp Monotonicity for computing extremal value and parameter space partitioning 5 years ago
IterativeMinMaxLinearEquationSolver.h Using the revamped optimistic value iteration helper also for the lower bound. 5 years ago
LinearEquationSolver.cpp storm-pars: Make a more explicit warning if a non-parametric equation solver type is selected. 5 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 Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 years ago
LinearEquationSolverRequirements.h Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 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 LPSolvers: Allowing premature termination by specifying a mip gap. Fixes for incremental solving with Z3Lpsolver. 6 years ago
MathsatSmtSolver.cpp Fixed compilation with mathsat. 6 years ago
MathsatSmtSolver.h Fixed compilation with mathsat. 6 years ago
MinMaxLinearEquationSolver.cpp Monotonicity for computing extremal value and parameter space partitioning 5 years ago
MinMaxLinearEquationSolver.h Monotonicity for computing extremal value and parameter space partitioning 5 years ago
MinMaxLinearEquationSolverRequirements.cpp Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 years ago
MinMaxLinearEquationSolverRequirements.h Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 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 Queried the termination flag in a few more places. 6 years ago
Multiplier.h Multiplier: Added a flag to specify whether gaussSeidel style multiplications should be performed forward or backwards. 6 years ago
NativeLinearEquationSolver.cpp Using the revamped optimistic value iteration helper also for the lower bound. 5 years ago
NativeLinearEquationSolver.h Using the revamped optimistic value iteration helper also for the lower bound. 5 years ago
NativeMultiplier.cpp Multiplier: Added a flag to specify whether gaussSeidel style multiplications should be performed forward or backwards. 6 years ago
NativeMultiplier.h Multiplier: Added a flag to specify whether gaussSeidel style multiplications should be performed forward or backwards. 6 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 merge -- but code is not working atm 6 years ago
SmtlibSmtSolver.cpp refactoring: moving some code out of the util folder 6 years ago
SmtlibSmtSolver.h merge -- but code is not working atm 6 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 AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 years ago
SolverSelectionOptions.h Added AcyclicMinMaxLinearEquationSolver and AcyclicLinearEquationSolver which are optimized for many calls on an acyclic model. 6 years ago
SolverStatus.cpp Added SolverStatus::Abort for abort signal handling 6 years ago
SolverStatus.h Added SolverStatus::Abort for abort signal handling 6 years ago
StandardGameSolver.cpp General updateStatus function in AbstractEquationSolver 6 years ago
StandardGameSolver.h General updateStatus function in AbstractEquationSolver 6 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 Added SolverStatus::Abort for abort signal handling 6 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 Added SolverStatus::Abort for abort signal handling 6 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 Topological solvers: Added a warning for numerical issues triggered in cases where in non-exact mode a selfloop probability is very close to 1 but not equal to 1 5 years ago
TopologicalLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalMinMaxLinearEquationSolver.cpp Monotonicity for computing extremal value and parameter space partitioning 5 years ago
TopologicalMinMaxLinearEquationSolver.h Try to fix LTO issue by adding virtual destructor 8 years ago
Z3LpSolver.cpp refactoring: moving some code out of the util folder 6 years ago
Z3LpSolver.h LPSolvers: Allowing premature termination by specifying a mip gap. Fixes for incremental solving with Z3Lpsolver. 6 years ago
Z3SmtSolver.cpp to be sure: z3model by const reference 6 years ago
Z3SmtSolver.h to be sure: z3model by const reference 6 years ago