Guest User

Untitled

a guest
Jan 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. glpk.options['feastol']=0
  2. solvers.options['feastol']=0
  3. glpk.options['abstol']=0
  4. solvers.options['abstol']=0
  5. glpk.options['reltol']=0
  6. solvers.options['reltol']=0
  7.  
  8. GLPK Integer Optimizer, v4.43
  9. 10 rows, 5 columns, 19 non-zeros
  10. 5 integer variables, none of which are binary
  11. Preprocessing...
  12. 1 hidden covering inequaliti(es) were detected
  13. 5 rows, 5 columns, 14 non-zeros
  14. 5 integer variables, all of which are binary
  15. Scaling...
  16. A: min|aij| = 1.000e+00 max|aij| = 1.000e+00 ratio = 1.000e+00
  17. Problem data seem to be well scaled
  18. Constructing initial basis...
  19. Size of triangular part = 4
  20. Solving LP relaxation...
  21. GLPK Simplex Optimizer, v4.43
  22. 5 rows, 5 columns, 14 non-zeros
  23. 0: obj = 2.000000000e+00 infeas = 1.000e+00 (1)
  24. * 2: obj = -2.500000000e+00 infeas = 0.000e+00 (0)
  25. * 3: obj = -4.000000000e+00 infeas = 0.000e+00 (0)
  26. OPTIMAL SOLUTION FOUND
  27. Integer optimization begins...
  28. + 3: mip = not found yet >= -inf (1; 0)
  29. + 3: mip = not found yet >= tree is empty (0; 1)
  30. PROBLEM HAS NO INTEGER FEASIBLE SOLUTION
Add Comment
Please, Sign In to add comment