-
Notifications
You must be signed in to change notification settings - Fork 486
Home
jenleong edited this page Oct 19, 2014
·
10 revisions
Welcome to the ABAGAIL wiki!
To compile and run
cd ABAGAIL
ant
java -cp ABAGAIL.jar opt.test.XORTest
java -cp ABAGAIL.jar opt.test.TravelingSalesmanTest
To generate javadoc documentation:
ant javadoc
Note that for ant versions 1.9.3 or earlier, you need to remove
additionalparam="subpackages"
from the javadoc target tag.
To run the Abalone example
java -cp ABAGAIL.jar opt.test.AbaloneTest
For some examples of how to use the library for your own projects look for the test
packages, such as opt.test
, and shared.test
inside of the project source directory.