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 3184ba1611 Jani: Correctly parse the input-enable field. Throw an error in the sparse model builder, as these are not supported right now. 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. 6 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. 6 years ago
CompressedState.cpp explicit-state-lookup, for finding states in a model based on the variable assignment 5 years ago
CompressedState.h explicit-state-lookup, for finding states in a model based on the variable assignment 5 years ago
JaniNextStateGenerator.cpp Jani: Correctly parse the input-enable field. Throw an error in the sparse model builder, as these are not supported right now. 5 years ago
JaniNextStateGenerator.h Fixed an issue with JANI models concerning properties using transient variable expressions. 5 years ago
NextStateGenerator.cpp Fixed an issue with JANI models concerning properties using transient variable expressions. 5 years ago
NextStateGenerator.h Fixed an issue with JANI models concerning properties using transient variable expressions. 5 years ago
PrismNextStateGenerator.cpp Removed unnecessary semicolons 6 years ago
PrismNextStateGenerator.h Optimization for PRISM model building: Avoid evaluating unnecessarily many guards. 6 years ago
StateBehavior.cpp started overhaul of cli/api 9 years ago
StateBehavior.h removed src prefix in all includes 9 years ago
TransientVariableInformation.cpp TransientVariableInformation: Flagging a few getters const 6 years ago
TransientVariableInformation.h TransientVariableInformation: Flagging a few getters const 6 years ago
VariableInformation.cpp observation valuations added 5 years ago
VariableInformation.h observation valuations added 5 years ago