sjunges 7cbab6a260 use gmpxx mpq_class for rational numbers 10 years ago
..
BaseExpression.cpp Further steps to new expressions. 10 years ago
BaseExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
BinaryBooleanFunctionExpression.cpp Fixed some tests/parser. 10 years ago
BinaryBooleanFunctionExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
BinaryExpression.cpp Further steps to make everything work again. 10 years ago
BinaryExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
BinaryNumericalFunctionExpression.cpp Fixed simplification of division: division expressions must not be simplified, because it is not (yet) clear whether integer division or floating point division is to be used. 10 years ago
BinaryNumericalFunctionExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
BinaryRelationExpression.cpp Improved simplify a bit. 10 years ago
BinaryRelationExpression.h Further work on expressions. 10 years ago
BooleanLiteralExpression.cpp Further steps to make everything work again. 10 years ago
BooleanLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
DoubleLiteralExpression.cpp Further steps to make everything work again. 10 years ago
DoubleLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
Expression.cpp Intermediate commit. 10 years ago
Expression.h Intermediate commit. 10 years ago
ExpressionEvaluator.cpp Further work on reintegrating parametric model checking into main executable. 10 years ago
ExpressionEvaluator.h Made some adaptions to make parametric model checking work in the main executable. 10 years ago
ExpressionEvaluatorBase.cpp Made some adaptions to make parametric model checking work in the main executable. 10 years ago
ExpressionEvaluatorBase.h Model building works again for parametric systems. 10 years ago
ExpressionManager.cpp Main now compiles again, yay. 10 years ago
ExpressionManager.h Main now compiles again, yay. 10 years ago
ExpressionVisitor.h Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 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
ExprtkExpressionEvaluator.cpp Made some adaptions to make parametric model checking work in the main executable. 10 years ago
ExprtkExpressionEvaluator.h Fixed some test. 10 years ago
IfThenElseExpression.cpp Further steps to make everything work again. 10 years ago
IfThenElseExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
IntegerLiteralExpression.cpp Further steps to make everything work again. 10 years ago
IntegerLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
LinearCoefficientVisitor.cpp Functional tests now work again. 10 years ago
LinearCoefficientVisitor.h Some compile errors on Windows fixed, some still persist. 10 years ago
LinearityCheckVisitor.cpp Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 11 years ago
LinearityCheckVisitor.h Created bit vector hash map and some necessary bit vector methods. 10 years ago
OperatorType.cpp Improved performance of the expression parser a bit more. 11 years ago
OperatorType.h Improved performance of the expression parser a bit more. 11 years ago
SimpleValuation.cpp Main now compiles again, yay. 10 years ago
SimpleValuation.h Merged master into parametricSystems and added/reverted certain things on the way to make the tests and everything work again. 10 years ago
SubstitutionVisitor.cpp Adapted ExpressionTest.cpp to weird behavior of windows when using temporary shared_ptr in make_pair in initializer_list. 10 years ago
SubstitutionVisitor.h Partly adapted code to new 'type system'. 10 years ago
ToExprtkStringVisitor.cpp Fixed an issue that gcc has problems with. 10 years ago
ToExprtkStringVisitor.h Created bit vector hash map and some necessary bit vector methods. 10 years ago
ToRationalFunctionVisitor.cpp use gmpxx mpq_class for rational numbers 10 years ago
ToRationalFunctionVisitor.h Made some adaptions to make parametric model checking work in the main executable. 10 years ago
Type.cpp Further steps to new expressions. 10 years ago
Type.h Further steps to new expressions. 10 years ago
UnaryBooleanFunctionExpression.cpp Improved simplify a bit. 10 years ago
UnaryBooleanFunctionExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
UnaryExpression.cpp Further steps to make everything work again. 10 years ago
UnaryExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
UnaryNumericalFunctionExpression.cpp Fixed simplification of division: division expressions must not be simplified, because it is not (yet) clear whether integer division or floating point division is to be used. 10 years ago
UnaryNumericalFunctionExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
Valuation.cpp Further steps to new expressions. 10 years ago
Valuation.h Started improving performance of explicit model generation. 10 years ago
Variable.cpp Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 10 years ago
Variable.h Adapted the explicit model generator to the new hash map. Surprise: doesn't work yet. 10 years ago
VariableExpression.cpp Started working on making the main executable build again. 10 years ago
VariableExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago