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.
 
 
 
 
Stefan Pranger 7937117e8d Merge pull request 'fix: assign nullptr to default argument on clang' (#50) from bug_assign_nullptr_to_defaultarg into main 4 years ago
..
helper Merge branch 'master' into monitoring 6 years ago
stateelimination Typos 6 years ago
AbstractEquationSolver.cpp AbstractEquationSolver: Added more convenient getters for the most appropriate lower/upper bound of a given variable 5 years ago
AbstractEquationSolver.h AbstractEquationSolver: Added more convenient getters for the most appropriate lower/upper bound of a given variable 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 removed default parameter 5 years ago
AcyclicMinMaxLinearEquationSolver.h Fix in scheduler export for acyclic Min Max solver 6 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. 7 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 dirOverride should be const 5 years ago
GmmxxMultiplier.h dirOverride should be const 5 years ago
GurobiLpSolver.cpp GlpkLpSolver: No exception if an integer solution exceeds the integer tolerance. (Just print an error). 7 years ago
GurobiLpSolver.h LPSolvers: Allowing premature termination by specifying a mip gap. Fixes for incremental solving with Z3Lpsolver. 7 years ago
IterativeMinMaxLinearEquationSolver.cpp Merge remote-tracking branch 'storm_gh/master' into storm_prs_and_updates 5 years ago
IterativeMinMaxLinearEquationSolver.h Using the revamped optimistic value iteration helper also for the lower bound. 6 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 9 years ago
LinearEquationSolverProblemFormat.h introducing solver formats to enable linear equation solvers to take the fixed point rather than the equation system formulation 9 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 LpMinMaxLinearEquationSolver: Fixed an issue when using glpk occurring when the lower bound of a variable matches the upper bound. Also revamped retrieving of lower/upper bounds. 5 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. 7 years ago
MathsatSmtSolver.cpp Fixed compilation with mathsat. 6 years ago
MathsatSmtSolver.h Fixed compilation with mathsat. 6 years ago
MinMaxLinearEquationSolver.cpp Update documentation with fixed choices 5 years ago
MinMaxLinearEquationSolver.h Update documentation with fixed choices 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 9 years ago
MultiplicationStyle.h slightly changed handling of gauss-seidel invocations in linear equation solver 9 years ago
Multiplier.cpp multiplier reduce also returns choices 5 years ago
Multiplier.h multiplier reduce also returns choices 5 years ago
NativeLinearEquationSolver.cpp Using the revamped optimistic value iteration helper also for the lower bound. 6 years ago
NativeLinearEquationSolver.h Using the revamped optimistic value iteration helper also for the lower bound. 6 years ago
NativeMultiplier.cpp dirOverride should be const 5 years ago
NativeMultiplier.h dirOverride should be const 5 years ago
OptimizationDirection.cpp Merge branch 'master' into menu_games 10 years ago
OptimizationDirection.h rename files (does not compile) 10 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 10 years ago
SmtratSmtSolver.h started overhaul of cli/api 9 years ago
SolveGoal.cpp added method isShieldingTask() to SolveGoal.* 5 years ago
SolveGoal.h added method isShieldingTask() to SolveGoal.* 5 years ago
SolverGuarantee.cpp fixed termination condition applications in a number of spots, fixed uint64 vs uint64_t issue 9 years ago
SolverGuarantee.h moved to providing solve goals in sparse model checkers and helpers 9 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 9 years ago
SymbolicEliminationLinearEquationSolver.h Linear equation solver + game solvers now respect the environment as well 9 years ago
SymbolicEquationSolver.cpp fixed some issue in sylvan sharpen and forward minmax bounds to linear equation solver 9 years ago
SymbolicEquationSolver.h Add virtual destructors to classes having virtual functions. 9 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 9 years ago
SymbolicLinearEquationSolver.h Merge remote-tracking branch 'origin/master' into environment 9 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 9 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 9 years ago
TerminationCondition.cpp Silenced several warnings 5 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 Silenced many 'loop variable is always a copy' warnings 5 years ago
TopologicalLinearEquationSolver.h removed multiplication support from minmax equation solvers. Also removed Factories. 8 years ago
TopologicalMinMaxLinearEquationSolver.cpp Fix TODOs 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. 7 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