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 05471d94fd 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.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 state generator now takes into account observable expressions when building POMDPs 6 years ago
CompressedState.h state generator now takes into account observable expressions when building POMDPs 6 years ago
JaniNextStateGenerator.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
JaniNextStateGenerator.h slight optimizations in the JaniNextStateGenerator 6 years ago
NextStateGenerator.cpp state generator now takes into account observable expressions when building POMDPs 6 years ago
NextStateGenerator.h state generator now takes into account observable expressions when building POMDPs 6 years ago
PrismNextStateGenerator.cpp all model builders: Added a canHandle method and a getSupportedJaniFeatures method. 6 years ago
PrismNextStateGenerator.h all model builders: Added a canHandle method and a getSupportedJaniFeatures method. 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 Fixed a few warnings 7 years ago
TransientVariableInformation.h silenced a few warnings 7 years ago
VariableInformation.cpp Merge branch 'master' into pomdp_datastructures 7 years ago
VariableInformation.h Merge branch 'master' into pomdp_datastructures 7 years ago