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.
 
 
 
 
Sebastian Junges b7daafc4c1 fix in predicate expression simplify pointed out by TQ, thanks 3 years ago
..
BaseExpression.cpp add predicate expressions for n-ary predicates 4 years ago
BaseExpression.h add predicate expressions for n-ary predicates 4 years ago
BinaryBooleanFunctionExpression.cpp Simplifying expressions with iff and implies a bit more 4 years ago
BinaryBooleanFunctionExpression.h As we do not support windows, we can also get rid of: 8 years ago
BinaryExpression.cpp removed src prefix in all includes 8 years ago
BinaryExpression.h As we do not support windows, we can also get rid of: 8 years ago
BinaryNumericalFunctionExpression.cpp Fixed simplification of expressions that use the power operator with negative exponents. 4 years ago
BinaryNumericalFunctionExpression.h added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
BinaryRelationExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BinaryRelationExpression.h Silenced a few warnings. 5 years ago
BooleanLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
BooleanLiteralExpression.h As we do not support windows, we can also get rid of: 8 years ago
ChangeManagerVisitor.cpp fixed more warnings 8 years ago
ChangeManagerVisitor.h more interpolation work 8 years ago
CheckIfThenElseGuardVisitor.cpp silenced several 'unused parameter'-warnings 6 years ago
CheckIfThenElseGuardVisitor.h Add check that undefined constants / parameters do not appear in the 'if' part of IfThenElseExpressions 8 years ago
CompiledExpression.cpp several optimizations related to explicit model building 7 years ago
CompiledExpression.h Add virtual destructors to classes having virtual functions. 7 years ago
EquivalenceChecker.cpp several fixes related to game-based abstraction 7 years ago
EquivalenceChecker.h optimizations for game-based abstraction refinement 7 years ago
Expression.cpp Merge branch 'master' of https://github.com/moves-rwth/storm 3 years ago
Expression.h Merge branch 'master' into prismlang-sim 4 years ago
ExpressionEvaluator.cpp Expression evaluator can now set rational values from a RationalNumber/RationalFunction 6 years ago
ExpressionEvaluator.h Expression evaluator can now set rational values from a RationalNumber/RationalFunction 6 years ago
ExpressionEvaluatorBase.cpp started overhaul of cli/api 8 years ago
ExpressionEvaluatorBase.h Add virtual destructors to classes having virtual functions. 7 years ago
ExpressionManager.cpp progress in monitoring with timeouts etc 4 years ago
ExpressionManager.h Silenced a few warnings. 5 years ago
ExpressionVisitor.cpp add predicate expressions for n-ary predicates 4 years ago
ExpressionVisitor.h integrated feedback on code quality by TQ 3 years ago
Expressions.h add predicate expressions for n-ary predicates 4 years ago
ExprtkCompiledExpression.cpp several optimizations related to explicit model building 7 years ago
ExprtkCompiledExpression.h updated exprtk 5 years ago
ExprtkExpressionEvaluator.cpp several optimizations related to explicit model building 7 years ago
ExprtkExpressionEvaluator.h updated exprtk 5 years ago
FullPredicateSplitter.cpp initial support for transient boolean variables in formulas of JANI models (game-based engine) 8 years ago
FullPredicateSplitter.h initial support for transient boolean variables in formulas of JANI models (game-based engine) 8 years ago
IfThenElseExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
IfThenElseExpression.h As we do not support windows, we can also get rid of: 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 As we do not support windows, we can also get rid of: 8 years ago
LinearCoefficientVisitor.cpp LinearCoefficientVisitor: Fixed translation of division expressions. 4 years ago
LinearCoefficientVisitor.h As we do not support windows, we can also get rid of: 8 years ago
LinearityCheckVisitor.cpp added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
LinearityCheckVisitor.h fixed issue in JANI abstraction 8 years ago
OperatorType.cpp add predicate expressions for n-ary predicates 4 years ago
OperatorType.h add predicate expressions for n-ary predicates 4 years ago
PredicateExpression.cpp fix in predicate expression simplify pointed out by TQ, thanks 3 years ago
PredicateExpression.h add predicate expressions for n-ary predicates 4 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). 4 years ago
RationalFunctionToExpression.h Renamed ValueTypeToExpression to RationalFunctionToExpression 6 years ago
RationalLiteralExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
RationalLiteralExpression.h started overhaul of cli/api 8 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 6 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 6 years ago
RestrictSyntaxVisitor.cpp integrated feedback on code quality by TQ 3 years ago
RestrictSyntaxVisitor.h integrated feedback on code quality by TQ 3 years ago
SimpleValuation.cpp Silenced several warnings 4 years ago
SimpleValuation.h Fixes for json export of choice origins and state valuations. 5 years ago
SubstitutionVisitor.cpp parser for predicates 4 years ago
SubstitutionVisitor.h parser for predicates 4 years ago
SyntacticalEqualityCheckVisitor.cpp fix in syntacticalEquality checker 6 years ago
SyntacticalEqualityCheckVisitor.h several optimizations related to explicit model building 7 years ago
ToCppVisitor.cpp added mod as binary operation in expressions and slightly extended JANI support for filters 7 years ago
ToCppVisitor.h removed src prefix in all includes 8 years ago
ToDiceStringVisitor.cpp To dice translation, remove hack for modulo 3 years ago
ToDiceStringVisitor.h integrated feedback on code quality by TQ 3 years ago
ToExprtkStringVisitor.cpp Enabled short circuit optimization for & (and) and | (or) in ExprtkExpressionEvaluator 5 years ago
ToExprtkStringVisitor.h removed src prefix in all includes 8 years ago
ToRationalFunctionVisitor.cpp Fixed several issues regarding powers with negative exponents. 4 years ago
ToRationalFunctionVisitor.h Use typedefs of RationalFunctionAdapter 5 years ago
ToRationalNumberVisitor.cpp Fixed several issues regarding powers with negative exponents. 4 years ago
ToRationalNumberVisitor.h started overhaul of cli/api 8 years ago
Type.cpp Fixed incorrect type of modulo expression with integer inputs 3 years ago
Type.h Fixed incorrect type of modulo expression with integer inputs 3 years ago
UnaryBooleanFunctionExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
UnaryBooleanFunctionExpression.h As we do not support windows, we can also get rid of: 8 years ago
UnaryExpression.cpp Merge branch 'master' into menu_games 8 years ago
UnaryExpression.h As we do not support windows, we can also get rid of: 8 years ago
UnaryNumericalFunctionExpression.cpp Silenced warning 6 years ago
UnaryNumericalFunctionExpression.h As we do not support windows, we can also get rid of: 8 years ago
Valuation.cpp Fixed seg fault when building model valuations 8 years ago
Valuation.h Fixed seg fault when building model valuations 8 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. 5 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. 5 years ago
VariableExpression.cpp fixed is*Expression() methods as they have not been implemented in the corresponding subclasses before. 8 years ago
VariableExpression.h As we do not support windows, we can also get rid of: 8 years ago
VariableSetPredicateSplitter.cpp fixed more warnings 8 years ago
VariableSetPredicateSplitter.h initial support for transient boolean variables in formulas of JANI models (game-based engine) 8 years ago