236 次代码提交 (171ff270e087ed9e475958e54207c4557e30ce55)

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