Commit f842a78c authored by Georgios Dagkakis's avatar Georgios Dagkakis

pulp imports moved inside the funtion that use it

parent f077ff4a
......@@ -4,12 +4,11 @@ Created on 2 Jul 2014
@author: Anna
'''
from pulp import *
def opAss_LP(stationList, PBlist, PBskills):
'''
classdocs
'''
from pulp import LpProblem, LpMaximize, LpVariable, LpBinary, lpSum
machines = stationList.keys()
# define LP problem
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment