Mavo
|
566cef0f91
|
Started on compiling without Carl
Former-commit-id: 5e0895d7c5
|
9 years ago |
TimQu
|
12287e5090
|
small fix for building MAs
Also fixed a test for explicit MA parsing, where the transitions of a probabilistic choice did not sum up to one
Former-commit-id: c2f920a4d6
|
9 years ago |
TimQu
|
f681206393
|
building markov automata from prism code
Former-commit-id: 791c49c7cf
|
9 years ago |
dehnert
|
2a7dc0fad0
|
renamed MarkovChainSettings
Former-commit-id: 39024731f8
|
9 years ago |
dehnert
|
f3fa90cc37
|
more work towards exact solving
Former-commit-id: 38edbcf2ca
|
9 years ago |
dehnert
|
512a1ec558
|
added special label 'deadlock' to models and builders
Former-commit-id: 4edc57216e
|
9 years ago |
dehnert
|
08112d98aa
|
more work on JANI next state generator and the corresponding tests
Former-commit-id: e170c9989c
|
9 years ago |
dehnert
|
4cc780cbc0
|
tests compiling and running again
Former-commit-id: f84c73d0ae
|
9 years ago |
dehnert
|
d35c99e844
|
renamed central model builder function
Former-commit-id: 92cfaeae19
|
9 years ago |
dehnert
|
9f6bd1805f
|
modified the entry point code to deal with the new generator-builder-structure
Former-commit-id: f01a19e346
|
9 years ago |
dehnert
|
ddf165d4d3
|
more work on tearing PRISM-specific functionality out of the explicit model builder
Former-commit-id: a835c9072e
|
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 |
Mavo
|
a0d659f2da
|
always use shared_ptr<Formula const>
Former-commit-id: 63a447e887
|
9 years ago |
dehnert
|
db3d1df863
|
added a sh*t ton of debug output, didn't help
Former-commit-id: a1bf88c024
|
9 years ago |
dehnert
|
6d421a6fbe
|
learning seems to work find on first larger example
Former-commit-id: 706981a362
|
9 years ago |
Mavo
|
c9f04ecc0b
|
Added IOSettings
Former-commit-id: 95946a7666
|
9 years ago |
Mavo
|
effadc5cca
|
Split into general settings and markov chain settings
Former-commit-id: 619a2e3622
|
9 years ago |
Mavo
|
67d77608bd
|
Refactoring of settings
Former-commit-id: ea4350fc1c
|
9 years ago |
dehnert
|
fd615289e0
|
outline of learning algorithm
Former-commit-id: d770d1b7dc
|
9 years ago |
dehnert
|
1fb943b658
|
moved some internal structs from model builder to their own files to make them reusable
Former-commit-id: a354059fe8
|
9 years ago |
dehnert
|
ca354cffe4
|
moved preprocessing of PRISM program to utility to make it accessible from learning-based model checker
Former-commit-id: 704dde9ec5
|
9 years ago |
dehnert
|
1f5439e270
|
added state labeling generator interface
Former-commit-id: eb7668741f
|
9 years ago |
dehnert
|
ffe63ea95d
|
made dfs as exploration order available
Former-commit-id: 46ea31af78
|
9 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
9 years ago |
dehnert
|
fff7b2d5db
|
fixed an allocation issue, performance is now roughly the same as before but memory consumption is reduced
Former-commit-id: ff44804975
|
9 years ago |
dehnert
|
fad28df7d6
|
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
|
9 years ago |
dehnert
|
9eec5b140c
|
refactoring of model builder
Former-commit-id: f049f5a5bf
|
9 years ago |
dehnert
|
a75e0f5323
|
more work wrt cleaner model exploration
Former-commit-id: f24d618bdf
|
9 years ago |
dehnert
|
8a0bd32b55
|
tearing apart explicit model builder and 'next-state generation'
Former-commit-id: 2ccda8d931
|
9 years ago |
dehnert
|
7ce969b312
|
started working on more flexible model generation using next-state-generators
Former-commit-id: 805940f179
|
9 years ago |
dehnert
|
2604df54ec
|
more refactoring of formula classes: in particular fragment checking
Former-commit-id: 544c5f953f
|
9 years ago |
dehnert
|
4367bdb378
|
properly introduced CheckTask in all model checkers and made it compile again (+ functional tests working)
Former-commit-id: d44db3c342
|
9 years ago |
dehnert
|
e3c4f5fa72
|
more work on customizing checking process
Former-commit-id: 93e5895f77
|
9 years ago |
sjunges
|
d8191d8c6a
|
const formulae
Former-commit-id: 910d7ca539
|
9 years ago |
PBerger
|
8eec3f2306
|
Fixed issue in ExplicitPrismModelBuilder.cpp when CARL is not available.
Former-commit-id: 08c6ec6dbe
|
9 years ago |
dehnert
|
0ffbda5aff
|
initial draft of long-run rewards for parametric models
Former-commit-id: 991512a57d
|
9 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
9 years ago |
sjunges
|
096778a5d0
|
assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild)
Former-commit-id: 7ae9bcd61e
|
9 years ago |
dehnert
|
34ba28cfdb
|
some minor fixes
Former-commit-id: 1a290e0fb1
|
10 years ago |
dehnert
|
d0e15d1a4f
|
more work (and stuff, you know?)
Former-commit-id: ec9f6746b8
|
10 years ago |
dehnert
|
7156a63b0f
|
tried different approach for bisim for MDPs
Former-commit-id: 92d56a4620
|
10 years ago |
dehnert
|
5c838e2006
|
added the feature to build information about the state space that can be retrieved after building the model to the explicit model builder
Former-commit-id: 72b9b18e4e
|
10 years ago |
sjunges
|
7884fc37ed
|
explicit model builder supports non-default reward models
Former-commit-id: 97aabc54bb
|
10 years ago |
dehnert
|
e51a3cfa85
|
refined cut-off of builders a little. Now, based on the property, more of the states are treated as terminal states of the model
Former-commit-id: 4b68d6f1e8
|
10 years ago |
dehnert
|
d4cd58e9c6
|
upon preserving a new formula, the builders now do not apply terminal states
Former-commit-id: b6a5d04cd0
|
10 years ago |
dehnert
|
ffc9eda1c2
|
enabled terminal states for explicit model builder
Former-commit-id: f0304e64d2
|
10 years ago |
dehnert
|
080b50a890
|
fixed bug in symbolic model generation
Former-commit-id: 9b99c0d75f
|
10 years ago |
dehnert
|
9f70e7cb3b
|
adapted DD-based model exploration to the new policy regarding writing to global variables
Former-commit-id: 272cb04813
|
10 years ago |
dehnert
|
b94e978843
|
another round of fixes
Former-commit-id: 67f4e4be47
|
10 years ago |
dehnert
|
a9142a752d
|
fixed another bug
Former-commit-id: 2f0eb64b6f
|
10 years ago |