| .. |
|
BaseExpression.cpp
|
BaseExpression: evaluateAsRational
|
9 years ago |
|
BaseExpression.h
|
started overhaul of cli/api
|
9 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
|
started overhaul of cli/api
|
9 years ago |
|
BinaryNumericalFunctionExpression.h
|
As we do not support windows, we can also get rid of:
|
9 years ago |
|
BinaryRelationExpression.cpp
|
fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before.
|
9 years ago |
|
BinaryRelationExpression.h
|
As we do not support windows, we can also get rid of:
|
9 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
|
Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions
|
9 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
|
several optimizations related to explicit model building
|
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
|
several optimizations related to explicit model building
|
8 years ago |
|
Expression.h
|
several optimizations related to explicit model building
|
8 years ago |
|
ExpressionEvaluator.cpp
|
hybrid engine working for rational numbers
|
9 years ago |
|
ExpressionEvaluator.h
|
started overhaul of cli/api
|
9 years ago |
|
ExpressionEvaluatorBase.cpp
|
started overhaul of cli/api
|
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
|
started overhaul of cli/api
|
9 years ago |
|
ExpressionVisitor.h
|
rename files (does not compile)
|
9 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
|
several optimizations related to explicit model building
|
8 years ago |
|
ExprtkExpressionEvaluator.cpp
|
several optimizations related to explicit model building
|
8 years ago |
|
ExprtkExpressionEvaluator.h
|
several optimizations related to explicit model building
|
8 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
|
fixed DD-based quotient extraction in bisimulation
|
9 years ago |
|
LinearityCheckVisitor.h
|
fixed issue in JANI abstraction
|
9 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.
|
9 years ago |
|
RationalLiteralExpression.h
|
started overhaul of cli/api
|
9 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
|
removed src prefix in all includes
|
9 years ago |
|
SyntacticalEqualityCheckVisitor.cpp
|
several optimizations related to explicit model building
|
8 years ago |
|
SyntacticalEqualityCheckVisitor.h
|
several optimizations related to explicit model building
|
8 years ago |
|
ToCppVisitor.cpp
|
started overhaul of cli/api
|
9 years ago |
|
ToCppVisitor.h
|
removed src prefix in all includes
|
9 years ago |
|
ToExprtkStringVisitor.cpp
|
Fixed issue where variable names were reserved symbols of Exprtk
|
8 years ago |
|
ToExprtkStringVisitor.h
|
removed src prefix in all includes
|
9 years ago |
|
ToRationalFunctionVisitor.cpp
|
Implemented parsing for UnaryNumericalFunctionExpression
|
9 years ago |
|
ToRationalFunctionVisitor.h
|
started overhaul of cli/api
|
9 years ago |
|
ToRationalNumberVisitor.cpp
|
fixed DD-based quotient extraction in bisimulation
|
9 years ago |
|
ToRationalNumberVisitor.h
|
started overhaul of cli/api
|
9 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.
|
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
|
started overhaul of cli/api
|
9 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
|
equipped automata in JANI models with expression variable representing their location
|
9 years ago |
|
Variable.h
|
Fixed typo in doc
|
9 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 |