|
for( each domain ) { /* Preprocess */ BuildDeadlockTable( CntrlDeadlockTable() ); for( each instance ) { /* Preprocess */ FindTunnelMacros(); FindGoalMacros( CntrlGoalMacros() ); while( not solved ) { SetSearchParamaters(); IDA*(); } /* Postprocess */ SavePatterns( CntrlSavingPatterns() ); } } |
GPW'99, October 16, 1999. Pushing the Limits: New Developments in Single-Agent Search |