| .. |
|
bisimulation
|
Removed several unnecessary forward declarations of ConstantsComparator.
|
5 years ago |
|
dd
|
Added support for modulo operators when building symbolic models in exact mode.
|
6 years ago |
|
expressions
|
fix in predicate expression simplify pointed out by TQ, thanks
|
5 years ago |
|
geometry
|
Silenced several warnings
|
5 years ago |
|
jani
|
(LTL) Refactor unary/boolean state formulas to allow path formulas as well
|
5 years ago |
|
memorystructure
|
Some simplifications for memory structure.
|
5 years ago |
|
prism
|
Merge remote-tracking branch 'storm_gh/master' into storm_prs_and_updates
|
5 years ago |
|
sparse
|
Polished ExplicitModelBuilder:
|
5 years ago |
|
BitVector.cpp
|
changed clippedStatesOfCoalition with size and values from relevantStates
|
5 years ago |
|
BitVector.h
|
changed clippedStatesOfCoalition with size and values from relevantStates
|
5 years ago |
|
BitVectorHashMap.cpp
|
Assertion requiring equal bitsizes of BitVectorHashMap and key
|
8 years ago |
|
BitVectorHashMap.h
|
Removed redundant method findBucketToInsert()
|
8 years ago |
|
BoostTypes.h
|
flatsets to string
|
6 years ago |
|
ConsecutiveUint64DynamicPriorityQueue.h
|
fixed priority queue implementation and upper reward bound computation
|
9 years ago |
|
Decomposition.cpp
|
smg lra debug commit
|
5 years ago |
|
Decomposition.h
|
removed src prefix in all includes
|
9 years ago |
|
DeterministicTransition.h
|
c++ code compiles again after rename
|
9 years ago |
|
Distribution.cpp
|
avoid use of constants comparator to avoid skewing the distribution
|
5 years ago |
|
Distribution.h
|
Merge branch 'master' of https://github.com/moves-rwth/storm
|
5 years ago |
|
DistributionWithReward.cpp
|
fixing some bisimulation issues
|
8 years ago |
|
DistributionWithReward.h
|
ConstantsComparator: reduced code duplications, fixed a potentially div by 0, and silenced a warning
|
5 years ago |
|
DynamicPriorityQueue.h
|
intermediate commit
|
9 years ago |
|
FlexibleSparseMatrix.cpp
|
Silenced many 'loop variable is always a copy' warnings
|
5 years ago |
|
FlexibleSparseMatrix.h
|
worked on parametric model simplifier
|
9 years ago |
|
GameMaximalEndComponentDecomposition.cpp
|
added GameMECDecomposition for testing purposes
|
5 years ago |
|
GameMaximalEndComponentDecomposition.h
|
added GameMECDecomposition for testing purposes
|
5 years ago |
|
IntegerInterval.cpp
|
removed src prefix in all includes
|
9 years ago |
|
IntegerInterval.h
|
c++ code compiles again after rename
|
9 years ago |
|
MaximalEndComponent.cpp
|
(MDP-LTL) MaximalEndComponent: containsAnyState
|
5 years ago |
|
MaximalEndComponent.h
|
(MDP-LTL) MaximalEndComponent: containsAnyState
|
5 years ago |
|
MaximalEndComponentDecomposition.cpp
|
Simplified StronglyConnectedComponentDecomposition.
|
7 years ago |
|
MaximalEndComponentDecomposition.h
|
zero-reward MEC elimination for reachability rewards
|
9 years ago |
|
ModelFormulasPair.h
|
rename files (does not compile)
|
9 years ago |
|
OptimalScheduler.cpp
|
added OptimalShield
|
5 years ago |
|
OptimalScheduler.h
|
added OptimalShield
|
5 years ago |
|
PairHash.h
|
made move of top-level dir for some remaining files, fixed some includes
|
9 years ago |
|
PlayerIndex.h
|
* PlayerIndex is now declared in a separate file (as this can potentially be independent of PRISM input).
|
5 years ago |
|
PostScheduler.cpp
|
removed comment from PostScheduler
|
5 years ago |
|
PostScheduler.h
|
adapted PostScheduler output format
|
5 years ago |
|
PreScheduler.cpp
|
added PreScheduler and adapted PreShield
|
5 years ago |
|
PreScheduler.h
|
added PreScheduler and adapted PreShield
|
5 years ago |
|
Qvbs.cpp
|
refactoring: moving some code out of the util folder
|
6 years ago |
|
Qvbs.h
|
Replaced remaining uses of modernjson::json with the new storm::json<..>
|
6 years ago |
|
Scheduler.cpp
|
skipDontCareStates-option for scheduler printing
|
5 years ago |
|
Scheduler.h
|
added some documentation
|
5 years ago |
|
SchedulerChoice.cpp
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
9 years ago |
|
SchedulerChoice.h
|
Improved storage::Scheduler. We can now consider arbitrary finite memory schedulers, potentially employing randomization.
|
9 years ago |
|
SchedulerClass.cpp
|
SchedulerClass: setter return a reference to *this
|
7 years ago |
|
SchedulerClass.h
|
deterministicScheds: changed setting to --purescheds and added memory pattern 'counter'
|
7 years ago |
|
SparseMatrix.cpp
|
Merge remote-tracking branch 'storm_gh/master' into storm_prs_and_updates
|
5 years ago |
|
SparseMatrix.h
|
dirOverride should be const
|
5 years ago |
|
StateActionPair.h
|
rename files (does not compile)
|
9 years ago |
|
StateActionTargetTuple.h
|
rename files (does not compile)
|
9 years ago |
|
StateBlock.cpp
|
removed src prefix in all includes
|
9 years ago |
|
StateBlock.h
|
Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70.
|
7 years ago |
|
StronglyConnectedComponent.cpp
|
removed src prefix in all includes
|
9 years ago |
|
StronglyConnectedComponent.h
|
removed src prefix in all includes
|
9 years ago |
|
StronglyConnectedComponentDecomposition.cpp
|
Fixed missing ;
|
6 years ago |
|
StronglyConnectedComponentDecomposition.h
|
Fixed a tybo.
|
7 years ago |
|
SymbolicModelDescription.cpp
|
eliminate nonstandard predicates early on
|
5 years ago |
|
SymbolicModelDescription.h
|
added SMG ModelType
|
5 years ago |