#| ******************************************************************************* PRODIGY Version 2.01 Copyright 1989 by Santiago Rementeria The PRODIGY System was designed and built by Steven Minton, Craig Knoblock, Dan Kuokka and Jaime Carbonell. Additional contributors include Henrik Nordin, Yolanda Gil, Manuela Veloso, Robert Joseph, Santiago Rementeria, Alicia Perez, Ellen Riloff, Michael Miller, and Dan Kahn. The PRODIGY system is experimental software for research purposes only. This software is made available under the following conditions: 1) PRODIGY will only be used for internal, noncommercial research purposes. 2) The code will not be distributed to other sites without the explicit permission of the designers. PRODIGY is available by request. 3) Any bugs, bug fixes, or extensions will be forwarded to the designers. Send comments or requests to: prodigy@cs.cmu.edu or The PRODIGY PROJECT, School of Computer Science, Carnegie Mellon University, Pittsburgh, PA 15213. *******************************************************************************|# ; Operators for PRODIGY/SC-MINIJUP domain (setq *OPERATORS* '( (MOVE (params ( )) (preconds (and (at-prodigy ) (at ) (radius prodigy ) (radius ) (not-overlapping ) (linear-viscosity ) (timestep ) (upd-per-cycle ) (theo-f-ap-time ) (force-to-move ))) (effects ((del (at-prodigy )) (add (at-prodigy ))))) (BUMP-OBJECT (params ( )) (preconds (and (at ) (radius prodigy ) (radius ) (point-before-bumping ) (at-prodigy ) (linear-viscosity ) (mass prodigy ) (mass ) (modul-elast prodigy ) (modul-elast ) (coeff-resti prodigy ) (coeff-resti ) (timestep ) (upd-per-cycle ) (theo-f-ap-time ) (force-to-bump ))) (effects ((del (at )) (del (at-prodigy )) (add (at-prodigy )) (add (at ))))) )) ; Inference Rules for PRODIGY/MINIJUP domain (setq *INFERENCE-RULES* nil)