462 Commits (b15d6cc80adaa2e9bfe113b3d91cbbb1f9a161ba)
 

Author SHA1 Message Date
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
Mark Kattenbelt c0d899ebbd Updated the display of rewards in the simulator. State/transition rewards now only occupy one column, and are configurable in the view configuration dialog. 19 years ago
Dave Parker 1f95850869 Added functions to query number of state/transition reward items. 19 years ago
Dave Parker f858ba3fa9 Makefile: display of some important environment variables during "checks" target. 19 years ago
Mark Kattenbelt 79cdbd3252 Fixed a bug where if you use the simulator with a model with a subset of variables of the models you previously used the simulator with, then it doesn't have an obscure crash. (For instance going from phil4 to phil3). 19 years ago
Mark Kattenbelt 04ba71ec2b Added a multi-headered table in the simulator. Added this in a general way in userinterface.util.GUIGroupedTable 19 years ago
Dave Parker 69d14c44cc Filed some notes about the distributed version of the simulator. 19 years ago
Dave Parker 013b62f232 Default value of new properties file label in GUI is now "true" so adding a new label is less problematic. 19 years ago
Mark Kattenbelt e8f9369fd3 Fixed the layout issue with the top information panel in the simulator (the issue introduced in my previous commit). 19 years ago
Dave Parker 5064ae83f1 Synch with updates to README/VERSIONS/CHANGELOG made for 3.1.beta1 -> 3.1. 19 years ago
Dave Parker 25f5ef95e3 Removed "final" from Prism.version field (so that we can add suffixes etc. at code level, e.g. for branches). 19 years ago
Dave Parker ef0e885ff7 Bugfix in pepa/compiler Makefile. 19 years ago
Dave Parker 0cf56fb71b Makefile tweak: better source code distribution building. 19 years ago
Dave Parker d1eaf90569 New version number: 3.1.dev. 19 years ago
Mark Kattenbelt 9e87974ab1 A general clean up of GUISimulator.java. This includes: more sensible layouts, more meaningfull names, fewer components. More consistent bordering. And some minor features such as disabling the time field when the auto checkbox is ticked, and setting the textfields of the remove preceding and backtrack to buttons. 19 years ago
Dave Parker 56ebdf2f4e Makefile fix: CUDD_DIR variable not actually respected. 19 years ago
Dave Parker dcd035badd Removed subdirectories of classes directory from version control. 19 years ago
Dave Parker 12e66af452 Removed subdirectories of classes directory from version control. 19 years ago
Dave Parker 8c4f68075f Move images/dtds out of classes directory (is a pain in Eclipse). 19 years ago
Dave Parker 879caec698 Added wrapping to MultipleLineStringEditor, e.g. in graph title setting. 19 years ago
Dave Parker ae64d59ad7 Added wrapping to MultipleLineStringEditor, e.g. in graph title setting. 19 years ago
Mark Kattenbelt 0a038a0049 Very minor changes that tidy up the simulator code remotely but shouldn't won't break anything. 19 years ago
Dave Parker 5d68027b21 Set svn:ignore on . and bin. 19 years ago
Mark Kattenbelt 1799a67bfd Adds a new dialog which allows you to select visible and hidden variables for a simulation. 19 years ago
Mark Kattenbelt 57fffe890b Moved smallFind from notused to being used! 19 years ago
Mark Kattenbelt 3b0cc0e571 Changed the simulators table mechanism substantially. It is now easier to hide variables (and in future configure more options). It is now the PathTableModel who is responsible for this, making it a lot easier to add variables back to the view. Also added a couple of extra menu options to the pop-up menu. 19 years ago
Dave Parker 8b458ddfc0 Fixed bug: some MTBDD info sent to stdout, not log. 19 years ago
Dave Parker 7460297a7a Fixed various possible sources of round-off error when converting doubles to ints/longs (see previous revision). 19 years ago
Dave Parker 10a37b8277 Fixed very obscure MTBDD round-off bug. 19 years ago
Dave Parker 7e74ff9924 Added GetInfoString() and GetInfoBriefString() functions to JDD. 19 years ago
Dave Parker 0c287de8db Experiments table scrolls to bottom of list when adding a new experiment. 19 years ago
Dave Parker 6845512140 Removal of APMC code. 19 years ago
Dave Parker 1373c483ae Changed a dubious string constant to stop compiler warnings. 19 years ago
Dave Parker 8e1c5ec0d5 Bugfixes for new script file generation stuff (on Cygwin). 19 years ago
Dave Parker 6118ce60e9 New way of generating startup scripts (bin/prism, etc.). 19 years ago
Dave Parker 957c0b300e 'New experiment' dialog remembers state of 'Create graph' tickbox. 19 years ago
Dave Parker 98de9e0649 Changed Cygwin linking flag in Makefile. 19 years ago
Dave Parker 6a562a7714 Fixed building of Windows DLL to allow intra-library loading. Moved foxglynn.c/h to prism.c/h. 19 years ago
Dave Parker ebc9a32240 Added convenience function for double vector deallocation. 19 years ago
Mark Kattenbelt be7fe1aec8 Made small change to the simulator. Now you can double click the table with updates (i.e. enabled transitions) with the result of that the transition is taken. 19 years ago
Mark Kattenbelt d9993ade2c Fixed bug where the columns could not be hidden (of transitions in the simulator). Also added the feature that the popup menu also reacts on the table header and the surrounding JPanel. If this is the case backtracking is disabled. 19 years ago
Mark Kattenbelt df052b0d54 Fixed bug which did not let the GUIResultsTable resize. 19 years ago
Mark Kattenbelt c728f4fe5b Edited makefile to create Jar files which can be double-clicked. Also added a manifest.txt in the src directory which is required to realise this behaviour. 19 years ago
Mark Kattenbelt 683a4c53e7 Updated the copy/paste mechanism such that properties are actually put on the clipboard as objects (GUIClipboardProperties). This fixes some bugs with regards to copy/pasting properties. 19 years ago
Dave Parker 03bd972419 CHANGELOG update. 19 years ago