home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / simic104.zip / EXAMPLES / CONFLICT.RUN < prev    next >
Text File  |  1993-01-07  |  457b  |  16 lines

  1. C= (c) Copyright 1992 Genashor Corp.  All Rights Reserved.
  2.  
  3. C= This run file is to be used with the circuit description found in the
  4. C= file, conflict.net.  It demonstrates SIMIC's ability to resolve conflict
  5. C= situations using an interval approach.
  6.  
  7. Define    File=conflict
  8. Get    Type=Conflict
  9. Define    Pa.2= 10 X1
  10. Define    Pb.2= 11
  11. Apply    Pattern=Pa List=EnA,DataA
  12. Apply    Pattern=Pb List=EnB,DataB
  13. Print    List=EnA,DataA*EnB,DataB*Bus*C
  14. Simulate
  15. Quit
  16.