7 Commits (f419c3aac0fb4c1f0f6efe3c51aa5bfa55fbdd0c)

Author SHA1 Message Date
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
dehnert cdf76b0c15 fixed DD-based quotient extraction in bisimulation 9 years ago
dehnert 5b4db6f002 fixed issue in JANI abstraction 9 years ago
dehnert 5b09b91ae1 fixed more warnings 10 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
dehnert 342356ceb1 minor fixes to make storm work with boost 1.62 10 years ago
dehnert 3d426798b3 added visitor that checks for syntatical equality of expressions 10 years ago
dehnert 58857d62ed renamed double literal to rational literal 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 11 years ago
dehnert 809217c359 Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 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. 12 years ago
dehnert dd73387ed1 Add missing case. 12 years ago
dehnert d5c2f9248f Finished linear coefficient visitor and adapted glpk solver to new expression-based LP solver interface. 12 years ago
dehnert 389fddc996 Added some more methods to valuations. Changed visitor invocation slightly. Moves ExpressionReturnType in separate file. Finished linearity checking visitor. Started on visitor that extracts coefficients of linear expressions. 12 years ago
dehnert 3158d19123 Started working on adapting LP solver interface to new expressions. 12 years ago