Advertisement
Guest User

Untitled

a guest
Nov 12th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. GLPK Integer Optimizer, v4.63
  2. 821 rows, 718 columns, 3489 non-zeros
  3. 101 integer variables, all of which are binary
  4. Preprocessing...
  5. 87 constraint coefficient(s) were reduced
  6. 655 rows, 572 columns, 2658 non-zeros
  7. 90 integer variables, all of which are binary
  8. Scaling...
  9. A: min|aij| = 1.000e+00 max|aij| = 1.000e+08 ratio = 1.000e+08
  10. GM: min|aij| = 3.275e-02 max|aij| = 3.054e+01 ratio = 9.325e+02
  11. EQ: min|aij| = 1.072e-03 max|aij| = 1.000e+00 ratio = 9.325e+02
  12. 2N: min|aij| = 8.774e-04 max|aij| = 1.490e+00 ratio = 1.698e+03
  13. Constructing initial basis...
  14. Size of triangular part is 655
  15. Solving LP relaxation...
  16. GLPK Simplex Optimizer, v4.63
  17. 655 rows, 572 columns, 2658 non-zeros
  18. 0: obj = 9.000000000e+01 inf = 4.765e+05 (166)
  19. 131: obj = 8.081016018e+01 inf = 3.553e-15 (0)
  20. * 149: obj = 8.325693700e+01 inf = 9.167e-13 (0)
  21. OPTIMAL LP SOLUTION FOUND
  22. Integer optimization begins...
  23. + 149: mip = not found yet <= +inf (1; 0)
  24. + 501: >>>>> 6.899999641e+01 <= 8.300000000e+01 20.3% (85; 1)
  25. Warning: numerical instability (dual simplex, phase II)
  26. + 949: >>>>> 7.799999641e+01 <= 8.300000000e+01 6.4% (122; 124)
  27. Warning: numerical instability (dual simplex, phase II)
  28. Warning: numerical instability (dual simplex, phase II)
  29. + 1315: >>>>> 8.199999641e+01 <= 8.300000000e+01 1.2% (131; 247)
  30. + 1570: >>>>> 8.299999641e+01 <= 8.300000000e+01 < 0.1% (25; 503)
  31. + 1570: mip = 8.299999641e+01 <= tree is empty 0.0% (0; 565)
  32. INTEGER OPTIMAL SOLUTION FOUND
  33. Time used: 0.5 secs
  34. Memory used: 2.1 Mb (2250332 bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement