1656 Commits (8c88d62b6f9f9b4b189104b4275541ca4c062d1e)
 

Author SHA1 Message Date
Dave Parker 5041398fae Tidy up of CUDD makefiles (and addition of 64-bit Linux makefile). 19 years ago
Dave Parker e3de4cbfe2 Tidy up of "modifed" info about CUDD. 19 years ago
Dave Parker d8fbe82ccc Makefile bug fix. 19 years ago
Dave Parker 9ea9d3b904 ModulesFile toString() function should display model type. 19 years ago
Dave Parker 51ea826b7f Added reminder to possibly change something in the makefile at a later date. 19 years ago
Mark Kattenbelt f59ab5b562 Small improvement to the Simulator GUI, the separator on the top can now be moved without constraints. 19 years ago
Mark Kattenbelt 8d1d7628e8 Added dialog when a deterministic loop causes exploration to stop prior to the users expectation. 19 years ago
Mark Kattenbelt 18b7e78149 Made cumulative time visible by default in SimulationView for CTMCs. 19 years ago
Mark Kattenbelt d522e5d792 Updates backtracking by time. Seems to work better. (1/2) 19 years ago
Dave Parker 0dd24cb137 Bug fix: wrong Swing window closing method (now caught at run-time by Java 6). Cheers Alistair. 19 years ago
Dave Parker b45016b75a Makefile error reporting when CUDD dir not found. 19 years ago
Dave Parker 8ff5d1ae93 Makefile tweak: Detection of Cygwin when OSTYPE=posix. 19 years ago
Dave Parker fd958f66e0 Makefile tweak to remove surplus error messages. 19 years ago
Dave Parker eaed7b4233 Improved Java detetction in Makefile, including case where directory has a space, e.g. "Progam Files". 19 years ago
Dave Parker 683164b8c3 Removed unnecessary import statement (breaks under Java 6). 19 years ago
Mark Kattenbelt b587c24490 Added time-bounded backtracking. Does not work well when backtracking should be to the first state. 19 years ago
Dave Parker 1e0cbf5533 Missing Linux C++ #include. 19 years ago
Mark Kattenbelt 513081bb5f Added time-bound exploration option to the simulator. Needs make clean! 19 years ago
Mark Kattenbelt 550be3344d Made GUISimulatorUpdatesTable traversable with the Up and Down arrow keys when in focus, and also allows Enter to execute the update when in focus. Table has focus by default. 19 years ago
Mark Kattenbelt bb1155353e Redesign of GUISimulator interface. 19 years ago
Mark Kattenbelt eeea726580 Added an icon to the `make visible' and `make hidden' buttons in de view configuration dialog. 19 years ago
Mark Kattenbelt 5621b1bdb3 Added tooltips to the GUIGroupedTableHeader. 19 years ago
Mark Kattenbelt b274cf97eb Added tooltips to the cells of the GUISimulatorPathTable. 19 years ago
Mark Kattenbelt 6684d121be Removed System.out.println's 19 years ago
Mark Kattenbelt 2b308bfc17 Made a start of presenting doubles decently. 19 years ago
Mark Kattenbelt fbd754d91e Fixed removed preceding so cumulative time and cumulative rewards are recalculated. Don't forget to `make clean'. 19 years ago
Dave Parker ab301c47fd Code tidy in GUIMultiProperties.java. 19 years ago
Dave Parker d1bca01e7d Use reward structure name for experiment result name, i.e. Y-axis, where appropriate. 19 years ago
Dave Parker b9791ec2a8 Bugfix: incorrect output for Pmax=?[...{max}] properties. 19 years ago
Mark Kattenbelt 6f323a773d Changed the way in which the simulator table is rendered. Main change is the collapsing view of rewards. 19 years ago
Dave Parker c01f040361 Bugfix: Incorrect detection of unknown PRISM language functions. 19 years ago
Dave Parker f9a82c5846 Header file that should have been committed with rev 186 (although is auto-generated so not really a problem). 19 years ago
Dave Parker 12bf479f84 Bugfix (segfault) in simulator binary input. 19 years ago
Mark Kattenbelt ff6708e600 Added cumulative time to the front end of the simulator. 19 years ago
Mark Kattenbelt f57befa6b2 Small bugfix to simulator (for cumulative time). 19 years ago
Mark Kattenbelt 4b79591e88 Underlying code for cumulative time in simulator. Not used and not tested. Bound to break something. 19 years ago
Dave Parker 0701075054 Added .pp to filter for NEdit syntax highlighting file. 19 years ago
Dave Parker 5e1803c594 Improvements to GUI handling of constants/labels, especially w.r.t. error handling. 19 years ago
Dave Parker de860fce16 Bugfix: Property editor window handles closing event properly. 19 years ago
Dave Parker 9a56953fd5 Bugfix: Can now edit invalid properties in GUI. 19 years ago
Dave Parker a2fd0dd5b7 Addition of F (future) and G (global) operators to property specification language. 19 years ago
Mark Kattenbelt 40a683f80c Fixed small bug. Changed cumulative reward to include outgoign transition. 19 years ago
Mark Kattenbelt 0ab692970c Added cumulative rewards as a feature of the simulator. 19 years ago
Mark Kattenbelt c08cb36e70 Added `cumulative reward' information to the simulator engine (the c++ part), untested and not used... yet. 19 years ago
Mark Kattenbelt 5e00f01dc0 Small update to both the Java and C part of the simulator to facilitate the display of (instant) state rewards of the most current state. 19 years ago
Dave Parker a7874d4790 Cosmetic fix in parser Makefile. 19 years ago
Mark Kattenbelt 6ee7a77774 Some cosmetic changes to the reward display in the simulator. 19 years ago
Mark Kattenbelt ebfd8d8300 Undid the variables in quotes (in simulator columns) for more consistency with the model syntax, added a default label for defined constants in the information panel (being "None" if empty). 19 years ago
Mark Kattenbelt a9dba461b4 Another few bugfixes to the new reward display in the simulator. Different name for unnamed reward structures and normal names of both rewards and variables are in quotes. 19 years ago
Mark Kattenbelt ea69afa4d9 A couple of small bugfixes to the simulator table. Added tooltip, changed default unnamed reward column name, fixed initial grouped header update issue. 19 years ago