19 Commits (858de4bf4865223daeeede0a80d2446e0bb526ae)

Author SHA1 Message Date
TimQu d3952c82f6 fix in variable information for unbounded variables 7 years ago
TimQu b8b84e3f8a support for *local* unbounded integer variables. 7 years ago
TimQu 5ab404a9d3 added support for unbounded integer variables in explicit jani builder such that it is treated as a bounded variable (with a given number of bits) and an exception is thrown in case of an underflow or overflow 7 years ago
dehnert 5e43c51f49 starting on some builder optimizations 7 years ago
TimQu 69cbc28547 fixes for arrays 7 years ago
TimQu ba68562740 moved array variable replacement information into VariableInformation 7 years ago
dehnert cfb1bc36ce treating bounded JANI variables with single bound 7 years ago
Sebastian Junges f52aab0012 fixed out-of-bounds-labelling, added overlapping guards building, and some improved error messages if something goes wrong with highlevel counterex generation 7 years ago
Sebastian Junges 89f3aac33f add error messages for sparse model building when lower bounds for variables are above upper bounds 7 years ago
Sebastian Junges 61925d1c98 add option for sparse model builder to add a state encoding out-of-bounds state valuations to enable analysis of buggy models 7 years ago
dehnert 77a031aaeb changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 7 years ago
dehnert b2b692b8ae extended JANI next-state generator to be able to deal with custom system compositions 8 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 9 years ago
dehnert 158ddc0533 equipped automata in JANI models with expression variable representing their location 9 years ago
Sebastian Junges d246517757 removed src prefix in all includes 9 years ago
Sebastian Junges e1d201c85e c++ code compiles again after rename 9 years ago
Sebastian Junges 3a7ee7867b rename files (does not compile) 9 years ago
dehnert 011e3fbaa6 fixed bug that introduced transient variables in the state space 9 years ago
dehnert 59a92a8941 support for labels in JANI models in sparse and dd engine 9 years ago
dehnert f49a2cf5a9 added proper location handling to JANI next-state generator 9 years ago
dehnert 874da01731 started to implement symbolic MA generation based on JANI 9 years ago
PBerger be9648fc18 Added -fPIC to Sylvan. Since it is linked into Storm it is necessary for relocation to be possible, hence PIC. 9 years ago
dehnert 71bfb45220 added check for multiple writes to the same global variable in explicit JANI next-state generator 9 years ago
dehnert 7861df4f20 JANI next-state generator appears to be working (without rewards) 9 years ago
dehnert b62f8819b9 JANI next-state generator can now generate transitions from silent edges 9 years ago
dehnert 000a8c2d77 more work on JANI next-state generator 9 years ago
dehnert fad28df7d6 first working version of next-state generator for PRISM models 10 years ago
dehnert a75e0f5323 more work wrt cleaner model exploration 10 years ago
dehnert 8a0bd32b55 tearing apart explicit model builder and 'next-state generation' 10 years ago