All RAPSOFT software is copyright by Brandon Bennett
and the University of Leeds.
No part of this sofware may be used for
commercial purposes without the permission of Brandon Bennett.
If you modify or add to any of the RAPSOFT programs you are obliged to notify
Brandon Bennett and if requested to supply copies of any
modified or additional code to Brandon Bennett.
The software consists of a number of prototype program modules illustrating how logical reasoning techniques might be used in software applications. The main modules are:
Currently RAPSOFT is not being actively maintained. But if you want to use it or just look at it please contact me. I will be happy to advise on installation and operation.
To code graphical user interfaces we are using using the SICStus interface to Tcl/Tk. To use the system you will need to have Tcl/Tk installed on your system.
Disclaimer: You run this software at your own risk. This is the first version of Rapsoft that has been made available to others. So it is very rough and ready.
Unpacking: To unpack rapsoft on a unix machine do 'tar -xzf rapsoft-X.X.X.tar.gz' . On windows get the zip file and unzip that however you normally do. This will create a directory called rapsoft containing the whole system.
Running: Before running rapsoft you need to edit the declaration
'raps_home(PATH).' in
the file rapsoft.pl in the top rapsoft directory. This should give the path of
the rapsoft directory (it must end in '/'). To run the system simply start
SICStus Prolog then consult the file rapsoft.pl. i.e., assuming you started
Prolog in the rapsoft directory, just enter:
[rapsoft].
Documentation: At the moment there is no proper documentation available. Please mail Brandon with any queries you have.