5 Commits (dd647e93d249736466427864210d71ee81c3ad43)

Author SHA1 Message Date
Sebastian Junges 586929ea64 As we do not support windows, we can also get rid of: 8 years ago
TimQu ec9486e8cf fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
TimQu 5181c00149 fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
TimQu a8b8ef27a3 fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 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
dehnert 3d426798b3 added visitor that checks for syntatical equality of expressions 9 years ago
dehnert f5e383722f Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
dehnert 99d9a9710d Further steps to make everything work again. 10 years ago
dehnert fff18f2789 Intermediate commit (refactoring expressions). 10 years ago
dehnert 809217c359 Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 10 years ago
David_Korzeniewski 93c03fff3f Fixed order of checks in Z3ExpressionAdapter, fixed missing override of isVariable in VariableExpression, removed unnecessary exception in Z3SmtSolver model generation 11 years ago
David_Korzeniewski 83d2a1c315 Adapted Z3ExpressionAdapter to deletion of constant expressions. Added functionality to autocreate variables in the solver. Added function to get variables and their types from an expression. 11 years ago
dehnert 219af9b43b Removed constants from expressions. Even though PRISM has the concept of constants and variables, it currently makes no sense to distinguish them in our expression classes. 11 years ago
dehnert c6976dd8b5 Added some query methods for new expression classes. 11 years ago
dehnert cc625a2e00 Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
dehnert 7667933caf First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
dehnert 8af52c8866 Finished new expression classes and corresponding functional tests. 11 years ago
dehnert ae06c7d677 Commit to switch workplace. 11 years ago
dehnert c8b5897cff Designed interface of expression classes and started implementing it. 11 years ago
dehnert 1d6c25547b Further work on new expressions. 11 years ago