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.
 
 
 
 
TimQu d7ad282e8f Merge branch 'master' into nativepolytopes 8 years ago
..
BaseExpression.cpp BaseExpression: evaluateAsRational 8 years ago
BaseExpression.h BaseExpression: evaluateAsRational 8 years ago
BinaryBooleanFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryBooleanFunctionExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryExpression.cpp removed src prefix in all includes 9 years ago
BinaryExpression.h removed src prefix in all includes 9 years ago
BinaryNumericalFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryNumericalFunctionExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryRelationExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryRelationExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BooleanLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BooleanLiteralExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
ChangeManagerVisitor.cpp fixed more warnings 9 years ago
ChangeManagerVisitor.h more interpolation work 9 years ago
CheckIfThenElseGuardVisitor.cpp Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 8 years ago
CheckIfThenElseGuardVisitor.h Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 8 years ago
EquivalenceChecker.cpp started to pull the rest of the refinement logic into refiner class, not working (or compiling) yet 9 years ago
EquivalenceChecker.h started to pull the rest of the refinement logic into refiner class, not working (or compiling) yet 9 years ago
Expression.cpp Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 8 years ago
Expression.h Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 8 years ago
ExpressionEvaluator.cpp Add support for ITE expression in the likelihood part of commands (exact, parametric engine) 8 years ago
ExpressionEvaluator.h expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 9 years ago
ExpressionEvaluatorBase.cpp removed src prefix in all includes 9 years ago
ExpressionEvaluatorBase.h removed src prefix in all includes 9 years ago
ExpressionManager.cpp expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 9 years ago
ExpressionManager.h expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 9 years ago
ExpressionVisitor.h rename files (does not compile) 9 years ago
Expressions.h removed src prefix in all includes 9 years ago
ExprtkExpressionEvaluator.cpp post-merge fixes 9 years ago
ExprtkExpressionEvaluator.h Merge branch 'master' into menu_games 9 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. 8 years ago
IfThenElseExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
IntegerLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
IntegerLiteralExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
LinearCoefficientVisitor.cpp fixed more warnings 9 years ago
LinearCoefficientVisitor.h removed src prefix in all includes 9 years ago
LinearityCheckVisitor.cpp fixed issue in JANI abstraction 8 years ago
LinearityCheckVisitor.h fixed issue in JANI abstraction 8 years ago
OperatorType.cpp removed src prefix in all includes 9 years ago
OperatorType.h c++ code compiles again after rename 9 years ago
RationalLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
RationalLiteralExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
SimpleValuation.cpp removed src prefix in all includes 9 years ago
SimpleValuation.h removed src prefix in all includes 9 years ago
SubstitutionVisitor.cpp fixed more warnings 9 years ago
SubstitutionVisitor.h removed src prefix in all includes 9 years ago
SyntacticalEqualityCheckVisitor.cpp removed src prefix in all includes 9 years ago
SyntacticalEqualityCheckVisitor.h removed src prefix in all includes 9 years ago
ToCppVisitor.cpp expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 9 years ago
ToCppVisitor.h removed src prefix in all includes 9 years ago
ToExprtkStringVisitor.cpp bunch of fixes (prominently in prism -> jani conversion) 9 years ago
ToExprtkStringVisitor.h removed src prefix in all includes 9 years ago
ToRationalFunctionVisitor.cpp Add support for ITE expression in the likelihood part of commands (exact, parametric engine) 8 years ago
ToRationalFunctionVisitor.h Add support for ITE expression in the likelihood part of commands (exact, parametric engine) 8 years ago
ToRationalNumberVisitor.cpp ToRationalNumberVisitor: make evaluator optional 8 years ago
ToRationalNumberVisitor.h fixed two issues: missing include in ToRationalNumberVisitor and missing check for whether actions are reused in a JANI parallel composition 8 years ago
Type.cpp removed src prefix in all includes 9 years ago
Type.h removed src prefix in all includes 9 years ago
UnaryBooleanFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
UnaryBooleanFunctionExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
UnaryExpression.cpp Merge branch 'master' into menu_games 9 years ago
UnaryExpression.h removed src prefix in all includes 9 years ago
UnaryNumericalFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
UnaryNumericalFunctionExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
Valuation.cpp removed src prefix in all includes 9 years ago
Valuation.h c++ code compiles again after rename 9 years ago
Variable.cpp equipped automata in JANI models with expression variable representing their location 9 years ago
Variable.h equipped automata in JANI models with expression variable representing their location 9 years ago
VariableExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
VariableExpression.h fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 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