• Main Page
  • Namespaces
  • Classes
  • Files
  • File List

/home/mark/model/software/ScrumPy/ScrumPy/LP/__init__.py

00001 
00002 """
00003 glpk __init__ - (c) Mark Poolman 2008 onwards.
00004 
00005 Just a package holder at present.
00006 See other modules in this directory
00007 
00008 This module is still experimental and is
00009 
00010   *************************   NOT TO BE REDISTRIBUTED  ***************************
00011 
00012 without the prior consent of the author.
00013 
00014 """
00015 
00016 import ScrumPyLP
00017 lp = ScrumPyLP.lp # means we can still reload(ScrumPyLP) - useful in a development situation

Generated on Tue Sep 4 2012 15:38:01 for ScrumPy by  doxygen 1.7.1