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