1729 Commits (70d3f8d8114a2284f86a66bf7e88ef172eee7d05)

Author SHA1 Message Date
TimQu d8bc689259 Throw an exception instead of assertion when 'wrong' jani was detected 7 years ago
TimQu 0332935451 Supporting TimeOperatorFormulas for MDPs and DTMCs in Sparse, Hybrid, and Dd engine 7 years ago
Joachim Klein d0e2d099bf AbstractModelChecker: In error messages, include class name of the actual model checker 7 years ago
Joachim Klein da4dfc35a8 AbstractModelChecker: add getClassName() 7 years ago
TimQu ed2de09ce3 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 7 years ago
TimQu b3be56588f fixing time operator formulas 7 years ago
TimQu fe71dfdf9b added export of reward-bounded until formulas 7 years ago
TimQu 01549dfdea fixed segfaults when lifting transient destination assignments to the edge 7 years ago
TimQu d9ec0f8fcf removed include of old janiexportsettings 7 years ago
TimQu 51c5c42319 Fixed export of expected time properties to jani 7 years ago
TimQu 35aa166f5b added possibility to check all available jani properties 7 years ago
TimQu fbb734fbe2 Fixed using settings without the 'general' module 7 years ago
TimQu 86f0195b18 removed jani conversion in cli of main binary 7 years ago
TimQu e5e6e1bd79 worked on prism to jani converter 7 years ago
TimQu db72a05358 fixed log output 7 years ago
dehnert abe7510ae9 added clearing requirements 7 years ago
Matthias Volk 9902bb9dff Fixed version parsing for 'commits ahead' 7 years ago
TimQu e1047e787f handled case where no threshold for the number of iterations is provided 7 years ago
TimQu 274d51795c removed default value for maximal iteration count 7 years ago
Sebastian Junges f0c451aae9 fixed a case where time path propreties were not identified as such, and ensured for debugging that time operators now get a time path formula 7 years ago
dehnert 264d9158c8 bugfix for dd-based MA building from JANI 7 years ago
dehnert a08cb4ac18 making game solver respect equation solver format 7 years ago
TimQu caf9975109 Fixed an issue with topological min max solver 7 years ago
dehnert cb89ab7509 clearing end-component requirement in topological solver 7 years ago
Sebastian Junges 54c0bbb7c3 flatten of jani models before export via appropriate setting 7 years ago
dehnert a616e2743d fixes to standard-compliant prism-to-jani conversion 7 years ago
Sebastian Junges e64e293d59 jani transformer which changes a variable into a location 7 years ago
Sebastian Junges f9e4208268 export jani with comment expressions to ease debugging jani models 7 years ago
Sebastian Junges 6275c52779 several convenience additions to jani data structures 7 years ago
Sebastian Junges 33c189bd32 export setting for flattening 7 years ago
dehnert a46e6439eb enabled switching of methods if unsupported method chosen in symbolic min-max equation solver 7 years ago
dehnert 9ed6f084e7 adding uniqueness constraint in LRA computation also for fixed-point formulation 7 years ago
dehnert b73f0ef94e fixing issue in jani-to-prism label replacement 7 years ago
dehnert 9d528db2fc adding translation of expressions used in formulas to symbolic-to-sparse transformers 7 years ago
dehnert e609a240a9 selecting minmax topological by default 7 years ago
dehnert 4500f98ae1 fixing typo 7 years ago
dehnert a7caf709ae default to topological equation solver 7 years ago
dehnert dff67450e0 fixed recently introduced bug in JANI export 7 years ago
dehnert 8114437cee allowing cumulative and instantaneous reward properties to be transformed to JANI 7 years ago
dehnert d638972bc8 enabled pushing location assignments to edges 7 years ago
TimQu 749ba87254 Made SVI log output more clear 7 years ago
Sebastian Junges 98969e627c updated counterexamples to support statistics to be exported 7 years ago
dehnert db6f43ed9d made LRA computation for deterministic systems able to respect that the underlying solver requires a fixed-point formulation 7 years ago
dehnert 86069b8552 fix typo in JSON exporter 7 years ago
dehnert 50aa6d1424 assuming the only global real transient variable is the reward when exporting JANI and no reward model is mentioned in the property (issues a warning) 7 years ago
dehnert c4bed85dc4 switching to native linear equation solver by default and power iteration 7 years ago
TimQu 1f6fc7e273 Better conversion of MA to CTMC if there are only Markovian states 7 years ago
TimQu 5a16b2befa minor fixes to let the total reward tests compile and pass 7 years ago
TimQu 8df9b461cb total reward formulas for ctmcs and markov automata 7 years ago
TimQu b5566fa861 more on total reward formulas for mdps 7 years ago