| .. |
|
ConstantsComparator.cpp
|
Fixed 'isZero' function in ConstantsComparator.
|
7 years ago |
|
ConstantsComparator.h
|
further debugging
|
8 years ago |
|
DDEncodingExporter.cpp
|
circumvent problems with the bdd export
|
7 years ago |
|
DDEncodingExporter.h
|
export of bdds into dot and text format
|
7 years ago |
|
DirectEncodingExporter.cpp
|
a version of parsing choice labels from DRN
|
6 years ago |
|
DirectEncodingExporter.h
|
Added placeholders to DRN format
|
7 years ago |
|
Engine.cpp
|
Merge branch 'portfolio' into ma-hybrid
|
6 years ago |
|
Engine.h
|
Added entry points for portfolio engine
|
6 years ago |
|
ExtendSettingEnumWithSelectionField.h
|
rename files (does not compile)
|
10 years ago |
|
FilteredRewardModel.h
|
FilteredRewardModel: added create method that works without a checkout.
|
7 years ago |
|
Hash.h
|
c++ code compiles again after rename
|
10 years ago |
|
KwekMehlhorn.cpp
|
Various fixes for the case STORM_USE_CLN_EA=ON
|
9 years ago |
|
KwekMehlhorn.h
|
started on symbolic rational search
|
9 years ago |
|
NumberTraits.h
|
more work on Kwek-Mehlhorn approach
|
9 years ago |
|
OsDetection.h
|
Merge branch 'master' into menu_games
|
10 years ago |
|
Portfolio.cpp
|
Incorporated more features for the portfolio engine.
|
6 years ago |
|
Portfolio.h
|
Do not perform the conversion from a prism program to a jani model twice.
|
6 years ago |
|
ProgressMeasurement.cpp
|
progress measurement can now correctly handle the case where maxcount = 0
|
8 years ago |
|
ProgressMeasurement.h
|
progress measurement can now correctly handle the case where maxcount = 0
|
8 years ago |
|
SignalHandler.cpp
|
Set waiting time after signal with flag --signal-timeout
|
6 years ago |
|
SignalHandler.h
|
Added missing include
|
6 years ago |
|
Stopwatch.cpp
|
adding some more timing output
|
8 years ago |
|
Stopwatch.h
|
explicit Dijkstra search for pivot state now follows the strategies separately
|
8 years ago |
|
VectorHelper.cpp
|
Introducing a TBB adapter that #undefs TRUE and FALSE.
|
7 years ago |
|
VectorHelper.h
|
Extraction and update of TBB-parallelized stuff
|
9 years ago |
|
bitoperations.h
|
rename files (does not compile)
|
10 years ago |
|
builder.cpp
|
Throw exceptions after switch/case to silence compiler warnings about not returning anything
|
7 years ago |
|
builder.h
|
StateValuations and ChoiceOrigins are now members of a sparse::Model.
|
9 years ago |
|
cli.cpp
|
some fixes to handle large parameters
|
9 years ago |
|
cli.h
|
started overhaul of cli/api
|
9 years ago |
|
combinatorics.h
|
more work on flattening JANI compositions
|
9 years ago |
|
constants.cpp
|
Added support for parsing fractions in DRN files.
|
7 years ago |
|
constants.h
|
Added utility function for rounding.
|
7 years ago |
|
cstring.cpp
|
removed src prefix in all includes
|
10 years ago |
|
cstring.h
|
rename files (does not compile)
|
10 years ago |
|
dd.cpp
|
update to game-based abstraction refinement
|
8 years ago |
|
dd.h
|
update to game-based abstraction refinement
|
8 years ago |
|
eigen.h
|
fixed a ton of warnings
|
9 years ago |
|
export.h
|
Export to dot format allows for maximal line width in state labels and valuations
|
7 years ago |
|
file.h
|
Fixed problem with Windows linebreak \r\n, because this is still a problem in 2020
|
6 years ago |
|
gmm.h
|
fixed a ton of warnings
|
9 years ago |
|
graph.cpp
|
Reverted 'optimization' for Prob1Max (since that didn't work out).
|
6 years ago |
|
graph.h
|
utility/graph: fixed behavior of getReachableStates when an initial state is not in the constrained set.
|
7 years ago |
|
initialize.cpp
|
utility/initialize: Added a function to read the current loglevel.
|
7 years ago |
|
initialize.h
|
utility/initialize: Added a function to read the current loglevel.
|
7 years ago |
|
iota_n.h
|
rename files (does not compile)
|
10 years ago |
|
jani.cpp
|
Constants in formulas appear to be working
|
9 years ago |
|
jani.h
|
Constants in formulas appear to be working
|
9 years ago |
|
logging.h
|
rename files (does not compile)
|
10 years ago |
|
macros.h
|
added checking requirements of MinMax solvers to model checker helpers
|
9 years ago |
|
math.h
|
moving dfts to their own lib and cli
|
10 years ago |
|
matrix.h
|
removed src prefix in all includes
|
10 years ago |
|
numerical.cpp
|
FoxGlyn: Print an error message instead of throwing an exception in cases where an underflow is possible.
|
6 years ago |
|
numerical.h
|
finished c++ifying David Jansen's implementation of Fox-Glynn
|
9 years ago |
|
prism.cpp
|
replaced occurrences of 'substituteConstants' by 'substituteConstantsFormulas'
|
8 years ago |
|
prism.h
|
Constants in formulas appear to be working
|
9 years ago |
|
resources.h
|
Moved signal handling to own file to prevent problems with global static variables being non-unique
|
6 years ago |
|
shortestPaths.cpp
|
Replaced assert(false) by throwing an exception
|
7 years ago |
|
shortestPaths.h
|
Fix assertion. assert(x < y < z) is not the same as assert(x < y and y < z).
|
8 years ago |
|
solver.cpp
|
Picking a default SmtSolver, even if no CoreSettings are available.
|
7 years ago |
|
solver.h
|
Add virtual destructors to classes having virtual functions.
|
9 years ago |
|
stateelimination.cpp
|
fixed a ton of warnings
|
9 years ago |
|
stateelimination.h
|
started overhaul of cli/api
|
9 years ago |
|
storm-version.h
|
Fixed version parsing for 'commits ahead'
|
8 years ago |
|
string.cpp
|
Fixed levenshtein distance
|
7 years ago |
|
string.h
|
utility/string.h: Added method to check whether a string is considered similar.
|
7 years ago |
|
sylvan.cpp
|
fixed some recently introduced issues
|
9 years ago |
|
sylvan.h
|
more work on sigrefmc integration
|
9 years ago |
|
vector.h
|
maixmumElementDiff implementation in vector.h
|
6 years ago |