Multiple submissions are permitted. Only the most recent one will be
graded. Late days will be computed based on the submission time of the
most recent submission.
(If you plan to install dolt on your personal machine, go here for information on dolt installation and to download dolt source code.)
export CGAL_MAKEFILE=/usr/local/make/makefile_sparc_SunOS-5.9_g++-2.95 export DOLT_MAKEFILE=/usr/local/make/Makefile-doltAfter you have done this, you should run the command:
$ source ~/.bashrcThat will make sure that these environment variables are set. In the future, your new .bashrc file will be executed when you log in.
$ tar xvfz filereader-1.0.tar.gz $ cd filereader $ gmake
$ tar xvf assign2code.tar $ gmake assign2 $ ./assign2 Problem1.txtNote that the Makefile must be modified so the directory path to the filereader library reflects its location in your account. Compiling the program will take a minute and produce a bunch of output. When you run the executable, it should open a window and draw the world. Press 'h' to get a list of commands.
% assign2 inputproblemfilenameFor example, the input file may be Problem1.txt .
Your program should output the length of the shortest path and the coordinates of the vertices on the shortest path to the screen, as per the format in the sample code.
These machines do not accept unencrypted connections. You should use some version of ssh to connect. If you are connecting from a PC, you can get TeraTerm with SSH extensions from the web page at: http://www.cs.rpi.edu/lab/software .
Srinivas Akella