| .. |
|
BaseExpression.cpp
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
BaseExpression.h
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
BinaryBooleanFunctionExpression.cpp
|
Simplifying expressions with iff and implies a bit more
|
6 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
|
10 years ago |
|
BinaryExpression.h
|
As we do not support windows, we can also get rid of:
|
9 years ago |
|
BinaryNumericalFunctionExpression.cpp
|
Fixed simplification of expressions that use the power operator with negative exponents.
|
5 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.
|
7 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
|
10 years ago |
|
ChangeManagerVisitor.h
|
more interpolation work
|
10 years ago |
|
CheckIfThenElseGuardVisitor.cpp
|
silenced several 'unused parameter'-warnings
|
8 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
|
9 years ago |
|
CompiledExpression.h
|
Add virtual destructors to classes having virtual functions.
|
9 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
|
Merge branch 'master' into prismlang-sim
|
5 years ago |
|
Expression.h
|
Merge branch 'master' into prismlang-sim
|
5 years ago |
|
ExpressionEvaluator.cpp
|
Expression evaluator can now set rational values from a RationalNumber/RationalFunction
|
8 years ago |
|
ExpressionEvaluator.h
|
Expression evaluator can now set rational values from a RationalNumber/RationalFunction
|
8 years ago |
|
ExpressionEvaluatorBase.cpp
|
started overhaul of cli/api
|
9 years ago |
|
ExpressionEvaluatorBase.h
|
Add virtual destructors to classes having virtual functions.
|
9 years ago |
|
ExpressionManager.cpp
|
progress in monitoring with timeouts etc
|
6 years ago |
|
ExpressionManager.h
|
Silenced a few warnings.
|
7 years ago |
|
ExpressionStringFormat.h
|
extend the next state generator to support prism program simulation
|
5 years ago |
|
ExpressionVisitor.cpp
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
ExpressionVisitor.h
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
Expressions.h
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
ExprtkCompiledExpression.cpp
|
several optimizations related to explicit model building
|
9 years ago |
|
ExprtkCompiledExpression.h
|
updated exprtk
|
6 years ago |
|
ExprtkExpressionEvaluator.cpp
|
several optimizations related to explicit model building
|
9 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)
|
10 years ago |
|
FullPredicateSplitter.h
|
initial support for transient boolean variables in formulas of JANI models (game-based engine)
|
10 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
|
LinearCoefficientVisitor: Fixed translation of division expressions.
|
5 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
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
OperatorType.h
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
PredicateExpression.cpp
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
PredicateExpression.h
|
add predicate expressions for n-ary predicates
|
6 years ago |
|
RationalFunctionToExpression.cpp
|
Replaced storm::expressions::Expression::operator^ by storm::expressions::pow. An optional flag indicates if we should allow power expressions of integer type (PRISM semantics) or whether it is always a real (JANI semantics).
|
5 years ago |
|
RationalFunctionToExpression.h
|
Renamed ValueTypeToExpression to RationalFunctionToExpression
|
8 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
|
8 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
|
8 years ago |
|
SimpleValuation.cpp
|
Silenced several warnings
|
5 years ago |
|
SimpleValuation.h
|
Fixes for json export of choice origins and state valuations.
|
6 years ago |
|
SimplificationVisitor.cpp
|
support for nonstandard predicate elimination or to-dice translation
|
6 years ago |
|
SimplificationVisitor.h
|
support for nonstandard predicate elimination or to-dice translation
|
6 years ago |
|
SubstitutionVisitor.cpp
|
parser for predicates
|
6 years ago |
|
SubstitutionVisitor.h
|
parser for predicates
|
6 years ago |
|
SyntacticalEqualityCheckVisitor.cpp
|
fix in syntacticalEquality checker
|
8 years ago |
|
SyntacticalEqualityCheckVisitor.h
|
several optimizations related to explicit model building
|
9 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
|
10 years ago |
|
ToDiceStringVisitor.cpp
|
support for nonstandard predicate elimination or to-dice translation
|
6 years ago |
|
ToDiceStringVisitor.h
|
support for nonstandard predicate elimination or to-dice translation
|
6 years ago |
|
ToExprtkStringVisitor.cpp
|
Enabled short circuit optimization for & (and) and | (or) in ExprtkExpressionEvaluator
|
6 years ago |
|
ToExprtkStringVisitor.h
|
removed src prefix in all includes
|
10 years ago |
|
ToRationalFunctionVisitor.cpp
|
Fixed several issues regarding powers with negative exponents.
|
5 years ago |
|
ToRationalFunctionVisitor.h
|
Use typedefs of RationalFunctionAdapter
|
7 years ago |
|
ToRationalNumberVisitor.cpp
|
Fixed several issues regarding powers with negative exponents.
|
5 years ago |
|
ToRationalNumberVisitor.h
|
started overhaul of cli/api
|
9 years ago |
|
Type.cpp
|
Replaced storm::expressions::Expression::operator^ by storm::expressions::pow. An optional flag indicates if we should allow power expressions of integer type (PRISM semantics) or whether it is always a real (JANI semantics).
|
5 years ago |
|
Type.h
|
Replaced storm::expressions::Expression::operator^ by storm::expressions::pow. An optional flag indicates if we should allow power expressions of integer type (PRISM semantics) or whether it is always a real (JANI semantics).
|
5 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
|
10 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
|
10 years ago |
|
VariableSetPredicateSplitter.h
|
initial support for transient boolean variables in formulas of JANI models (game-based engine)
|
10 years ago |