TimQu
|
69c5ba604e
|
Helper functions for parametric stuff
Former-commit-id: 288e4de3da
|
10 years ago |
TimQu
|
f285858e28
|
added required includes
Former-commit-id: c523950b43
|
10 years ago |
Mavo
|
796d7652df
|
Fixed problem with bounds in MA model checker
Former-commit-id: c40c4e4795
|
10 years ago |
Mavo
|
3f41aa55f8
|
Cleaned up debug output
Former-commit-id: daabe84596
|
10 years ago |
Mavo
|
37a86d8190
|
Compile fixes for gcc
Former-commit-id: cb1b187ef8
|
10 years ago |
dehnert
|
55fd1b66c3
|
introducing exploration orders to explicit builder
Former-commit-id: a56620eac2
|
10 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
|
10 years ago |
sjunges
|
4a1f7468f5
|
param result file now has a semicolon between parameters
Former-commit-id: f9896d0d04
|
10 years ago |
sjunges
|
fde7b71933
|
Nice printing when no logging framework is enabled
Former-commit-id: 783fe7eea1
|
10 years ago |
sjunges
|
8c2cb4887f
|
Cmake option to disable debug and trace outputs
Former-commit-id: 9758862579
|
10 years ago |
sjunges
|
fcd98793ee
|
fixed supp for log4cplus
Former-commit-id: 7e0b2c449f
|
10 years ago |
sjunges
|
cf986311ad
|
loglevel can be set now and all logging macros support streaming
Former-commit-id: c8c32b43e6
|
10 years ago |
sjunges
|
e0980de0ba
|
first version of storm without log4cplus as a dependency
Former-commit-id: 5aa64fabd7
|
10 years ago |
dehnert
|
08bed36579
|
fixed an issue in performance tests and renamed all remaining LOG4CPLUS macro invocations to that of storm
Former-commit-id: 8536943978
|
10 years ago |
sjunges
|
102602dea2
|
some refactoring
Former-commit-id: 90be99f04d
|
10 years ago |
sjunges
|
e24343516c
|
constants comparator extended to carlrationalnumber (cln/cl_ra)
Former-commit-id: a14c5c4092
|
10 years ago |
sjunges
|
266d417168
|
constants.h/cpp extended to treat carl rational numbers
Former-commit-id: 12f0dfbc2c
|
10 years ago |
sjunges
|
0a9f68ed74
|
update dft towards cnt.abst
Former-commit-id: bce7a7a566
|
10 years ago |
Mavo
|
a6a8e5fff6
|
Structure for MA to CTMC
Former-commit-id: 6dee4cec3c
|
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 |
dehnert
|
bdcd4b26a3
|
refactoring early termination and solve goals and bounds
Former-commit-id: 123835f655
|
10 years ago |
Mavo
|
d60afed273
|
MA model checking can be called now for doubles
Former-commit-id: a20f2babc4
|
10 years ago |
Mavo
|
24cd1ec597
|
Vector output without template seems to work
Former-commit-id: 3627729e25
|
10 years ago |
dehnert
|
e5f9ddfbcc
|
changed cli to create tasks that only compute the value for the initial state (if the model checker supports that)
Former-commit-id: 3745aa138f
|
10 years ago |
Mavo
|
b55cc3276e
|
Reachability probabilities for CTMCs
Former-commit-id: fad855c59a
|
10 years ago |
dehnert
|
5b60585b8a
|
replaced boost::optional<std::string>() by boost::none
Former-commit-id: 48e79b4648
|
10 years ago |
dehnert
|
2e8f74a700
|
First steps toward exact linear equation solver
Former-commit-id: 669af13b84
|
10 years ago |
Mavo
|
3e4ddbea8c
|
Integrated expected time on parametric CTMCs
Former-commit-id: 2f892ad8db
|
10 years ago |
sjunges
|
bb408b2b29
|
parser returns non-const formulae now
Former-commit-id: ed23af516e
|
10 years ago |
sjunges
|
d8191d8c6a
|
const formulae
Former-commit-id: 910d7ca539
|
10 years ago |
sjunges
|
c2138a8f1d
|
no, thou shall not check how stupid i've been here
Former-commit-id: e241a6976e
|
10 years ago |
sjunges
|
524f3aa0c2
|
perform bisim wrt single formula
Former-commit-id: 1543d1df1d
|
10 years ago |
sjunges
|
95c37244a2
|
reduced complexity of bisimulation and preprocess call
Former-commit-id: fb6f002af1
|
10 years ago |
Mavo
|
0a1ebc2f73
|
Distinct error message for parametric model checking
Former-commit-id: 7c1eacb9c2
|
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 |
PBerger
|
9b9468fbfd
|
Fixed issues in graph.cpp when CARL is not available.
Former-commit-id: 513070f194
|
10 years ago |
sjunges
|
bfe7354b22
|
fixed a double extern declaration
Former-commit-id: 216058aae1
|
10 years ago |
dehnert
|
ebbd03c15b
|
fixed some warning-related stuff. introduced abstraction-refinement engine in options and entrypoints that currently only throws not-implemented exception
Former-commit-id: 7a4bb8e18c
|
10 years ago |
sjunges
|
e4725aa4a1
|
Instead of returning the program, return the prepared formulas
Former-commit-id: a06fbaad2b
|
10 years ago |
sjunges
|
e45ce6f293
|
replaced stdpair by struct for model,program pairs
Former-commit-id: 11177caa6f
|
10 years ago |
dehnert
|
94b817c531
|
removed debug output
Former-commit-id: f9f58b55f4
|
10 years ago |
dehnert
|
0f6e6e4da1
|
added feature to compute step-bounded until probabilities in parametric models
Former-commit-id: 172e87cb55
|
10 years ago |
dehnert
|
8ed4a5f849
|
some refactoring in elimination-based model checker
Former-commit-id: 1fb6741479
|
10 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
10 years ago |
sjunges
|
096778a5d0
|
assorted fixes (builder for no-fix-deadline, semicolon, xercesbuild)
Former-commit-id: 7ae9bcd61e
|
10 years ago |
dehnert
|
dd5af80d5a
|
work towards easier deployment of other ordering heuristics
Former-commit-id: f48dff3630
|
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
|
0d6612352c
|
silenced sylvan and gmm warnings (for clang)
Former-commit-id: 20c561d2e2
|
10 years ago |