TimQu
|
7bae50d0ba
|
fixed correct parsing of prism formulas
|
7 years ago |
TimQu
|
ea76f6d0be
|
prism parser no longer inserts formula definitions directly. Note that these have to be eliminated afterwards
|
7 years ago |
Sebastian Junges
|
919dfeebae
|
"number of edges" and "number of commands" in jani model / prism programs
|
7 years ago |
TimQu
|
86f0195b18
|
removed jani conversion in cli of main binary
|
7 years ago |
Sebastian Junges
|
1c9f7b0f2f
|
translate prism to jani with a suffix for location names etc when doing this for multiple models
|
7 years ago |
Matthias Volk
|
72c1e79ccd
|
Mention -pc flag in error message
|
7 years ago |
sjunges
|
8ce3eaddc3
|
PrismProgram -- Used Constants
|
8 years ago |
Sebastian Junges
|
ace351bd71
|
Constants wrongfully marked as not graphpresreving. Bugfix for bug reported by Nils Jansen.
|
8 years ago |
sjunges
|
12dda40919
|
split IOSettings in BuildSettings and IOSettings, refactored some dependencies on settings object away if it doesnt hurt too much, moved GSPN and PGCL settings to their own libs
|
8 years ago |
dehnert
|
ecade3f857
|
fixes issue #9 raised by Joachim Klein
|
8 years ago |
TimQu
|
0aed35f4b4
|
worked on human readable representations of prism command sets
|
8 years ago |
dehnert
|
a7e9c5819f
|
removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking
|
8 years ago |
dehnert
|
b4381a7c48
|
Constants in formulas appear to be working
|
9 years ago |
dehnert
|
ce36601f7c
|
fixed gmp dependency (lib), fixed parser to reject formulas that appear later in the PRISM file
|
9 years ago |
dehnert
|
5b09b91ae1
|
fixed more warnings
|
9 years ago |
dehnert
|
c27580defc
|
bugfix in flattening of modules
|
9 years ago |
dehnert
|
bf5018b858
|
post-merge fixes
|
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
|
c84254f665
|
another step, debugging in progress
Former-commit-id: 41c25470a2 [formerly 10e321e3d0 ]
Former-commit-id: 38f405c114
|
9 years ago |
dehnert
|
2471036df4
|
more work on jit-thing: transitioning to proper handling of synchronizing edges
Former-commit-id: 3af1772192 [formerly 890c529dd1 ]
Former-commit-id: 818295a085
|
9 years ago |
dehnert
|
675b7bb207
|
added proper check for undefined constants when building explicit JANI models in non-parametric mode
Former-commit-id: 95c0bfc003 [formerly 3708bf3b69 ]
Former-commit-id: e5bbd290f3
|
9 years ago |
dehnert
|
e274cd33eb
|
adapted cli to use symbolic model description rather than PRISM program
Former-commit-id: d06884a848 [formerly 9a128e04f1 ]
Former-commit-id: 25a820d000
|
9 years ago |
dehnert
|
c0d1628466
|
made Prism to JANI conversion compile again
Former-commit-id: 7775fd4a18 [formerly f7a542bf3e ]
Former-commit-id: 0c0f7cf70b
|
9 years ago |
dehnert
|
9a5d11a5e0
|
adding real variables to JANI models. started to encapsulate PRISM to JANI converter
Former-commit-id: a7892b3d23 [formerly 411e830ca5 ]
Former-commit-id: 49ee703493
|
9 years ago |
dehnert
|
92932fced1
|
support for initial constructs in PRISM programs
Former-commit-id: 0c8132aa43
|
9 years ago |
dehnert
|
12ac3549da
|
adapted relevant parts to new way of specifying initial values/restrictions
Former-commit-id: a55abbe3b6 [formerly 6a9d8a6a55 ]
Former-commit-id: 47799adaf2
|
9 years ago |
dehnert
|
b405a67b54
|
removed RewardIncrement. fixed PRISM to JANI converter
Former-commit-id: c189fa8e60 [formerly 63dccbdb95 ]
Former-commit-id: 36449defd0
|
9 years ago |
dehnert
|
bcb13a4fe1
|
moved deletion of commands (if guard becomes false) from Program::substitute to Program::simplify
Former-commit-id: ec5b4d4a57
|
9 years ago |
dehnert
|
e6d9c85749
|
fixed some bugs related to simplifaction of PRISM programs
Former-commit-id: 3c81bcac8d
|
9 years ago |
dehnert
|
6d5f4dc9c9
|
fixed bug in detection whether parameters are only used in probabilities/rewards
Former-commit-id: 1929f5e079
|
9 years ago |
sjunges
|
035a50fce9
|
support for transient assignments in locations, changed assignment to jani::variable, notice that (already broken) prism-to-jani is disabled as long as we reshape jani code
Former-commit-id: 9bf2f68c7c [formerly 2a1181a603 ]
Former-commit-id: d487b0fc74
|
9 years ago |
dehnert
|
b3e77730a9
|
added uniqueness mechanism in flattenModules to compensate for missing uniqueness in allsat of solvers
Former-commit-id: b4ebd17f68
|
9 years ago |
dehnert
|
4f7eaa0a43
|
some more work towards abstraction refinement
Former-commit-id: 360cb016c3
|
9 years ago |
dehnert
|
4733643bcf
|
made the games compile again
Former-commit-id: 35f3ab9471
|
9 years ago |
dehnert
|
71bfb45220
|
added check for multiple writes to the same global variable in explicit JANI next-state generator
Former-commit-id: 5fc1bb01a9
|
9 years ago |
dehnert
|
7861df4f20
|
JANI next-state generator appears to be working (without rewards)
Former-commit-id: 3ca5c3ccf2
|
9 years ago |
dehnert
|
05fecb03b3
|
started on introducing multiple initial locations in JANI models
Former-commit-id: cf009b3e14
|
9 years ago |
dehnert
|
000a8c2d77
|
more work on JANI next-state generator
Former-commit-id: d94ab2b81e
|
9 years ago |
dehnert
|
6655ee41d8
|
started to restructure explicit model builder to make it fit for JANI models
Former-commit-id: 69603dd97b
|
9 years ago |
dehnert
|
3919f90712
|
started debugging JANI MDP building
Former-commit-id: b122d605be
|
9 years ago |
dehnert
|
d84ae34cc6
|
re-enabled omitting unused variables from PRISM models when converting to JANI
Former-commit-id: 4803b32ad3
|
9 years ago |
dehnert
|
7750480714
|
JANI model builder for DTMCs working
Former-commit-id: 25f12f3e05
|
9 years ago |
dehnert
|
310db8a234
|
started to include reachability in JANI model generation
Former-commit-id: d54f35b999
|
9 years ago |
dehnert
|
adf8232896
|
more work and fixes for symbolic JANI builder
Former-commit-id: 5ca11938c1
|
9 years ago |
dehnert
|
c4327e91a9
|
more work on symbolic JANI model builder
Former-commit-id: 4fe002c4f8
|
9 years ago |
dehnert
|
ecc1a80358
|
added conversion from PRISM to JANI. Added simplistic tests for that.
Former-commit-id: 5b31fa589c
|
9 years ago |
dehnert
|
7d03f0e4d0
|
improved error checking for custom parallel composition. added small tests.
Former-commit-id: 8f6b6913d6
|
9 years ago |
dehnert
|
bf65ef726c
|
system composition in PRISM appears to be working
Former-commit-id: e7f0dd84e8
|
9 years ago |