5 Commits (1e3686480a63b1fa2baa601c31732d66e13765f9)

Author SHA1 Message Date
Matthias Volk 1e3686480a is_equal_to_one() is not used in Boost 1.70 6 years ago
Tim Quatmann a829c52a0d ExpressionParser can now parse round expressions. 6 years ago
dehnert 3ab4a28db1 fixing bug triggered by one of Steffen's (TUD) input models 7 years ago
sjunges 79bb6734ed compile and link parsers in seperate binary 7 years ago
dehnert 77179c02ac added option to feed additional constraints to abstraction 7 years ago
dehnert fa0da0bc7f fixes to parser 7 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
dehnert 77a031aaeb changed encoding of spirit parser, fixed an issue in variable information related to how many bits are necessary to store the state, changed some output formatting 7 years ago
Sebastian Junges 378e2ee40f Better error message if expression parser fails 8 years ago
dehnert 305f607507 fixed another parsing issue pointed out by Assistant Professor Dr. Nils Jansen 8 years ago
dehnert 49cc789ca2 symbolic minmax solver respecting linear equation solver problem format; fixed parsing bug pointed out by Dr. Nils Jansen 8 years ago
dehnert 8d6b029d67 next batch of fixing warnings 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
sjunges 5cc1a86f10 No - I won't wait for those parsers no more. Part one of some compiliation speed up stuff. 9 years ago
dehnert 1b5be8c52c allowing dots in identifiers and using a dot to prefix automata variables in JANI parser 9 years ago
dehnert 29f0f66689 reworked getUniqueRewardModel a little 9 years ago
dehnert 3ddf87f900 some more fixes for JANI model building 9 years ago
dehnert 58857d62ed renamed double literal to rational literal 9 years ago
dehnert 7b2a667a9d double literal now stores rational internally 9 years ago
Mavo f38eeff1ef First try on parsing of rational functions 10 years ago
dehnert 3e23a9ad40 some typos 10 years ago
sjunges 1e1400d68d merge 10 years ago
dehnert 34ba28cfdb some minor fixes 10 years ago
dehnert f72f556018 improved spirit error handling a bit 10 years ago
dehnert d0e15d1a4f more work (and stuff, you know?) 10 years ago
dehnert b297cdf38f added some syntatic sugar to PRISM parser in order to enhance performance tests of symbolic model checker 10 years ago
dehnert ffc9eda1c2 enabled terminal states for explicit model builder 10 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 10 years ago
dehnert 1b9860ece0 modified parser to accept more legal formulas 10 years ago
dehnert f673dccd76 Formula parser works again. Tests adapted. 11 years ago
dehnert 1699732dce More work on logic classes. 11 years ago
dehnert 99d9a9710d Further steps to make everything work again. 11 years ago
dehnert 7ec3e8b214 Further fixes for new variable handling. libstorm now compiles again, yay. 11 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. 11 years ago
dehnert 7c5603de3e Improved performance of the expression parser a bit more. 11 years ago
dehnert 952747a9bc Modified some rules in the expression parser such that less redundant parsing is done. 11 years ago
dehnert 084bb14acd Bugfix for expression parser. 11 years ago
dehnert 72cc5f2188 Added 'power' as a binary operator in expression classes and expression grammar. 11 years ago
dehnert 478f5ee38c Started separating expression parsing from PRISM model parsing. 11 years ago