dehnert
|
ea02ea0838
|
started overhaul of cli/api
|
9 years ago |
Sebastian Junges
|
d246517757
|
removed src prefix in all includes
|
10 years ago |
Sebastian Junges
|
e1d201c85e
|
c++ code compiles again after rename
|
10 years ago |
Sebastian Junges
|
3a7ee7867b
|
rename files (does not compile)
|
10 years ago |
sjunges
|
5cc1a86f10
|
No - I won't wait for those parsers no more. Part one of some compiliation speed up stuff.
Former-commit-id: 20f6996581 [formerly 680bcd1cbb]
Former-commit-id: 2c60f08dd3
|
10 years ago |
dehnert
|
58857d62ed
|
renamed double literal to rational literal
Former-commit-id: 7bafe79eed
|
10 years ago |
dehnert
|
7b2a667a9d
|
double literal now stores rational internally
Former-commit-id: c0f089b8ba
|
10 years ago |
Mavo
|
d13aca1109
|
Fixed problem with const initializer
Former-commit-id: bcd1343169
|
11 years ago |
Mavo
|
f38eeff1ef
|
First try on parsing of rational functions
Former-commit-id: 63a6ae0d14
|
11 years ago |
sjunges
|
1e1400d68d
|
merge
Former-commit-id: eb9efc4bb2
|
11 years ago |
dehnert
|
34ba28cfdb
|
some minor fixes
Former-commit-id: 1a290e0fb1
|
11 years ago |
dehnert
|
f72f556018
|
improved spirit error handling a bit
Former-commit-id: 8d4b24a336
|
11 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
|
11 years ago |
dehnert
|
ffc9eda1c2
|
enabled terminal states for explicit model builder
Former-commit-id: f0304e64d2
|
11 years ago |
dehnert
|
1b9860ece0
|
modified parser to accept more legal formulas
Former-commit-id: acf383c4a3
|
11 years ago |
dehnert
|
f673dccd76
|
Formula parser works again. Tests adapted.
Former-commit-id: 78ce54d69f
|
12 years ago |
dehnert
|
1699732dce
|
More work on logic classes.
Former-commit-id: 9d94e02b74
|
12 years ago |
dehnert
|
7ec3e8b214
|
Further fixes for new variable handling. libstorm now compiles again, yay.
Former-commit-id: a9ac5c0356
|
12 years ago |
dehnert
|
f76d0f93eb
|
Adapted LP solver interface to new variable handling.
Former-commit-id: c2a7eea5db
|
12 years ago |
dehnert
|
e49814d391
|
Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch.
Former-commit-id: 89d94f7957
|
12 years ago |
dehnert
|
7c5603de3e
|
Improved performance of the expression parser a bit more.
Former-commit-id: 7a0ae116c9
|
12 years ago |
dehnert
|
952747a9bc
|
Modified some rules in the expression parser such that less redundant parsing is done.
Former-commit-id: aa072c9f9b
|
12 years ago |
dehnert
|
72cc5f2188
|
Added 'power' as a binary operator in expression classes and expression grammar.
Former-commit-id: c58321709e
|
12 years ago |
dehnert
|
478f5ee38c
|
Started separating expression parsing from PRISM model parsing.
Former-commit-id: 84d1354f97
|
12 years ago |