..
expressions
Fixed a warning
7 years ago
traverser
explicitly state that we override the functions from the expression visitor
4 years ago
Action.cpp
removed src prefix in all includes
9 years ago
Action.h
c++ code compiles again after rename
9 years ago
ArrayEliminator.cpp
explicitly state that we override the functions from the expression visitor
4 years ago
ArrayEliminator.h
fixes for array elimination
7 years ago
ArrayVariable.cpp
array variables can now have only a lower (or upper) element type bound
7 years ago
ArrayVariable.h
array variables can now have only a lower (or upper) element type bound
7 years ago
Assignment.cpp
simplified a constructor for assignments for simpler code
7 years ago
Assignment.h
simplified a constructor for assignments for simpler code
7 years ago
Automaton.cpp
Implemented simplification of system composition (this enables compatibility for more benchmarks in the dd engine).
5 years ago
Automaton.h
jani/Automaton: Implemented possibility to clone an automaton.
5 years ago
AutomatonComposition.cpp
removed src prefix in all includes
9 years ago
AutomatonComposition.h
removed src prefix in all includes
9 years ago
BooleanVariable.cpp
commit to switch workplace
9 years ago
BooleanVariable.h
commit to switch workplace
9 years ago
BoundedIntegerVariable.cpp
Merge remote-tracking branch 'origin/master' into jani-arrays
7 years ago
BoundedIntegerVariable.h
treating bounded JANI variables with single bound
7 years ago
ClockVariable.cpp
added PTA features (clock variables, location invariants) for jani
7 years ago
ClockVariable.h
added PTA features (clock variables, location invariants) for jani
7 years ago
Composition.cpp
removed src prefix in all includes
9 years ago
Composition.h
Add virtual destructors to classes having virtual functions.
8 years ago
CompositionInformationVisitor.cpp
removed src prefix in all includes
9 years ago
CompositionInformationVisitor.h
removed src prefix in all includes
9 years ago
CompositionVisitor.h
Add virtual destructors to classes having virtual functions.
8 years ago
Compositions.h
removed src prefix in all includes
9 years ago
Constant.cpp
Jani: Allowing bounded types for constants as pointed out in GitHub issue #37
6 years ago
Constant.h
Jani: Allowing bounded types for constants as pointed out in GitHub issue #37
6 years ago
Edge.cpp
Removed double whitespaces in outputs
6 years ago
Edge.h
Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70.
6 years ago
EdgeContainer.cpp
Fixes in EdgeContainer::operator=
5 years ago
EdgeContainer.h
Fixed deprecated operator= warnings
5 years ago
EdgeDestination.cpp
jani expression substitution now also works for array expressions
7 years ago
EdgeDestination.h
make jani models copyable
7 years ago
FunctionDefinition.cpp
elimination of jani function
7 years ago
FunctionDefinition.h
elimination of jani function
7 years ago
FunctionEliminator.cpp
explicitly state that we override the functions from the expression visitor
4 years ago
FunctionEliminator.h
support for parsing/storing/exporting non-trivial reward expressions
7 years ago
JSONExporter.cpp
WIP (HOA-path) logic: HOAPathFormula
4 years ago
JSONExporter.h
WIP (HOA-path) logic: HOAPathFormula
4 years ago
JaniLocationExpander.cpp
Fixed an error in the jani location expander.
7 years ago
JaniLocationExpander.h
jani transformer which changes a variable into a location
7 years ago
JaniScopeChanger.cpp
Merge branch 'master' into almostsurepomdp
5 years ago
JaniScopeChanger.h
storm-conv: Added ability to make global variables of a jani model local (or vice versa)
7 years ago
LValue.cpp
storm-conv: Added ability to make global variables of a jani model local (or vice versa)
7 years ago
LValue.h
elimination of jani function
7 years ago
Location.cpp
added PTA features (clock variables, location invariants) for jani
7 years ago
Location.h
added PTA features (clock variables, location invariants) for jani
7 years ago
Model.cpp
Implemented retrieval of jani model information with a traverser. Also determine the size of the state domain.
5 years ago
Model.h
Implemented retrieval of jani model information with a traverser. Also determine the size of the state domain.
5 years ago
ModelFeatures.cpp
better parsing of model features
7 years ago
ModelFeatures.h
better parsing of model features
7 years ago
ModelType.cpp
fixed incorrect return value of isDeterministicModel
8 years ago
ModelType.h
rename files (does not compile)
9 years ago
OrderedAssignments.cpp
fix guard for code that considers transient assignments to also consider only transient assignments
4 years ago
OrderedAssignments.h
fix guard for code that considers transient assignments to also consider only transient assignments
4 years ago
ParallelComposition.cpp
some fixes (in particular for warnings)
7 years ago
ParallelComposition.h
some fixes (in particular for warnings)
7 years ago
Property.cpp
removed commented code from Property
4 years ago
Property.h
fixed check for presence of shielding expressions
4 years ago
RealVariable.cpp
commit to switch workplace
9 years ago
RealVariable.h
commit to switch workplace
9 years ago
TemplateEdge.cpp
Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70.
6 years ago
TemplateEdge.h
Use custom FlatSet to account for allocator changes in flat_set in Boost 1.70.
6 years ago
TemplateEdgeContainer.cpp
Fixed deprecated operator= warnings
5 years ago
TemplateEdgeContainer.h
Fixed deprecated operator= warnings
5 years ago
TemplateEdgeDestination.cpp
extended jani datastructures
7 years ago
TemplateEdgeDestination.h
extended jani datastructures
7 years ago
UnboundedIntegerVariable.cpp
Prism to Jani conversion now supports unbounded integer variables
4 years ago
UnboundedIntegerVariable.h
Prism to Jani conversion now supports unbounded integer variables
4 years ago
Variable.cpp
jani/Automaton: Implemented possibility to clone an automaton.
5 years ago
Variable.h
jani/Automaton: Implemented possibility to clone an automaton.
5 years ago
VariableSet.cpp
Fixed an issue with jani::VariablSet using different kinds of variable names when adding and deleting variables.
4 years ago
VariableSet.h
jani/Automaton: Implemented possibility to clone an automaton.
5 years ago
VariablesToConstantsTransformer.cpp
Jani: Check if a variable is never used as the lvalue of an assignment. If yes, (and if the variable has a known initial value), we replace the variable by a constant.
6 years ago
VariablesToConstantsTransformer.h
Jani: Check if a variable is never used as the lvalue of an assignment. If yes, (and if the variable has a known initial value), we replace the variable by a constant.
6 years ago