home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / ascendMar8.tar / UMass / Arbitrate / arbitration.lisp next >
Text File  |  1996-02-29  |  220b  |  9 lines

  1. ;;arbitration.lisp - load file for hypothesis arbitration code
  2.  
  3. (in-package 'cme)
  4.  
  5. (eval-when (load eval)
  6.   (load (full-umass-path "Arbitrate/compgeom"))
  7.   (load (full-umass-path "Arbitrate/hypothesis-arbitration"))
  8.   )
  9.