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.
 
 
 
 
Tim Quatmann d92e6b97e5 updated exprtk 6 years ago
..
BaseExpression.cpp added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
BaseExpression.h added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
BinaryBooleanFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
BinaryBooleanFunctionExpression.h As we do not support windows, we can also get rid of: 9 years ago
BinaryExpression.cpp removed src prefix in all includes 9 years ago
BinaryExpression.h As we do not support windows, we can also get rid of: 9 years ago
BinaryNumericalFunctionExpression.cpp fixing two issues related to complex model building and in particular integer vs rational division 7 years ago
BinaryNumericalFunctionExpression.h added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
BinaryRelationExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
BinaryRelationExpression.h Silenced a few warnings. 6 years ago
BooleanLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
BooleanLiteralExpression.h As we do not support windows, we can also get rid of: 9 years ago
ChangeManagerVisitor.cpp fixed more warnings 9 years ago
ChangeManagerVisitor.h more interpolation work 9 years ago
CheckIfThenElseGuardVisitor.cpp silenced several 'unused parameter'-warnings 7 years ago
CheckIfThenElseGuardVisitor.h Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 9 years ago
CompiledExpression.cpp several optimizations related to explicit model building 8 years ago
CompiledExpression.h Add virtual destructors to classes having virtual functions. 8 years ago
EquivalenceChecker.cpp several fixes related to game-based abstraction 8 years ago
EquivalenceChecker.h optimizations for game-based abstraction refinement 8 years ago
Expression.cpp Reducing the nesting when creating a expression::sum(...). 7 years ago
Expression.h Reducing the nesting when creating a expression::sum(...). 7 years ago
ExpressionEvaluator.cpp Expression evaluator can now set rational values from a RationalNumber/RationalFunction 7 years ago
ExpressionEvaluator.h Expression evaluator can now set rational values from a RationalNumber/RationalFunction 7 years ago
ExpressionEvaluatorBase.cpp started overhaul of cli/api 9 years ago
ExpressionEvaluatorBase.h Add virtual destructors to classes having virtual functions. 8 years ago
ExpressionManager.cpp ExpressionManager: Asserted that when getting a variable with declareOrGetVariable, the returned type is as expected (part 2...). 7 years ago
ExpressionManager.h Silenced a few warnings. 6 years ago
ExpressionVisitor.h Add virtual destructors to classes having virtual functions. 8 years ago
Expressions.h removed src prefix in all includes 9 years ago
ExprtkCompiledExpression.cpp several optimizations related to explicit model building 8 years ago
ExprtkCompiledExpression.h updated exprtk 6 years ago
ExprtkExpressionEvaluator.cpp several optimizations related to explicit model building 8 years ago
ExprtkExpressionEvaluator.h updated exprtk 6 years ago
FullPredicateSplitter.cpp initial support for transient boolean variables in formulas of JANI models (game-based engine) 9 years ago
FullPredicateSplitter.h initial support for transient boolean variables in formulas of JANI models (game-based engine) 9 years ago
IfThenElseExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
IfThenElseExpression.h As we do not support windows, we can also get rid of: 9 years ago
IntegerLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
IntegerLiteralExpression.h As we do not support windows, we can also get rid of: 9 years ago
LinearCoefficientVisitor.cpp fixed more warnings 9 years ago
LinearCoefficientVisitor.h As we do not support windows, we can also get rid of: 9 years ago
LinearityCheckVisitor.cpp added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
LinearityCheckVisitor.h fixed issue in JANI abstraction 9 years ago
OperatorType.cpp added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
OperatorType.h added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
RationalFunctionToExpression.cpp Fix assumption making and checking and testing 7 years ago
RationalFunctionToExpression.h Renamed ValueTypeToExpression to RationalFunctionToExpression 7 years ago
RationalLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
RationalLiteralExpression.h started overhaul of cli/api 9 years ago
ReduceNestingVisitor.cpp added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
ReduceNestingVisitor.h added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
SimpleValuation.cpp Fixed seg fault when building model valuations 9 years ago
SimpleValuation.h removed src prefix in all includes 9 years ago
SubstitutionVisitor.cpp fixed more warnings 9 years ago
SubstitutionVisitor.h parsing of jani-arrays 7 years ago
SyntacticalEqualityCheckVisitor.cpp fix in syntacticalEquality checker 7 years ago
SyntacticalEqualityCheckVisitor.h several optimizations related to explicit model building 8 years ago
ToCppVisitor.cpp added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
ToCppVisitor.h removed src prefix in all includes 9 years ago
ToExprtkStringVisitor.cpp using max_digits10 to increase precision enough to uniquely identify double (as proposed by Joachim) 8 years ago
ToExprtkStringVisitor.h removed src prefix in all includes 9 years ago
ToRationalFunctionVisitor.cpp Use typedefs of RationalFunctionAdapter 6 years ago
ToRationalFunctionVisitor.h Use typedefs of RationalFunctionAdapter 6 years ago
ToRationalNumberVisitor.cpp fixing two issues related to complex model building and in particular integer vs rational division 7 years ago
ToRationalNumberVisitor.h started overhaul of cli/api 9 years ago
Type.cpp array expressions 7 years ago
Type.h fixed wrong type mask for arrays... 7 years ago
UnaryBooleanFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
UnaryBooleanFunctionExpression.h As we do not support windows, we can also get rid of: 9 years ago
UnaryExpression.cpp Merge branch 'master' into menu_games 9 years ago
UnaryExpression.h As we do not support windows, we can also get rid of: 9 years ago
UnaryNumericalFunctionExpression.cpp Silenced warning 7 years ago
UnaryNumericalFunctionExpression.h As we do not support windows, we can also get rid of: 9 years ago
Valuation.cpp Fixed seg fault when building model valuations 9 years ago
Valuation.h Fixed seg fault when building model valuations 9 years ago
Variable.cpp Using raw pointers for manager in Variable.h since weak_ptr::lock() often seems to be a bottle neck during, e.g., model building. 6 years ago
Variable.h Using raw pointers for manager in Variable.h since weak_ptr::lock() often seems to be a bottle neck during, e.g., model building. 6 years ago
VariableExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 9 years ago
VariableExpression.h As we do not support windows, we can also get rid of: 9 years ago
VariableSetPredicateSplitter.cpp fixed more warnings 9 years ago
VariableSetPredicateSplitter.h initial support for transient boolean variables in formulas of JANI models (game-based engine) 9 years ago