2145 Commits (77bfea558f64a4003655894337d2ac6e1c3804a5)
 

Author SHA1 Message Date
Dave Parker 77bfea558f Fix Makefile so that it does not mis-show ARCH as 86_64 when building on 32-bit Win. 12 years ago
Dave Parker 9c0273f878 Assume Java 7 not 6 when building binaries now. 12 years ago
Dave Parker 81d8cad3aa Better error message when trying to use "multi" function on models other than MDPs. 12 years ago
Dave Parker 850ed89353 CHANGELOG. 12 years ago
Dave Parker e124caac03 CHANGELOG. 12 years ago
Dave Parker c546ba5c03 Fix version for 4.2.beta1 12 years ago
Dave Parker 8f7913074d Fix version for 4.2 12 years ago
Dave Parker 9d7faf1da8 Comment clarification. 12 years ago
Dave Parker 945432ed63 Fixed bugs in output of vectors when showing states but no indices. 12 years ago
Dave Parker 17dc2a91b2 NaN values in rewards cause an error (explicit engine only so far). 12 years ago
Dave Parker dfce095d45 Make sure that some PrismFileLogs are close()ed after use - spotted as a bug by Bruno. 12 years ago
Dave Parker 21748bcaa4 Tidy up of export-to-Dot functionality, plus new "dot" option for exporting strategy (explicit engine only, currently). 12 years ago
Dave Parker 7b8b7832a4 Code tidy + new methods in PrismFileLog. 12 years ago
Dave Parker 4d4d288488 Output tweak: extra new line. 12 years ago
Dave Parker 08abf1bffe Bug fix: pre-strategy generation check done before model construction. 12 years ago
Dave Parker e773d28c15 Add buildMCRewardsFromPrismExplicit method (untested). 12 years ago
Frits Dannenberg 16d294eca9 changed output se 12 years ago
Ernst Moritz Hahn e1bfb8637f fix for fau 12 years ago
Vojtech Forejt 9ca61c1f74 changing permissions, to fix cygwin 64bit compilation 12 years ago
Frits Dannenberg 720cde341d small bug fix for extremely large right truncation points from Fox-Glynn in the FAU method 12 years ago
Ernst Moritz Hahn 1397f39709 improved description of FAU in commandline and GUI 12 years ago
Ernst Moritz Hahn b5c09de4c4 fixed stopping criterion for fast adaptive uniformisation when being in array mode 12 years ago
Dave Parker 2ef13b46e5 Small fix in prism2latex. 12 years ago
Dave Parker 4e5f05a203 Remove debug output. 12 years ago
Dave Parker 87d58db935 Bug fix in prism-auto: if directory = . then log file names are not created correctly. 12 years ago
Dave Parker 13cce4f8da Bug fix: new long setting for simulator max path not read properly (shows up in GUI). 12 years ago
Dave Parker 06e4c5fee1 Move normalisation of DTMC probabilities from SimulatorEngine into Updater class. 12 years ago
Dave Parker 99d4873c47 Code tidy. 12 years ago
Dave Parker d128da069b Bug fix: simulator was normalising DTMC bu dividing by number of choices (which was inconsistent with symbolic construction when using -noprobchecks). 12 years ago
Dave Parker 928a44101d Make simulator.Updater objects extract settings more cleanly. And respect doProbChecks option. 12 years ago
Dave Parker 02c26dbf53 Update simulator to allow path lengths over 2^31. 12 years ago
Dave Parker 4a29528714 Bug fix: missing state rewards in mvMultRewMinMaxSingleChoices methods (showed up on mdps/reach/mdp_simple.nm regression test). 12 years ago
Dave Parker 2306ee39ac Bugfix: latest fix to policy iteration broke a previous regression test (rewpoliter.nm) - solved by doing inner solution using lowe level method which takes infinity-states as an argument (in any case, precomputation should not be needed for inner solution). 12 years ago
Dave Parker 8291b5984c Refactoring wrt the way that relational operators are stored for P/R/S operators (String -> RelOp). 12 years ago
Dave Parker 56c484d390 Code re-factoring in NondetModelChecker. 12 years ago
Dave Parker d81ef64ff2 Code refactoring (checking for LTL with time bounds). 12 years ago
Dave Parker 5171fc804e Code re-factoring in NondetModelChecker. 12 years ago
Dave Parker 896048bf37 Bugfix: allow trivial LTL formulae that are just propositions (accidentally disabled a little while back by previous over-zealous type checking). 12 years ago
Dave Parker ce694441b8 GUI crash fixed - caused by model tree not handling unbounded variables properly. 12 years ago
Dave Parker 0a8ace99eb Code tidy. 12 years ago
Dave Parker 16015890dd Look up of constant value in test RESULT specification should allow imprecision for double values. 12 years ago
Dave Parker 6073712dc9 Bugfix in policy iteration (bug found by Aaron Bohy): needs to be passed in strategy from Prob1. 12 years ago
Dave Parker 440b539364 Bugfix in optimal strategy check for reward properties (showing up as bug in policy iteration). 12 years ago
Dave Parker 4d3d52edaf Policy iteration for reachability reward problems (explicit engine). 12 years ago
Dave Parker 565f2882d8 Tweak to Prism object: simpler constructor. 12 years ago
Dave Parker 8ebc511308 Code tweaks: make Updater independent of PRISM/sim + make SimEngine into PrismComponent. 12 years ago
Dave Parker 453342d5ba Code tidy (remove warnings). 12 years ago
Dave Parker 17a222a59f Typo. 12 years ago
Dave Parker 7fd5c495bd Add labels to explicit models more cleanly and tidy code. 12 years ago
Dave Parker 60b6307181 Add experimental bisimulation option (explicit engine, hidden option). 12 years ago