course home page         
      assignments     lecture summaries 
    
Dec 3: As this follows Monday schedule, some students have
      classes and the tutorial is cancelled.
    
Dec 4: 11:30-1pm,  McConnell 103.
             Assignment 4,5 and midterm 
    
    
Assignment 1: Exercises from
        lectures on Sept 5,10,12,17,19 due in class on Sep 24 !
    
A useful free program for solving linear programs is:
        
        
        lp_solve         path: /usr/bin/lp_solve
      This program can be used to solve linear or integer linear
      programs.
      
      Usage: lp_solve   -S4 
      <  input_file       (-S4
      option gives dual variables)
      
      Some examples input and output files are here. 
      Reference manual is here.
      (Follow tag to "lp file format")
    
The full package is available for download from the lp_solve home page.
A nice help page with very old windows executable is available at: