2941 Commits (ef2d15c256d810bb66529d34104df7cd0f77de19)
 

Author SHA1 Message Date
Joachim Klein ef2d15c256 JDDNode.getThen() / getElse(): reintroduce sanity check against asking constant nodes for then/else 10 years ago
Joachim Klein 71f2bb389f DebugJDD: fix variable name typo 10 years ago
Joachim Klein 3729d85d37 DebugJDD: Improve source formatting 10 years ago
Joachim Klein 146dbe8ade DebugJDD: main() to run small test cases 10 years ago
Joachim Klein 23e61ea93a DebugJDD: Improve tracing for "Copied from" case 10 years ago
Joachim Klein c3ce49be34 DebugJDD: fix Copy() case, directly use JDD.DD_Deref to avoid misleading tracing output 10 years ago
Joachim Klein 36ca47cfd8 Multi-objective LTL: Improve reference counting handling 10 years ago
Joachim Klein 45e8894f12 DebugJDD: reset tracking data when CUDD is shutdown 10 years ago
Joachim Klein 861883963c DebugJDD: Improved ref count debugging for JDD, new options 10 years ago
Joachim Klein b2e4a120be JDD: Change scope of DD_Ref and DD_Deref to "package" (to allow calls from DebugJDD) 10 years ago
Dave Parker 67616712b0 Author list - used for svn-git mirroring. 10 years ago
Dave Parker 4b1fbe2ba0 CHANGELOG. 10 years ago
Dave Parker ec0428f084 Update parser files to version 6.0 of JavaCC. 10 years ago
Dave Parker 1aa8a3eb71 CHANGELOG update. 10 years ago
Dave Parker 09a9693138 Change location of documentation sources in Makefile. 10 years ago
Dave Parker 2226e6eb91 Version num 4.3 -> 4.3.1 (keep in sync with minor change to public release). 10 years ago
Dave Parker 26a73e3248 Fix Cygwin launch scripts to handle paths with spaces in. 10 years ago
Dave Parker cd4e8cba19 Fix for Mac launch scripts - find right Java executable to avoid DYLD_LIBRARY_PATH problems. 10 years ago
Dave Parker 4a9c6cb7a8 Make sure automata package is rebuilt when needed from Makefile. 10 years ago
Dave Parker b76fe0e8b1 Add -exportprodvector switch, which exports solution vector over product model after checking LTL-based properties. Currently, supported in explicit engine, or symbolic engines where the result ends up being a vector of doubles (not an MTBDD). 10 years ago
Joachim Klein 73a4ccf44f SimulatorEngine: fix broken display of updates a path (GUI, regression) [with Linda Leuschner] 10 years ago
Joachim Klein 7ddf026889 APSet: add asList() convenience method 10 years ago
Joachim Klein c32cf2c94c jltl2ba.APSet: source format, tidy up comments 10 years ago
Joachim Klein 32ffab4e94 jltl2ba.APSet: comments, add Iterable<APElement> elements() method 10 years ago
Joachim Klein ae4b8c929e MDP model checking: allow Büchi acceptance 10 years ago
Joachim Klein 204f972abb LTLModelChecker: add support for EC computations against Büchi acceptance 10 years ago
Joachim Klein 32cee09a72 HOAF2DA: Handle Buchi acceptance in HOA automata 10 years ago
Joachim Klein 85a96b0ee9 HOAF2DA: Handle Streett acceptance in HOA automata 10 years ago
Joachim Klein 9611929efc prism/LTLModelChecker: add remark to TODO 10 years ago
Joachim Klein 1003f690fa prism/LTLModelChecker: some method comments clean-up (ref, deref) 10 years ago
Joachim Klein 817cc3d06d symbolic LTLModelChecker: add missing treatment for MDP-Rabin MEC computations with -fair and more than one Rabin pair 10 years ago
Joachim Klein a815dcfdfd JDD: Add multi-argument Deref, for convenience. 10 years ago
Joachim Klein 8aa10e320d JDD: add multi-operand And and Or methods (convenience wrappers around binary And / Or) 10 years ago
Joachim Klein 55ff27424a JDD: add multi-operand Plus, Max and Min operations (convenience wrappers around Apply) 10 years ago
Joachim Klein 71183e47e7 JDD: add Equiv BDD operation (dd1 <=> dd2) 10 years ago
Joachim Klein f1fbd23376 HOAF2DA: Fix handling of acceptance signatures [with David Müller] 10 years ago
Joachim Klein 7cb9ce5788 [lpsolve] fix compilation issue in relation to isnan [with Sascha Wunderlich, David Müller] 10 years ago
Joachim Klein c3b802994e Modules2PTA: fix handling of probabilities in commands that refer to state variables [bug found by Linda Leuschner] 10 years ago
Joachim Klein a81aec5199 Simplify: add handling for ExpressionITE (fixes a PTA bug) [by Linda Leuschner] 10 years ago
Joachim Klein d73fda6ec9 symbolic LTL: fix recursion call for AU 10 years ago
Dave Parker 86438e9d78 Add support for missing operators (EX, AX, AU) in symbolic CTL model checking. 10 years ago
Joachim Klein ac63f5b0ef Add LTL2RabinLibrary.getDAforLTL, now supports generation of DA with Streett and generic acceptance from the library 10 years ago
Joachim Klein e0bd1c22cb Cleanup DA-based simple path formula with bounds handling 10 years ago
Joachim Klein 177d6e84b6 LTLModelChecker: NotSupportedException instead of PrismException for generalized-Rabin with fairness 10 years ago
Joachim Klein a4cf6c7680 add switch -nodasimplify (inhibit DA simplification, e.g., for benchmarking or testing) 10 years ago
Joachim Klein 13cb153d4b pass PrismComponent to DASimplifyAcceptance.simplifyAcceptance 10 years ago
Joachim Klein 3cb9315065 jltl2dstar: cleanup umlaut in comments for Büchi to Unicode 10 years ago
Joachim Klein 1a97b448ab AcceptanceType.allTypes() (for use in allowedAcceptance parameter to methods) 10 years ago
Joachim Klein 9db978a12a switch to new way of obtaining acceptance type name 10 years ago
Joachim Klein 3f5a7490b6 acceptance: Refactor AcceptanceType (names for the acceptance types) 10 years ago