dehnert
|
aec2596753
|
Several fixes for the IR. Weakest precondition computation is now supported for IR expressions.
Former-commit-id: 00387e59fc
|
12 years ago |
dehnert
|
f7a578e65d
|
Major change in PRISM grammars and IR: the IR now uses unique pointers instead of shared pointers to express ownership of objects more clearly.
Former-commit-id: 5b0228ee3b
|
12 years ago |
dehnert
|
84f1b192b4
|
Added globally unique indexes to updates in IR. Finalized support for labeled values in ExplicitModelAdapter. Modified tests to comply with the new usage of ExplicitModelAdapter.
Former-commit-id: f6d5a33d6d
|
12 years ago |
dehnert
|
12a92fc6ee
|
Several fixes and additions to IR. Modifications to CMakeLists.txt of log4cplus to enable proper compilation under Mac OS. Fixes to coin2.nm. Added global variables to grammar and IR. Established basis for defining undefined constants of the model. Started to write MinimalLabelSetGenerator.
Former-commit-id: b65bb063fa
|
12 years ago |
dehnert
|
947581dd25
|
Refactored and fixed bugs in explicit model adapter. Added support for labeling of choices of a model. The explicit model adapter uses that functionality to label each choice with the involved PRISM commands.
Former-commit-id: 818431d6e9
|
12 years ago |
dehnert
|
913bd173c3
|
Fix: local indices of variables are now treated correctly.
|
12 years ago |
dehnert
|
dd317bf6a4
|
Fixed issues with PRISM parser.
|
12 years ago |
dehnert
|
7b8b1ebd4f
|
Further refactoring of IR classes.
|
12 years ago |
dehnert
|
8abc703f6a
|
Further refactoring of IR and PRISM parser.
|
12 years ago |
dehnert
|
22ddf9c5be
|
On my way of cleaning up Gereon's mess. :P
|
12 years ago |
Lanchid
|
ec91dcbe2e
|
Merge branch master into LTLParser
|
12 years ago |
gereon
|
cd9e2ba549
|
Some minor cleanups, added lot of documentation in prismparser
|
12 years ago |
gereon
|
cb14f2e771
|
Made choiceIndices work in ExplicitModelAdapter, added code to somehow use --symbolic (parse model, show model information)
|
12 years ago |
dehnert
|
cae3d6cc6a
|
Renamed PrismParser directory to prismparser.
|
12 years ago |
gereon
|
aafdbf7671
|
Fixed errors due to merging.
|
13 years ago |
gereon
|
ac86932785
|
Fixed renaming: Command names were not considered.
|
13 years ago |
gereon
|
3b76126f6b
|
Split PrismParser and PrismGrammar in differenc object files.
Added reset method for grammars, now we can parse multiple files in one program execution.
Added test for mdp parsing.
|
13 years ago |