X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FLinearProgramming.py;h=5f4668a705d1e3972f42433ff045fa27ee427e71;hb=1d653bc20a916a4b486fa0ed30098f0bb950833a;hp=71d02ffca6df6baef185d47ecfa62551201c7acb;hpb=ade85ef1d6cea62110e02a426f84042edd6613b9;p=dead%2Fcensus-tools.git diff --git a/src/LinearProgramming.py b/src/LinearProgramming.py index 71d02ff..5f4668a 100644 --- a/src/LinearProgramming.py +++ b/src/LinearProgramming.py @@ -13,7 +13,7 @@ import sys LP_SOLVE_PATH = '/../lib/lp_solve' site.addsitedir(os.path.dirname(os.path.abspath(sys.argv[0])) + LP_SOLVE_PATH) -from lp_solve import * +from lpsolve55 import * # Constants representing the two types of linear programs.