home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 453 / bp.arc / LISTME < prev    next >
Text File  |  1985-11-18  |  36KB  |  669 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.           The  general  goal of designing a linear programming  planning  system 
  7.           like  BEST-PLAN was to put the maximum amount of analytical power into 
  8.           the  hands  of  the people directly concerned with  the  problem,   to 
  9.           require  only a minimum of specialized knowledge or experience on  the 
  10.           part of the user,   and at the same time giving him the advantages  of 
  11.           mathematical modeling for planning.
  12.  
  13.           With  this goal in mind,   BEST-PLAN was developed with the  following 
  14.           specifications:
  15.  
  16.            -  Flexible,  user-oriented  interface to the planner.   English-like 
  17.               input  data language that the planner can relate  to.    The  data 
  18.               input  concept  is  through  a  materiel-flow  dialogue  and   not 
  19.               mathematical equations.
  20.  
  21.            -  Automatic  generation of models from this materiel-flow data entry 
  22.               concept.    Specialized  knowledge  of linear programming  is  not 
  23.               required, and conveniently made transparent to the user.
  24.  
  25.            -  Efficient  and  dependable optimization of the models  using  well 
  26.               accepted algorithms.
  27.  
  28.            -  Report writing of the optimization results in concise, easy-to-use 
  29.               terms, requiring no programming expertise.
  30.  
  31.            -  Integration  with the IBM-PC or /XT,   completely  self-contained, 
  32.               and  menu-driven,    thus  giving  the  planner  the  convenience, 
  33.               accessibility and cost-effectiveness of the IBM-PC.
  34.  
  35.            -  Interfaces or links to other decision-support systems or the like, 
  36.               such as VISICALC,  LOTUS 1-2-3,  etc..  thus extending any current 
  37.               planning  activity  to  include profit  maximization  and/or  cost 
  38.               minimization.
  39.  
  40.  
  41.           We,  at  the  ROSETTA SYSTEMS believed that BEST-PLAN  will  help  you  
  42.           achieve  the  best  overall return on  your  company's  resources  and 
  43.           investments.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.               APPLICATIONs (MODELS) DISPATCHING FACILITY
  50.  
  51.           BEST-PLAN allows the planner to setup an APPLICATION dispatching MENU, 
  52.           just like the DEMO SYSTEM and the supplied six(6) sample applications. 
  53.           This  was accomplished by creating a MENU file with the filename  "BP-
  54.           TBL"  using any screen editor preceeded by:
  55.  
  56.                   PLANS=nnnn/nnnn/nnnn/nnnn/nnnn/nnnn/nnnn/nnnn/nnnn
  57.  
  58.           Here  the position of the PLAN number nnnn corresponds to  the  (ALT)-
  59.           number selected. e.g
  60.  
  61.                   PLANS=1901/1902/0/1982/1984//nnnn/nnnn/nnnn
  62.                           1   2   3  4    5  6  7    8    9
  63.  
  64.           While  under  the "BP-TBL" condition the user can select PLAN:1982  by 
  65.           (ALT)-4,  or  PLAN:  1902   by  (ALT)-2.  The  application  dispatcher 
  66.           initializes with the last remembered session.  The "BP-TBL" file  must 
  67.           be resident in the same disk/directory as the master PLANs or the DATA 
  68.           directory. The supplied "BP-TBL" for the DEMO SYSTEM is as follows:
  69.  
  70.      PLANS=1901/1902/0/1982/1984
  71.  
  72.               -------------------------------------------------------------
  73.              |             BEST-PLAN    SAMPLE  DEMONSTRATION   SYSTEM     |
  74.              |-------------------------------------------------------------|
  75.              |                                                             |
  76.              |  ..Mathematical Formulation Examples                        |
  77.              |   1.       PLAN: 1901   small Distribution Model            |
  78.              |   2.       PLAN: 1902   Animal Feed (Diet) Model            |
  79.              |   3.                                                        |
  80.              |  ..STEP-by-STEP Flow Representation Examples                |
  81.              |   4.    PLAN: 1982   Raw Material Allocation Model          |
  82.              |   5.    PLAN: 1984   Production Planning Model              |
  83.              |   6.                                                        |
  84.              |               ................................              |
  85.              |       Up to nine(9) PLANs may be supported by this          |
  86.              |       application DISPATCHER capability.  (BP-TBL)          |
  87.              |               ................................              |
  88.              |   0.      .......EXIT back to  P C  D O S.......            |
  89.              |                                                             |
  90.               ---------------- PRESS (alt) and the Number -----------------
  91.  
  92.      enable tutorial= (alt)-H
  93.  
  94.  
  95.  
  96.  
  97.               ON-LINE TUTORIAL FACILITY
  98.  
  99.           While in the "BP-TBL", main MENU, UTILITY and Screen EDITOR procedure, 
  100.           the  ON-LINE  TUTORIAL facility may be activated by pressing  (ALT)-H.  
  101.           This facility is only applicable when the TUTORIAL files are  properly 
  102.           installed using the DEMO Diskette supplied with the system.   The DEMO 
  103.           Diskette  contains  a sub-directory HELP which contains all the  files 
  104.           for the Tutorial. 
  105.  
  106.           In summary, (ALT)-H will ENABLE/DISABLE the TUTORIAL facility.
  107.  
  108.  
  109.  
  110.               HARD-COPY OF THE TUTORIAL FACILITY
  111.  
  112.           INSTALL.exe  is  a  program  to INSTALL BEST-PLAN unto  a  hard  disk. 
  113.           INSTALL.exe  (i.e.  "INSTALL  DOC")  will also  print  the  additional 
  114.           documentation  via  an  IBM  compatible  line  printer.  (LPT1:)  This 
  115.           documentation will show the actual mapping of the TUTORIAL information 
  116.           with the SCREENs.
  117.  
  118.  
  119.           INSTALL(cr)       ...  will  create subdirectories DATA & HELP  in the 
  120.           current working directory(BPLAN)to contain the BEST-PLAN installation.
  121.  
  122.           INSTALL  DOC(cr)  ...  will  create  the hard  copy  of  the  TUTORIAL 
  123.           information found the DATA DISKette via the HELP directory.
  124.  
  125.  
  126.  
  127.  
  128.           BEST-PLAN  BILL OF MATERIALS
  129.  
  130.           The   BEST-PLAN  SYSTEM  PACKAGE  is  supplied  with   the   following 
  131.           configuration:
  132.  
  133.                SYSTEM (Program) DISKette, 5-1/4 Double density
  134.                                                 Double sided
  135.  
  136.                  o  The SYSTEM DISKette contains all programs for the SYSTEM and 
  137.                     the corresponding batch files for execution. 
  138.  
  139.                  o  INSTALL.exe  is  an  installation  executable  to   transfer 
  140.                     contents  of both SYSTEM diskette and DATA diskette unto the 
  141.                     hard disk. The user must perform the following:
  142.  
  143.                          a.  BEST-PLAN SYSTEM DISKette on DRIVE A:
  144.  
  145.                          b.  C:  and position yourself on the hard  disk.
  146.                              MD  BPLAN and copy all contents of SYSTEM DISKette:
  147.  
  148.                              CD BPLAN
  149.                              COPY A:\*.* C:/V
  150.  
  151.                          c.  INSTALL
  152.                              INSTALL  will create  subdirectories DATA & HELP in 
  153.                              current working directory.
  154.  
  155.                     "INSTALL  DOC" will produce additional TUTORIAL  Information 
  156.                     using the line printer LPT1: after installation.
  157.  
  158.                  o  BP.BAT    is  the main batch file to execute  the  BEST-PLAN 
  159.                     Planning SYSTEM.
  160.  
  161.                  o  TEST.BAT is the batch file to execute the UTILITY program by 
  162.                     itself.   This  program  may  be used to change  disk  drive 
  163.                     configuration  for the SYSTEM.  ,e.g.  the entire DATA  disk 
  164.                     contents  may  be  transferred to the hard disk DRIVE  C  by 
  165.                     executing  INSTALL.BAT as mentioned  above.  Presently,  the 
  166.                     SYSTEM will look for DATA in DRIVE B.
  167.  
  168.                  o  The user must create MODIFY.BAT,  the batch file to  contain 
  169.                     data editing instructions.   This allows the user to use his 
  170.                     favorite screen editor/word processor.  MODIFY0.BAT shows an 
  171.                     example using WORDSTAR.  The file is self-explanatory. 
  172.  
  173.           BEST-PLAN  will  check  if MODIFY.BAT  exists.  If it  does,  then  it  
  174.           executes the batch file everytime an edit request is made. MODIFY0.BAT 
  175.           should  be  renamed to MODIFY.BAT if this capability  is  desired.  If 
  176.           MODIFY.BAT  does  not  exist,  the supplied online  Screen  EDITOR  is 
  177.           executed.  There is an advantage of using the supplied  EDITOR,  since 
  178.           total system integration is achieved.
  179.  
  180.  
  181.  
  182.  
  183.        RosettaSYSTEMs     BEST-PLAN  SYSTEM diskette         11-18-1985  
  184.  
  185.       BP      .BAT    128 18Nov85 12:00      BEST-PLAN main MENU command file         
  186.       BP-COM  .EXE  58388 18Nov85 12:00      BEST-PLAN Common executable              
  187.       BP-EDT  .EXE  19793 18Nov85 12:00      BEST-PLAN Full Screen EDITOR             
  188.       BP-ENV  .CON   3520 18Nov85 12:00      BEST-PLAN Environment parameters         
  189.       BP-ORG  .EXE  14097 18Nov85 12:00      BEST-PLAN Database Re-organization       
  190.       BP-PS1  .EXE  16417 18Nov85 12:00      BEST-PLAN Optimization Pass 1 datainput  
  191.       BP-PS2  .EXE  21809 18Nov85 12:00      BEST-PLAN Optimization Pass 2 matrixGEN  
  192.       BP-PS3  .EXE  25201 18Nov85 12:00      BEST-PLAN Optimization Pass 3 LP         
  193.       BP-PS4  .EXE  18417 18Nov85 12:00      BEST-PLAN Optimization Pass 4 solution   
  194.       BP-PSX  .EXE  10833 18Nov85 12:00      BEST-PLAN Optimization DIFile input      
  195.       BP-RPT  .EXE  17825 18Nov85 12:00      BEST-PLAN Report/Display Writer          
  196.       BP-SSV  .EXE  24289 18Nov85 12:00      BEST-PLAN Save Solution in database      
  197.       BP-STR  .EXE  28257 18Nov85 12:00      BEST-PLAN Main MENU dispatcher           
  198.       BP-SYS  .EXE  14929 18Nov85 12:00      BEST-PLAN Application dispatcher         
  199.       BP-UTL  .EXE  28433 18Nov85 12:00      BEST-PLAN Utility MENU dispatcher        
  200.       CONTINUE.BAT     75 18Nov85 12:00      ....command file to continue             
  201.       MODIFY0 .BAT    256 18Nov85 12:00      Command file for USER Editor(WordSTAR)   
  202.       TEST    .BAT    128 18Nov85 12:00      BEST-PLAN Utility MENU command file      
  203.       BP-ENV  .COM   6008 18Nov85 12:00      BEST-PLAN Environment Configuration      
  204.       INSTALL .EXE   4129 18Nov85 12:00      Hard DISK installation program
  205.       LISTME        36480 18Nov85 12:00      BEST-PLAN Installation Document
  206.       CONFIG  .SYS    128 18Nov85 12:00      BEST-PLAN config.sys parameter file      
  207.  
  208.        ...NOTE:
  209.  
  210.  
  211.           The  SYSTEM  (Program)  DISKette  supplied  was  not  configured   for 
  212.           BOOTSTRAP.  A BOOTSTRAP DISKette must be created with your copy of the 
  213.           IBM-PC DOS Operating System. It must contain the following files:
  214.  
  215.                          o   DOS COMMAND.COM from DOS system diskette.
  216.                          o   BEST-PLAN's  SYSTEM  (Program)   DISKette 
  217.                              files; CONFIG.SYS  and BP-ENV.COM.
  218.  
  219.           The   files    BP-ENV.COM  and CONFIG.SYS  are  necessary  for  SYSTEM 
  220.           BOOTstrap (alt-ctl-del). This  DOS  SYSTEM DISKette must use to START-
  221.           UP BEST-PLAN.
  222.  
  223.  
  224.  
  225.  
  226.                DATA/HELP (DEMO) DISKette, 5-1/4 Double density
  227.                                                 Double sided
  228.  
  229.                  o   The DATA (DEMO) DISKette contains all TUTORIAL messages and 
  230.                      DATA  for  six(6)  sample  problems  manual.  The  diskette 
  231.                      contains two subdirectories,  i.e.   \DATA and \HELP.  This 
  232.                      diskette is not a DOS SYSTEM disk and will not BOOT.
  233.  
  234.           The  supplied  DATA disk is FULL.  The DEMONSTRATION SYSTEM may  limit 
  235.           your capability to add scenarios for your "WHAT-IF" analysis.  The on-
  236.           line  TUTORIAL messages may be transferred to another  drive/directory 
  237.           to facilitate this option.
  238.  
  239.  
  240.        RosettaSYSTEMs     BEST-PLAN  DATA   diskette         11-18-1985  
  241.  
  242.       DATA        <DIR>   18Nov85 12:00      BEST-PLAN distribution Demo DATA         
  243.       HELP        <DIR>   18Nov85 12:00      BEST-PLAN distribution TUTORIAL files    
  244.       README         3200 18Nov85 12:00      BEST-PLAN Orientation Document
  245.  
  246.  
  247.       BP-DEF  .F00   1664 18Nov85 12:00      BEST-PLAN default template.f00           
  248.       BP-TBL         1536 18Nov85 12:00      BEST-PLAN Application dispatcher(DEMO)   
  249.       P1901   .DBS   4960 18Nov85 12:00      DEMO1 -Shipping/distribution DATABASE    
  250.       P1901   .F00   1461 18Nov85 12:00      ....DEMO1.  template.00 report           
  251.       P1901   .F01   1595 18Nov85 12:00      ....DEMO1.  template.01 report           
  252.       P1901-01.IN    2007 18Nov85 12:00      ....DEMO1.  inputDATA  master PLAN       
  253.       P1901-02.IN     370 18Nov85 12:00      ....DEMO1.  inputDATA  scenario 2        
  254.       P1901-03.IN     384 18Nov85 12:00      ....DEMO1.  inputDATA  scenario 3        
  255.       P1902   .DBS   4960 18Nov85 12:00      DEMO2 -Diet/Blend  sample    DATABASE    
  256.       P1902   .F00   1792 18Nov85 12:00      ....DEMO2.  template.00 report           
  257.       P1902-01.IN    1939 18Nov85 12:00      ....DEMO2.  inputDATA  master PLAN       
  258.       P1902-02.IN     812 18Nov85 12:00      ....DEMO2.  inputDATA  scenario 2        
  259.       P1982   .DBS   6336 18Nov85 12:00      DEMO4 -Material Allocation   DATABASE    
  260.       P1982   .F00   1536 18Nov85 12:00      ....DEMO4.  template.00 report           
  261.       P1982   .F01   3072 18Nov85 12:00      ....DEMO4.  template.01 report           
  262.       P1982-01.IN    7704 18Nov85 12:00      ....DEMO4.  inputDATA  master PLAN       
  263.       P1982-02.IN     397 18Nov85 12:00      ....DEMO4.  inputDATA  scenario 2        
  264.       P1984   .DBS  13056 18Nov85 12:00      DEMO6 -Production Planning   DATABASE    
  265.       P1984   .F00   1664 18Nov85 12:00      ....DEMO6.  template.00 report           
  266.       P1984   .F01   2048 18Nov85 12:00      ....DEMO6.  template.01 report           
  267.       P1984   .F02   1920 18Nov85 12:00      ....DEMO6.  template.02 report           
  268.       P1984   .F03   2560 18Nov85 12:00      ....DEMO6.  template.03 report           
  269.       P1984-01.IN    5623 18Nov85 12:00      ....DEMO6.  inputDATA  master PLAN       
  270.       P1984-02.IN     514 18Nov85 12:00      ....DEMO6.  inputDATA  scenario 2        
  271.       P1984-03.IN     905 18Nov85 12:00      ....DEMO6.  inputDATA  scenario 3        
  272.       P1984-04.IN    1160 18Nov85 12:00      ....DEMO6.  inputDATA  scenario 4        
  273.  
  274.  
  275.  
  276.  
  277.  
  278.        RosettaSYSTEMs      BEST-PLAN  TUTORIAL  files        11-18-1985  
  279.  
  280.       #BLANK          497 18Nov85 12:00      Tutorial   default screen blank message  
  281.       #EDIT           512 18Nov85 12:00      Tutorial LIST for Full Screen EDITOR     
  282.       #EDIT0  .2     4352 18Nov85 12:00      ....EDITOR tutorials  table of contents  
  283.       #EDIT0  .3     4864 18Nov85 12:00      ....EDITOR  editing KEYS                 
  284.       #EDIT0  .4     4096 18Nov85 12:00      ....EDITOR  special editing commands     
  285.       #EDIT4  .2     4480 18Nov85 12:00      PLANNING Resources/processes/activities  
  286.       #EDIT4  .3     2432 18Nov85 12:00      PLANNING Relationship resources-processe 
  287.       #EDIT4  .4     6016 18Nov85 12:00      PLANNING PRICE/COST and LIMITs           
  288.       #EDIT5  .2     4608 18Nov85 12:00      PLANNING FIX /VARIABLE relational data   
  289.       #EDIT5  .3     3584 18Nov85 12:00      PLANNING POOL/ DISTRIBUTE data           
  290.       #EDIT5  .4     3712 18Nov85 12:00      PLANNING APPLY/XFERcost data             
  291.       #EDIT6  .2     2432 18Nov85 12:00      PLANNING INCLUDE,REMOVE/TABLE data       
  292.       #EDIT6  .3     3456 18Nov85 12:00      PLANNING TABLE data setup samples        
  293.       #EDIT6  .4     2048 18Nov85 12:00      PLANNING sample for Distribution problem 
  294.       #EDIT7  .2     5120 18Nov85 12:00      PLANNING Summary STEP-STEP Method        
  295.       #EDIT7  .3     3328 18Nov85 12:00      PLANNING Summary data statement SYNTAX   
  296.       #EDIT8  .2     3328 18Nov85 12:00      PLANNING Equation Method variables, etc. 
  297.       #EDIT8  .3     2688 18Nov85 12:00      PLANNING Equation Method objectives      
  298.       #EDIT8  .4     4352 18Nov85 12:00      PLANNING sample for Diet/Blend problem   
  299.       #KEYBD         1792 18Nov85 12:00      Tutorial BEST-PLAN Keyboard utilization  
  300.       #MENU           512 18Nov85 12:00      Tutorial LIST for Main MENU dispatcher   
  301.       #MENU0  .1     1536 18Nov85 12:00      ....Main MENU dispatcher Summary         
  302.       #MENU0  .2     2048 18Nov85 12:00      ....Main MENU dispatcher description     
  303.       #MENU0  .4     1408 18Nov85 12:00      BEST-PLAN system FLOW Diagram            
  304.       #MENU1  .1     2048 18Nov85 12:00      Main MENU select1. report/display        
  305.       #MENU1  .2     1280 18Nov85 12:00      Report/Display template filenames        
  306.       #MENU1  .3     1664 18Nov85 12:00      ....sample Report/Display template       
  307.       #MENU2  .1     2560 18Nov85 12:00      Main MENU select2. List/EDIT inputDATA   
  308.       #MENU2  .2     1664 18Nov85 12:00      ....sample inputDATA for a master PLAN   
  309.       #MENU2  .3      512 18Nov85 12:00      ....sample inputDATA for a scenario      
  310.       #MENU3  .1     4480 18Nov85 12:00      Main MENU select3. Optimization          
  311.       #MENU3  .2     1152 18Nov85 12:00      ....select3. sample inputDATA ErrorLIST  
  312.       #MENU3  .3     2048 18Nov85 12:00      ....select3. sample RAW Solution LIST    
  313.       #MENU3  .4     2176 18Nov85 12:00      ....select3. sample MATRIX equation LIST 
  314.       #MENU4  .1     2176 18Nov85 12:00      Main MENU select4. Save SOLUTION         
  315.       #MENU4  .3     1280 18Nov85 12:00      ....sample DIFile inputDATA LAYOUT       
  316.       #MENU5  .1     1152 18Nov85 12:00      Main MENU select5. Change Scenario       
  317.  
  318.  
  319.  
  320.  
  321.  
  322.        RosettaSYSTEMs      BEST-PLAN  TUTORIAL  files        11-18-1985  
  323.  
  324.       #MENU5  .2     1664 18Nov85 12:00      ....select5. sample scenario report      
  325.       #MENU6  .1     1152 18Nov85 12:00      Main MENU select6. Make scenario as PLAN 
  326.       #MENU7  .1     2048 18Nov85 12:00      Main MENU select7. List/EDITreport templ 
  327.       #MENU7  .2     4352 18Nov85 12:00      ReportWriter SUMMARY Description         
  328.       #MENU7  .3     5504 18Nov85 12:00      ReportWriter RULES for Creating Template 
  329.       #MENU7  .4     6400 18Nov85 12:00      ReportWriter special editing/computation 
  330.       #MENU8  .1      640 18Nov85 12:00      Main MENU select8. Exit to DOS           
  331.       #MENU9  .1     3328 18Nov85 12:00      Main MENU select9.  External Linkages    
  332.       #MENU9  .2     2432 18Nov85 12:00      ....sample DIFile outputDATA LAYOUT      
  333.       #MENU9  .3     2176 18Nov85 12:00      DIFile InputDATA SUMMARY description     
  334.       #MENU9  .4     2304 18Nov85 12:00      DIFile OutputDATA SUMMARY description    
  335.       #SYSM           384 18Nov85 12:00      Tutorial LIST for Application dispatcher 
  336.       #SYSM0  .1     1280 18Nov85 12:00      BP-TBL Application dispatcher LAYOUT     
  337.       #SYSM0  .2     1920 18Nov85 12:00      BEST-PLAN DEMO Disk default settings     
  338.       #SYSM1  .1     2560 18Nov85 12:00      DEMO1. Shipping-Distribution Problem     
  339.       #SYSM1  .2     1536 18Nov85 12:00      ....sample DEMO1. data/ Equation method  
  340.       #SYSM1  .3     2816 18Nov85 12:00      ....sample DEMO1. data/ STEP-STEP method 
  341.       #SYSM2  .1     2048 18Nov85 12:00      DEMO2. Diet/Blend Problem                
  342.       #SYSM4  .1     3072 18Nov85 12:00      DEMO4. Raw Materials Allocation Problem  
  343.       #SYSM4  .2      896 18Nov85 12:00      ....sample DEMO4. analysis Summary       
  344.       #SYSM4  .3     2432 18Nov85 12:00      ....sample DEMO4. DATA Table LAYOUT1     
  345.       #SYSM4  .4     1792 18Nov85 12:00      ....sample DEMO4. DATA TAble LAYOUT2     
  346.       #SYSM6  .1     2560 18Nov85 12:00      DEMO6. Production Planning MODEL         
  347.       #SYSM6  .2     1152 18Nov85 12:00      ....sample DEMO6. plant#1 operations     
  348.       #SYSM6  .3     1152 18Nov85 12:00      ....sample DEMO6. plant#2 operations     
  349.       #SYSM6  .4     1024 18Nov85 12:00      ....sample DEMO6. Inventory conditions   
  350.       #TUNE          9472 18Nov85 12:00      BEST-PLAN music (WilliamTell Overtune)   
  351.       #UTLT           384 18Nov85 12:00      Tutorial LIST for Utility MENU           
  352.       #UTLT0  .1     1280 18Nov85 12:00      BEST-PLAN Utility MENU LAYOUT            
  353.       #UTLT0  .2     1152 18Nov85 12:00      BEST-PLAN TEST.bat description           
  354.       #UTLT1  .1     2432 18Nov85 12:00      Utility select1. Color settings          
  355.       #UTLT2  .1     3200 18Nov85 12:00      Utility select2. Disk PATHnames          
  356.       #UTLT3  .1     3200 18Nov85 12:00      Utility select3. Optimization constants  
  357.       #UTLT3  .2     2688 18Nov85 12:00      ...LAYOUT of Optimization ReportControl  
  358.       #UTLT3  .3     4224 18Nov85 12:00      ...LAYOUT of Optimization TraceControl   
  359.       #UTLT3  .4     2176 18Nov85 12:00      DIFile IN/OUT parameter description      
  360.       #UTLT4  .1     1792 18Nov85 12:00      DATAEntry SYNTAX Definition SUMMARY      
  361.       #UTLT5  .1     1920 18Nov85 12:00      DATAEntry ERROR Messages SUMMARY         
  362.       #UTLT8  .1     2176 18Nov85 12:00      BEST-PLAN SYSTEM, Other Considerations   
  363.       #UTLT9  .1     5376 18Nov85 12:00      BEST-PLAN Re-Organization/SINGLE-STEP    
  364.  
  365.  
  366.  
  367.  
  368.  
  369.                                     
  370.  
  371.  
  372.  
  373.           INSTALLATION
  374.  
  375.           The  SYSTEM  (Program)  DISKette  supplied  was  not  configured   for 
  376.           BOOTSTRAP.  A BOOTSTRAP DISKette must be created with your copy of the 
  377.           IBM-PC DOS Operating System. It must contain the following files:
  378.  
  379.  
  380.                          o   DOS COMMAND.COM from DOS system diskette.
  381.                          o   BEST-PLAN's  SYSTEM  (Program)   DISKette 
  382.                              files; CONFIG.SYS  and BP-ENV.COM.
  383.            
  384.  
  385.           Use  this  new BOOTSTRAP DISKette to BOOTSTRAP the  system,  and  then 
  386.           replace  it  with the supplied SYSTEM (Program) DISKette during  BEST-
  387.           PLAN utilization. Possible INSTALLATION errors:
  388.  
  389.  
  390.              o   ..BEST-PLANs  CONFIG.SYS  ..not ACTIVATED!!
  391.              o   ..BEST-PLANs  INITIALIZATION error, bad INSTALL!!
  392.              o   ..BEST-PLANs  BP-ENV.CON  ..not FOUND!!
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.           INSTALLATION PROCEDURE:
  400.  
  401.           The BEST-PLAN PACKAGE may be INSTALLED  with the following procedure:
  402.  
  403.                                      IBM-PC without  HARD DISK
  404.  
  405.              o   Install  DOS  2.0,  2.1  or 3.0,  3.1 into  the  new  BOOTSTRAP 
  406.                  DISKette  using IBM-DOS utility FORMAT.COM  and  SYS.COM.  Copy 
  407.                  unto  this  DISKette the DOS COMMAND.COM file  and  BEST-PLAN's  
  408.                  CONFIG.SYS and BP-ENV.COM. BEST-PLAN will not work with DOS 1.0 
  409.                  versions.
  410.  
  411.              o   BOOTSTRAP  the  SYSTEM  (alt-ctl-del) with  the  newly  created 
  412.                  BOOTSTRAP  DISKette,  and  then replace it with  the  BEST-PLAN 
  413.                  SYSTEM  (PROGRAM)  disk  in DRIVE  A.  The  Demonstration  DATA 
  414.                  DISKette must be in DRIVE B to start the DEMO package.
  415.  
  416.              o   For users who want to start up a NEW application other than the 
  417.                  ones supplied,  DUPlicate (DISKCOPY) the supplied Demonstration 
  418.                  DISKette unto another diskette,  and delete the contents of the 
  419.                  \DATA  subdirectory.   This  will allow the creation of  a  new 
  420.                  application  plus the availability of the HELP  facility.  This 
  421.                  diskette  with  an EMPTY \DATA subdirectory  can be  DUPlicated 
  422.                  any number of times as needed per application.
  423.  
  424.           One  or  more of the supplied SAMPLE applications may  apply  to  your 
  425.           specific requirements. All DATA files for a specific application start 
  426.           with the same PREFIX,  i.e.  for application PLAN=1984,  COPY P1984*.*  
  427.           will  transfer  all data files for the production  scheduling  problem 
  428.           unto a new DATA DISKette.
  429.  
  430.           The file "BP-TBL" is a control table discussed in the previous section 
  431.           of  the  documentation.  It allows the user to create  an  application 
  432.           dispatcher.  Up  to  ten (10) applications can be activated  from  the 
  433.           dispatcher  using  the  built-in  MENU (see.  BP-TBL)  The  number  of 
  434.           applications is physically limited to the size of problems since  they 
  435.           all  must  reside  in the same DATA DISKette.  Files  with  extensions 
  436.           ".SSS"  are session files for BEST-PLAN to remember the last  analysis 
  437.           session. This will be activated on entry to that application.
  438.  
  439.           You   may   have  to  CHANGE  the  CRT  (screen)   attribute 
  440.           assignments  using  the  TEST.BAT  procedure. 
  441.  
  442.  
  443.  
  444.  
  445.  
  446.                                      IBM-PC/XT/AT Configurations
  447.                                      IBM-PC  with HARD DISK
  448.  
  449.  
  450.           To  INSTALL the BEST-PLAN system unto a IBM-PC/XT or an IBM-PC with  a 
  451.           HARD DISK, follow the following procedure:
  452.  
  453.              o   INSTALL.BAT  is an installation batch file to transfer contents 
  454.                  of  both SYSTEM diskette and DATA diskette unto the hard  disk. 
  455.                  The user must perform the following:
  456.  
  457.                          a.  BEST-PLAN SYSTEM DISKette on DRIVE A:
  458.  
  459.                          b.  C:  and position yourself on the hard  disk.
  460.                              MD  BPLAN and copy all contents of SYSTEM DISKette:
  461.  
  462.                              CD BPLAN
  463.                              COPY A:\*.* C:/V
  464.  
  465.                          c.  INSTALL
  466.                              INSTALL  will create  subdirectories DATA & HELP in 
  467.                              current working directory.
  468.  
  469.  
  470.                  This transfers the contents of the SYSTEM DISKette to the  HARD 
  471.                  DISK  under  directory  BPLAN.  A subdirectory (DATA)  will  be 
  472.                  created to incorporate all data files for the DEMO SYSTEM and a 
  473.                  subdirectory (HELP) will be created for the HELP TUTORIAL files 
  474.                  of  BEST-PLAN.  Subsequent execution of BEST-PLAN will  now  be 
  475.                  initiated in this directory.   The supplied BP.BAT and TEST.BAT 
  476.                  may  be modified to change directory (i.e.  CD \BPLAN) prior to 
  477.                  execution of BP-SYS.exe.
  478.  
  479.              o   Create  the DOS BOOTSTRAP DISKette as mentioned in the previous 
  480.                  pages. Again, it must contain the following files:
  481.  
  482.                          DOS COMMAND.COM
  483.                          BEST-PLAN's CONFIG.SYS and BP-ENV.COM
  484.  
  485.           BEST-PLAN's  BP-ENV.COM automatically creates the working  environment 
  486.           for BEST-PLAN including the creation of an electronic (RAM) disk.  The 
  487.           electronic  (RAM)  disk  will  be  given  the  next  available   drive 
  488.           letter.,e.g  for a two floppy system it will be DRIVE C,  and DRIVE  D 
  489.           for the mentioned PC/XT.
  490.  
  491.  
  492.  
  493.  
  494.           If  you  desire to BOOTSTRAP directly using your HARD  DISK,  two  (2) 
  495.           files  must be copied unto the C:\ directory from the SYSTEM DISKette; 
  496.           namely,  CONFIG.SYS and BP-ENV.COM.  This option may limit the use  of 
  497.           your IBM-PC, since DOS will be custom-tailored for BEST-PLAN.
  498.  
  499.              o   For users who want to start up a NEW application other than the 
  500.                  ones supplied, specify which subdirectory will contain the DATA 
  501.                  files by the execution of TEST.BAT. One or more of the supplied 
  502.                  SAMPLE  applications  may apply to your specific  requirements. 
  503.                  All  DATA files for a specific application start with the  same 
  504.                  PREFIX,  i.e.  for application PLAN=1984,  COPY P1984*.*   will 
  505.                  transfer  all data files for the production scheduling  problem 
  506.                  unto a new DATA subdirectory.
  507.  
  508.  
  509.           The  file  "BP-TBL"  is  a  control table discussed  in  the  previous 
  510.           section  of  the  documentation.  It  allows the  user  to  create  an 
  511.           application dispatcher.  Up to ten (10) applications can be  activated 
  512.           from  the dispatcher using the built-in MENU (see.  BP-TBL) The number 
  513.           of  applications is physically limited to the size of  problems  since 
  514.           they all must reside in the same storage device. Files with extensions 
  515.           ".SSS"  are session files for BEST-PLAN to remember the last  analysis 
  516.           session. This will be activated on entry to that application.
  517.  
  518.           You  may  have to CHANGE the CRT (screen) attribute assignments  using 
  519.           the  TEST.BAT  procedure.
  520.  
  521.  
  522.  
  523.                 DEMONSTRATION SYSTEM Applications MENU
  524.  
  525.  
  526.                -------------------------------------------------- 
  527.               |     BEST-PLAN  SAMPLE DEMONSTRATION SYSTEM       |
  528.               |--------------------------------------------------|
  529.               |                                                  |
  530.               |  .....Mathematical Formulation Examples          |
  531.               |   1.  PLAN: 1901   small Distribution Model      |
  532.               |   2.  PLAN: 1902   Animal Feed (Diet) Model      |
  533.               |   3.                                             |
  534.               |  .....STEP-by-STEP Flow Representation Examples  |   
  535.               |   4.  PLAN: 1982   Raw Material Allocation Model |
  536.               |   5.  PLAN: 1984   Production Planning Model     |
  537.               |                                                  |
  538.                --------------------------------------------------
  539.  
  540.  
  541.           Use  the  ALT-key and the number to select  a  demonstration 
  542.           application.
  543.  
  544.  
  545.  
  546.  
  547.           BEST-PLAN OPTIMAL PLANNING SYSTEM. HOW TO GET STARTED
  548.  
  549.                          --------- A WALK THROUGH ---------
  550.  
  551.  
  552.                a. Executing  INSTALL.exe  (e.g.  INSTALL  DOC)  will  print  the 
  553.                   additional  documentation in the TUTOTIAL facility via an  IBM 
  554.                   compatible  line printer (LPT1:) Please take the time to  read 
  555.                   it:
  556.  
  557.                     - MENU  section discusses the disciplines of in running  the 
  558.                       SYSTEM.
  559.  
  560.                     - UTILITY  section  discusses how to SETUP your  own  CUSTOM 
  561.                       tailored working ENVIRONMENT.
  562.  
  563.                     - REPORT  section discusses how to create your own report or 
  564.                       change what is already supplied.
  565.  
  566.                     - EDITOR   section  discusses how to use the  online  Screen 
  567.                       EDITOR.
  568.  
  569.  
  570.                b. Please read the INSTALLATION instructions as discussed in this 
  571.                   section. Three(3) batch FILES may be modified to suit your own 
  572.                   directory structure, namely;  BP.BAT, TEST.BAT and MODIFY.BAT. 
  573.                        
  574.  
  575.                c. Execute  TEST.BAT to setup PATHname parameters for  your  DATA 
  576.                   files,  as  well  as  possible  CRT  (screen)  attributes  for 
  577.                   Color/Contrast.
  578.  
  579.  
  580.                d. Execute   BP.BAT  to  startup  the  BEST-PLAN   SYSTEM.    The 
  581.                   Application  DISPATCHER MENU will show the six(6) applications 
  582.                   included  in  the  DATA DISKette.   SELECT any  one  of  these 
  583.                   applications using the (Alt)-n,  where n=the MENU number.  The 
  584.                   system  will  initialize at the last known  session  for  that 
  585.                   PLAN, and present the startup  report/display (TEMPLATE=0).
  586.  
  587.  
  588.  
  589.  
  590.           Sample SESSION:
  591.  
  592.              1.  While  in  the  Application DISPATCHER  MENU,  Depress  (Alt)-1 
  593.                  .selection 1.
  594.  
  595.                             PLAN:1901 Shipping Distribution Problem.
  596.  
  597.                  The  SYSTEM will display the last known session on  this  PLAN. 
  598.                  You  will  be looking at a typical report/display  (TEMPLATE=0) 
  599.                  presented   with   the  solution  values  for   the   scenario. 
  600.                  (SCENARIO=1)
  601.  
  602.  
  603.              2.  Depress (Alt)-2 .selection 2.
  604.       
  605.                  Request for a LISTING of the input data.  Put this display into 
  606.                  screen 4. The SYSTEM will display the input data for this MODEL 
  607.                  (SCENARIO=1).  This  was  created  using  the  supplied  Screen 
  608.                  EDITOR.  Depress function-key 1 (F1),  the SYSTEM displays  our 
  609.                  first  report.  You can flip between displays by depressing the 
  610.                  necessary  function  key.(i.e.  F4 is screen 4.) Do  this  same 
  611.                  operation  again,  but  request the LISTING of input  data  for 
  612.                  scenarios  2  and  3.  Display  them using  screens  5  and  6, 
  613.                  respectively. 
  614.  
  615.              3.  Depress (Alt)-1 .selection 1.
  616.  
  617.                  Request  for report/display using TEMPLATE 0,  and display  the 
  618.                  report on screen 2 for scenario 2.  The SYSTEM will display the 
  619.                  solution values of SCENARIO=2 (WHAT-IF) using the same template 
  620.                  as our initial report.  Again you can flip between screen 1 and 
  621.                  screen  2 and notice the change in the BEST shipping  plan  for 
  622.                  minimized COST.  DO the same thing for SCENARIO=3,  and display 
  623.                  the report on screen 3.
  624.  
  625.              4.  Depress (Alt)-7 .selection 7.
  626.  
  627.                  Request  for a display ONLY of TEMPLATE 0,  and put the display 
  628.                  on screen 8.  The SYSTEM will show the report/display  template 
  629.                  created to produce the display.  Again,  this was created using 
  630.                  the  supplied Screen EDITOR or any  standard screen editor (non 
  631.                  - DOCUMENT ,ASCII).
  632.  
  633.  
  634.  
  635.  
  636.              5.  At this point, Depress (F9) .function-key 9.
  637.  
  638.                  The Table of Contents for all eight(8) screen will be displayed 
  639.                  at the upper left corner of screen 1.  The Time-of-day is  also 
  640.                  displayed  at the upper right corner of the same  screen.  This 
  641.                  function-key  (F9)  acts as a switch to turn the display ON  or 
  642.                  OFF. It will be noted that all eight(8) screens are loaded with 
  643.                  their corresponding displays.  The function-keys (F1)-(F8)  may 
  644.                  be  used to flip from one display to another.  Screen  1,  will 
  645.                  carry all the pop-up MENUs.
  646.  
  647.              6.  Depress (F10) .function-key 10.
  648.  
  649.                  The  main MENU will pop-up at the upper right corner of  screen 
  650.                  1.  This  function-key (F10) acts as a switch to turn the  main 
  651.                  MENU  display  ON or OFF.  Function-key (F10) is also  used  to 
  652.                  ABORT!  execution of any of the sub-programs and re-initializes 
  653.                  the current MENU.
  654.  
  655.  
  656.              7.  Depress (Alt)-H .HELP request.
  657.  
  658.                  The  tutorials will be presented using screens 1,  2,  3 and 4. 
  659.                  This key (Alt)-H acts as a switch to turn the HELP facility  ON 
  660.                  or OFF.  The previous displays on screen 1,  2, 3 and 4 will be 
  661.                  re-displayed.
  662.  
  663.  
  664.              8.  The  screen controls are operational while viewing a particular 
  665.                  screen.  PAGE-UP and PAGE-DOWN control the screens 22 lines  in 
  666.                  both directions.  CURSOR-UP and CURSOR-DOWN control the screens 
  667.                  6 lines in both directions.  HOME restores the beginning of the 
  668.                  display. END acts the same as page-down.
  669.