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.
 
 
 
 
Tim Quatmann 626b7a819a InfiniteHorizon: Fixed storing backwardstransition properly. Allowed to specify a mec decomposition. Pushed _produceScheduler flag to the SingleValueModelCheckerHelper. 5 years ago
..
Choice.cpp Optimizations in JaniNextStateGenerator that avoid unnecessary (re-) allocations of memory. Moreover, before collecting the complete set of enabled edges for each automaton, we first check whether each automaton (that synchronizes with that action) has at least one enabled edge. This avoids checking unnecessarily many edge guards. 5 years ago
Choice.h Optimizations in JaniNextStateGenerator that avoid unnecessary (re-) allocations of memory. Moreover, before collecting the complete set of enabled edges for each automaton, we first check whether each automaton (that synchronizes with that action) has at least one enabled edge. This avoids checking unnecessarily many edge guards. 5 years ago
CompressedState.cpp CompressedState: Added a method to create a human readable string out of the state. Added a method to "uncompress" by extracting all values into corresponding value vectors 5 years ago
CompressedState.h CompressedState: Added a method to create a human readable string out of the state. Added a method to "uncompress" by extracting all values into corresponding value vectors 5 years ago
JaniNextStateGenerator.cpp Fixed building state valuations for transient variables of a jani model. 5 years ago
JaniNextStateGenerator.h Refactored state valuations. They now store values for transient jani variables and do not store values for constants (solving Github issue #73) 5 years ago
NextStateGenerator.cpp Refactored state valuations. They now store values for transient jani variables and do not store values for constants (solving Github issue #73) 5 years ago
NextStateGenerator.h Refactored state valuations. They now store values for transient jani variables and do not store values for constants (solving Github issue #73) 5 years ago
PrismNextStateGenerator.cpp Removed unnecessary semicolons 5 years ago
PrismNextStateGenerator.h Optimization for PRISM model building: Avoid evaluating unnecessarily many guards. 5 years ago
StateBehavior.cpp started overhaul of cli/api 8 years ago
StateBehavior.h removed src prefix in all includes 9 years ago
TransientVariableInformation.cpp TransientVariableInformation: Flagging a few getters const 5 years ago
TransientVariableInformation.h TransientVariableInformation: Flagging a few getters const 5 years ago
VariableInformation.cpp Merge branch 'master' into pomdp_datastructures 7 years ago
VariableInformation.h Merge branch 'master' into pomdp_datastructures 7 years ago