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 f3fa90cc37 more work towards exact solving 9 years ago
..
BaseExpression.cpp Further steps to new expressions. 10 years ago
BaseExpression.h cleaning includes for better compilation times 10 years ago
BinaryBooleanFunctionExpression.cpp cleaning includes for better compilation times 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 cleaning includes for better compilation times 10 years ago
BinaryNumericalFunctionExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
BinaryRelationExpression.cpp cleaning includes for better compilation times 10 years ago
BinaryRelationExpression.h Further work on expressions. 10 years ago
BooleanLiteralExpression.cpp cleaning includes for better compilation times 10 years ago
BooleanLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
DoubleLiteralExpression.cpp cleaning includes for better compilation times 10 years ago
DoubleLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
Expression.cpp convenience functions for operatiosn on expressions 9 years ago
Expression.h convenience functions for operatiosn on expressions 9 years ago
ExpressionEvaluator.cpp more work towards exact solving 9 years ago
ExpressionEvaluator.h more work towards exact solving 9 years ago
ExpressionEvaluatorBase.cpp more work towards exact solving 9 years ago
ExpressionEvaluatorBase.h Model building works again for parametric systems. 10 years ago
ExpressionManager.cpp Merge branch 'master' into menu_games 10 years ago
ExpressionManager.h fixed problem with prefix of fresh variables 10 years ago
ExpressionVisitor.h Refactored some parts of expressions. In particular, visitors now can return anything they want by using boost::any. 10 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 more work towards exact solving 9 years ago
ExprtkExpressionEvaluator.h backported a bugfix 9 years ago
IfThenElseExpression.cpp cleaning includes for better compilation times 10 years ago
IfThenElseExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
IntegerLiteralExpression.cpp cleaning includes for better compilation times 10 years ago
IntegerLiteralExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago
LinearCoefficientVisitor.cpp cleaning includes for better compilation times 10 years ago
LinearCoefficientVisitor.h Some compile errors on Windows fixed, some still persist. 10 years ago
LinearityCheckVisitor.cpp some work towards eliminating compiler warnings 10 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 More to string methods for simplevaluation 10 years ago
SimpleValuation.h More to string methods for simplevaluation 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 Removed unnecessary std::moves 9 years ago
ToExprtkStringVisitor.h Created bit vector hash map and some necessary bit vector methods. 10 years ago
ToRationalFunctionVisitor.cpp more work towards exact solving 9 years ago
ToRationalFunctionVisitor.h more work towards exact solving 9 years ago
ToRationalNumberVisitor.cpp more work towards exact solving 9 years ago
ToRationalNumberVisitor.h more work towards exact solving 9 years ago
Type.cpp Further steps to new expressions. 10 years ago
Type.h Further steps to new expressions. 10 years ago
UnaryBooleanFunctionExpression.cpp cleaning includes for better compilation times 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 another issue in expression evaluation 9 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 cleaning includes for better compilation times 10 years ago
Variable.h cleaning includes for better compilation times 10 years ago
VariableExpression.cpp cleaning includes for better compilation times 10 years ago
VariableExpression.h Fixed use of uninitialized value. Deleted assignment operators for classes derived from BaseExpression. 10 years ago