Last updated on:
August 2, 1999.
2/8/99 - Two more input sets of medium size:
input_grid100,
command_grid100,
output_grid100.
input_diagonal20,
command_diagonal20,
output_diagonal20.
Use radius=10000 for both sets.
I would like to remind you that:
(a) You should submit a "readme" file that describes your
algorithm, the files, etc.
(b) You may provide one input set for the contest.
29/7/99 - Here is another set of files to test
and time your program, with 100 points, 10 polygons, and 100 commands:
input_time100,
command_time100,
output_time100.
Run: "main 10000 input_time100 command_time100 output",
and compare your "output" file with "output_time100".
And here is a larger version, with 1000 points
and 1000 commands:
input_time1000,
command_time1000.
Again, use a radius of 10000.
27/7/99 - Here is a set of files to test your program:
input_test,
command_test,
output_test.
Run: "main 120 input_test command_test output", and compare
your "output" file with "output_test".
27/7/99 - Fixed a bug in "main.C", in case of a vertical
edge (thanks to Ishay Pnueli). Please download the new version.
8/7/99 - Fixed bugs in "main.C". Please download the new version.
This page contains the frame program for the final assignment
in the course. You will also find here updates and FAQs, so
stay tuned.
If you have any questions regarding the program or
the contest, please email Chaim Linhart: chaim@math.tau.ac.il.
On questions regarding LEDA or CGAL, please contact Iddo
Hanniel: hanniel@math.tau.ac.il.
More information can be found at the
course homepage.
First, download the following files:
| radius | - the radius (an integer!) | |
| input-file | - file with points and polygons | |
| command-file | - file with commands | |
| output-file | - file to write solutions (optional) |