180 Commits (0a6122258c18f772ef763a3388efc3550d3e40ce)

Author SHA1 Message Date
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 7 years ago
dehnert 24d6337006 JANI choice origins and MILP-based high-level cex for JANI 7 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert 8204c03c0b fixed a ton of warnings 8 years ago
dehnert bac50a32ab warkaround for gcc 7.2.0: make modernjson compile again 8 years ago
Sebastian Junges 3de51e28e5 towards reward-bounded properties 8 years ago
dehnert 3ffaa77193 first version of state filters in filter expressions 8 years ago
dehnert ea02ea0838 started overhaul of cli/api 8 years ago
TimQu 8e26ceda5c fixed incorrect return value of isDeterministicModel 8 years ago
Sebastian Junges 6a3310f7ee Improved Jani-to-dot: 8 years ago
Sebastian Junges 291f5ecd47 First version of Jani-to-Dot. 8 years ago
Sebastian Junges 697ae21b6f Suppress warning 8 years ago
sjunges 970b72786c disable level simplification for now 8 years ago
sjunges c16390e7f5 Equality Comparisons for JaniVars, just to make life easier :-) 8 years ago
TimQu c5c14f3178 extended JSONExporter to properly export non-constant time/step intervals 8 years ago
TimQu f0ae3a2dfb Bounds of operator formulas are now expressions, allowing formulas such as P<1/N [ F "goal" ] for model constant N 8 years ago
dehnert a323d21751 fixed some wrong capitalization 8 years ago
dehnert e6bf0339d3 overhaul of JANI model building to allow using actions of automata in several synchronization vectors 8 years ago
Matthias Volk 5d79eff2cd Wrapper for file opening 8 years ago
dehnert 9c581bd635 fixed two issues: missing include in ToRationalNumberVisitor and missing check for whether actions are reused in a JANI parallel composition 8 years ago
sjunges 0c2d906b09 A more accurate version of having multiple levels; seems to fix at least one open issue. 8 years ago
sjunges 7bc6ce99fa JANI Export now preserves variable names correctly 8 years ago
sjunges dfe0a445a1 JANI: Compacter export; Do not export optional values if they contain the default 8 years ago
sjunges 5cd0a103b6 Eliminating superfluous assignments 8 years ago
Sebastian Junges 5894f7c706 some forward declarations and header updates to battle recompilation times 8 years ago
Sebastian Junges 8e32d3fa8f Simplifying index levels 8 years ago
Sebastian Junges 071d1222a1 Convenience operation hasVariable for varset 8 years ago
Sebastian Junges fcdce6dc4e fix (set level should not be const) 8 years ago
Sebastian Junges 2fd915f74c forward declarations, reduce compilation overhead 8 years ago
sjunges a03a7a4ea8 towards simplifying levels by preliminary support in ordered assignments 8 years ago
sjunges 6f40f24b74 JANI operator to set level in assignment 8 years ago
sjunges 4ad2ac26d1 Equality Comparisons for JaniVars, just to make life easier :-) 8 years ago
sjunges 0f8e00a80e action reusal in syncvectors is not invalid jani, but not properly supported. Changed error message accordingly, allows for changes in model generators 8 years ago
Sebastian Junges b83f57ebf3 JANI assignment levels: we support index/levels other than zero (although most builders wont support them) 8 years ago
Sebastian Junges 267eeca2e1 Jani: better error message in ordered assignments 8 years ago
dehnert a85f4fdc89 replaced some StoRMs and Storms by storm, reworked version output a bit 8 years ago
dehnert 5b4db6f002 fixed issue in JANI abstraction 8 years ago
dehnert 6b931497a2 added filters to parsers 8 years ago
dehnert a7e9c5819f removed 'size-in-memory' output as it was outdated and unreliable. added timing measurements for model construction and model checking 8 years ago
dehnert aac7433f39 expression manager now caches types, expression evaluator avoid creating unnecessary expressions and traversals 8 years ago
dehnert 16a06d9f03 formula parser now directly emits properties with names; name filtering of properties from cli 8 years ago
dehnert b4381a7c48 Constants in formulas appear to be working 8 years ago
dehnert cb8b537baa made storm compile again with expressions in time-bounds of until formula 8 years ago
TimQu e08fad7b4a improved "Model checking property .." output a little. 9 years ago
dehnert eac2735068 fixed more warnings 9 years ago
dehnert 5b09b91ae1 fixed more warnings 9 years ago
dehnert bcdc2a4247 added check for non-linearity to JANI menu game abstractor 9 years ago
dehnert 9bb65389c4 some adjustments to pgcl treatment caused by changes in JANI data structures 9 years ago
dehnert b9e4d6f334 initial support for transient boolean variables in formulas of JANI models (game-based engine) 9 years ago
dehnert 696a2e7ce1 preparing labels for JANI models (game-based abstraction) 9 years ago