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
|
fad28df7d6
|
first working version of next-state generator for PRISM models
Former-commit-id: 548a725e25
|
9 years ago |
Mavo
|
e9b4f06972
|
Better assertions in BitVector
Former-commit-id: 7ee6b34ba5
|
9 years ago |
sjunges
|
e0980de0ba
|
first version of storm without log4cplus as a dependency
Former-commit-id: 5aa64fabd7
|
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
|
211994bff9
|
removed debug output
Former-commit-id: 915be7778b
|
9 years ago |
sjunges
|
17a3dabfc5
|
fix in weak bisim for ctmcs
Former-commit-id: 436837add1
|
9 years ago |
dehnert
|
7b643fe166
|
tests working again
Former-commit-id: 58e97ea35b
|
9 years ago |
dehnert
|
dc8a5b11e0
|
more refactoring regarding fragment checking
Former-commit-id: fd335f6f8e
|
9 years ago |
dehnert
|
40aea6c929
|
replaced Cudd_CountMinterm by old version to fix what appears to be bug (sent mail to Fabio Somenzi)
Former-commit-id: 9af49d5b19
|
9 years ago |
dehnert
|
dd0813b8c4
|
cudd3 now working, but tests segfaulting
Former-commit-id: 9742e4e75e
|
9 years ago |
dehnert
|
97d9ecccbb
|
started making cudd3 work
Former-commit-id: bc791536bb
|
9 years ago |
dehnert
|
b772c92edb
|
removed reward path formulas. reward path formulas are now just path formulas. this allows some invalid formulas to be constructed, so this now has to be checked dynamically
Former-commit-id: c8527c8e9a
|
10 years ago |
dehnert
|
8f087597cc
|
more work towards proper scheduler generation
Former-commit-id: ee6237ef49
|
10 years ago |
dehnert
|
5a1039838f
|
made everything compile again and all tests passing
Former-commit-id: 65c66fb58f
|
10 years ago |
sjunges
|
4cc8442b77
|
Fixed warning about superfluous semicolon after a method def.
Former-commit-id: 22fa68a405
|
10 years ago |
sjunges
|
d8191d8c6a
|
const formulae
Former-commit-id: 910d7ca539
|
10 years ago |
sjunges
|
ad01dfa611
|
refactored bisimulation a bit (mainly the entry point as well as hidden some options)
Former-commit-id: 5405a14930
|
10 years ago |
sjunges
|
93be84a4a8
|
fix in get parameters from model
Former-commit-id: c4c11b2b29
|
10 years ago |
sjunges
|
5e9c42f2af
|
intermediate commit
Former-commit-id: 6acb50ec62
|
10 years ago |
dehnert
|
e20942393e
|
added some primes
Former-commit-id: f0da396762
|
10 years ago |
sjunges
|
e4725aa4a1
|
Instead of returning the program, return the prepared formulas
Former-commit-id: a06fbaad2b
|
10 years ago |
sjunges
|
2d44d4f822
|
getUndefinedConstantsAsString added to storm::prism::program
Former-commit-id: 8dbfbf2566
|
10 years ago |
sjunges
|
e45ce6f293
|
replaced stdpair by struct for model,program pairs
Former-commit-id: 11177caa6f
|
10 years ago |
TimQu
|
6006d95193
|
Fixed compile errors: Added missing include and fixed call of std::max
Former-commit-id: 614689e26f
|
10 years ago |
dehnert
|
33757633c8
|
first version of conditional probabilities for (non-parametric) DTMCs a la Baier
Former-commit-id: b57dfab024
|
10 years ago |
dehnert
|
98d173ca3c
|
changed elimination-based model checker to be able to compute values for all states (for reachability probs and reachability rewards)
Former-commit-id: 016a25734a
|
10 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
10 years ago |
dehnert
|
34ba28cfdb
|
some minor fixes
Former-commit-id: 1a290e0fb1
|
10 years ago |
dehnert
|
f72f556018
|
improved spirit error handling a bit
Former-commit-id: 8d4b24a336
|
10 years ago |
dehnert
|
d0e15d1a4f
|
more work (and stuff, you know?)
Former-commit-id: ec9f6746b8
|
10 years ago |
dehnert
|
b297cdf38f
|
added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker
Former-commit-id: d85ce26536
|
10 years ago |
dehnert
|
329fee6b32
|
added performance tests for symbolic DTMC model checker
Former-commit-id: 10814c4cdc
|
10 years ago |
dehnert
|
0d6612352c
|
silenced sylvan and gmm warnings (for clang)
Former-commit-id: 20c561d2e2
|
10 years ago |
dehnert
|
abacfdd28d
|
added sylvan settings. made sylvan available from the cli
Former-commit-id: 3d2403de90
|
10 years ago |
dehnert
|
0708672a68
|
removed ite for ADDs as this operation should be formed with a BDD as the first argument. as a compensation, we provide a version of ite that takes a BDD and two ADDs and returns the corresponding ADD
Former-commit-id: 720dc3a9c4
|
10 years ago |
dehnert
|
b7ea918d1b
|
update to latest version of sylvan and accompanying changes (mostly because 0 * inf = nan in IEEE754)
Former-commit-id: 828e13307f
|
10 years ago |
dehnert
|
f8fc39870a
|
hybrid and symbolic model checkers working with sylvan
Former-commit-id: d01b92e328
|
10 years ago |
dehnert
|
7f75db2790
|
ADD iterator working for sylvan. enabled more tests for sylvan. symbolic Dtmc model checker now working.
Former-commit-id: b11b2f7476
|
10 years ago |
dehnert
|
f2a01afbdf
|
ODD-based stuff working for Sylvan. Almost all tests passing
Former-commit-id: a6eef37d37
|
10 years ago |
dehnert
|
36a6e9e76e
|
more work on sylvan ODD-related stuff
Former-commit-id: 142f57620a
|
10 years ago |
dehnert
|
fd417fb6d6
|
started working on ODD-based functionality for sylvan
Former-commit-id: 6535ee4b47
|
10 years ago |
dehnert
|
ebe9ccbb15
|
some work on DD stuff
Former-commit-id: 50ca51d264
|
10 years ago |
dehnert
|
4a772fe48d
|
fixed bug in sylvan
Former-commit-id: 0fd69e20a1
|
10 years ago |
dehnert
|
8657fb0181
|
introduced relational product operations to prob0/1 algorithms (where possible)
Former-commit-id: 7fcd642030
|
10 years ago |
dehnert
|
494f263b71
|
fixed a wrong assumption for sylvan relnext
Former-commit-id: 157e6826c7
|
10 years ago |
dehnert
|
3556743d7e
|
more work on introducing relation products
Former-commit-id: 6b78fa09d2
|
10 years ago |