COMP316 Assignment 1 README Last Revised: 12-MAR-2008 ================================================================================ Command Line Args: java -jar assignment1.jar start_state_file goal_state_file search_algorithm Where: start_state_file Is the file containing the start state goal_state_file Is the file containing the goal state search_algorithm Is either the value 1 or 2 depeding on the desired algorithm: 1 : Breadth-first search 2 : Bidirectional search Giving the program --help as the only command line parameter will cause it to output the above information. Build instructions: Project files for NetBeans 6.0.1 and up are provided. Notes: - Both the start and goal state files MUST have the same number of lines. what will happen if they do not is unknown and has not been tested for. It may work, it may not. - Unit tests are not yet implemented - only the State class has any tests at all. Known issues: - none at this time ================================================================================ svn r112