You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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
..
BaseExpression.cpp 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
BaseExpression.h 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
BinaryBooleanFunctionExpression.cpp Added some query methods for new expression classes. 11 years ago
BinaryBooleanFunctionExpression.h Added support for Xor in expression classes and added parsing functionality for Xor, Implies and Iff. 11 years ago
BinaryExpression.cpp 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
BinaryExpression.h 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
BinaryNumericalFunctionExpression.cpp First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
BinaryNumericalFunctionExpression.h Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
BinaryRelationExpression.cpp Fixed some minor issues. 11 years ago
BinaryRelationExpression.h Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
BooleanLiteralExpression.cpp 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
BooleanLiteralExpression.h 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
DoubleLiteralExpression.cpp 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
DoubleLiteralExpression.h 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
Expression.cpp 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
Expression.h 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
ExpressionVisitor.h 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
Expressions.h 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
IdentifierSubstitutionVisitor.cpp 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
IdentifierSubstitutionVisitor.h 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
IfThenElseExpression.cpp 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
IfThenElseExpression.h 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
IntegerLiteralExpression.cpp 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
IntegerLiteralExpression.h 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
SimpleValuation.cpp Bugfix: valuations now correctly store the given initial value for boolean variables. 11 years ago
SimpleValuation.h Fixed bugs in some files. 11 years ago
SubstitutionVisitor.cpp 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
SubstitutionVisitor.h 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
TypeCheckVisitor.cpp 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
TypeCheckVisitor.h 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
UnaryBooleanFunctionExpression.cpp First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
UnaryBooleanFunctionExpression.h Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
UnaryExpression.cpp 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
UnaryExpression.h 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
UnaryNumericalFunctionExpression.cpp First working version of explicit model generation using the new PRISM classes and expressions. 11 years ago
UnaryNumericalFunctionExpression.h Added a ton of ifndefs, because MSVC does not yet support defaulting move constructors/assignments. 11 years ago
Valuation.h Commit to switch workplace. 11 years ago
VariableExpression.cpp 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
VariableExpression.h 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