Importing data...
Processing data ...
Done.
Constructing Param, name=N, from data={None: 5}
Constructing Param, name=P, from data={None: 3}
Constructing Param, name=M, from data={None: 6}
Constructing Param, name=d, from data=None
Construcing constraint single_x
   Constructing constraint index 1
   Constructing constraint index 2
   Constructing constraint index 3
   Constructing constraint index 4
   Constructing constraint index 5
   Constructing constraint index 6
Construcing constraint bound_y
   Constructing constraint index (1, 1)
   Constructing constraint index (1, 2)
   Constructing constraint index (1, 3)
   Constructing constraint index (1, 4)
   Constructing constraint index (1, 5)
   Constructing constraint index (1, 6)
   Constructing constraint index (2, 1)
   Constructing constraint index (2, 2)
   Constructing constraint index (2, 3)
   Constructing constraint index (2, 4)
   Constructing constraint index (2, 5)
   Constructing constraint index (2, 6)
   Constructing constraint index (3, 1)
   Constructing constraint index (3, 2)
   Constructing constraint index (3, 3)
   Constructing constraint index (3, 4)
   Constructing constraint index (3, 5)
   Constructing constraint index (3, 6)
   Constructing constraint index (4, 1)
   Constructing constraint index (4, 2)
   Constructing constraint index (4, 3)
   Constructing constraint index (4, 4)
   Constructing constraint index (4, 5)
   Constructing constraint index (4, 6)
   Constructing constraint index (5, 1)
   Constructing constraint index (5, 2)
   Constructing constraint index (5, 3)
   Constructing constraint index (5, 4)
   Constructing constraint index (5, 5)
   Constructing constraint index (5, 6)
Construcing constraint num_facilities
   Constructing constraint index None
Writing model unknown to file '/tmp/tmpFtA6lR.pyomo.lp'  with format cpxlp

# ==========================================================
# = Solver Results                                         =
# ==========================================================

# ----------------------------------------------------------
#   Problem Information
# ----------------------------------------------------------
Problem: 
- Lower bound: -5.015609
  Upper bound: inf
  Number of objectives: 1
  Number of constraints: 38
  Number of variables: 36
  Number of nonzeros: 96
  Sense: minimize

# ----------------------------------------------------------
#   Solver Information
# ----------------------------------------------------------
Solver: 
- Status: ok
  Termination condition: unknown
  Statistics: 
    Branch and bound: 
      Number of bounded subproblems: 0
      Number of created subproblems: 0
  Error rc: 0

# ----------------------------------------------------------
#   Solution Information
# ----------------------------------------------------------
Solution: 
- number of solutions: 1
  number of solutions displayed: 1
- Gap: 0.0
  Status: optimal
  Objective: 
    f: 
      Id: 0
      Value: -5.015609
  Variable: 
    x[3,2]: 
      Id: 13
      Value: 1
    x[3,6]: 
      Id: 17
      Value: 1
    x[4,1]: 
      Id: 18
      Value: 1
    x[4,4]: 
      Id: 21
      Value: 1
    x[4,5]: 
      Id: 22
      Value: 1
    x[5,3]: 
      Id: 26
      Value: 1
    y[3]: 
      Id: 32
      Value: 1
    y[4]: 
      Id: 33
      Value: 1
    y[5]: 
      Id: 34
      Value: 1
