Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ./glpsol --math -o solution.txt color.txt
  2.  
  3. GLPSOL: GLPK LP/MIP Solver, v4.55
  4. Parameter(s) specified in the command line:
  5. --math -o solution.txt color.txt
  6. Reading model section from color.txt...
  7. Reading data section from color.txt...
  8. 139 lines were read
  9. Checking (line 23)...
  10. Checking (line 59)...
  11. Display statement at line 66
  12. nc = 4
  13. Generating map...
  14. Generating arc...
  15. Generating obj...
  16. Model has been successfully generated
  17. GLPK Integer Optimizer, v4.55
  18. 192 rows, 80 columns, 596 non-zeros
  19. 80 integer variables, all of which are binary
  20. Preprocessing...
  21. 191 rows, 80 columns, 592 non-zeros
  22. 80 integer variables, all of which are binary
  23. Scaling...
  24. A: min|aij| = 1.000e+00 max|aij| = 1.000e+00 ratio = 1.000e+00
  25. Problem data seem to be well scaled
  26. Constructing initial basis...
  27. Size of triangular part is 191
  28. Solving LP relaxation...
  29. GLPK Simplex Optimizer, v4.55
  30. 191 rows, 80 columns, 592 non-zeros
  31. 0: obj = 0.000000000e+00 infeas = 8.600e+01 (0)
  32. * 76: obj = 3.000000000e+00 infeas = 0.000e+00 (0)
  33. * 85: obj = 2.000000000e+00 infeas = 0.000e+00 (0)
  34. OPTIMAL LP SOLUTION FOUND
  35. Integer optimization begins...
  36. + 85: mip = not found yet >= -inf (1; 0)
  37. + 193: >>>>> 4.000000000e+00 >= 2.000000000e+00 50.0% (9; 0)
  38. + 846: mip = 4.000000000e+00 >= tree is empty 0.0% (0; 47)
  39. INTEGER OPTIMAL SOLUTION FOUND
  40. Time used: 0.1 secs
  41. Memory used: 0.5 Mb (571084 bytes)
  42. 1 2
  43. 2 1
  44. 3 4
  45. 4 4
  46. 5 1
  47. 6 3
  48. 7 2
  49. 8 4
  50. 9 1
  51. 10 3
  52. 11 3
  53. 12 3
  54. 13 4
  55. 14 2
  56. 15 2
  57. 16 3
  58. 17 4
  59. 18 1
  60. 19 1
  61. Model has been successfully processed
  62. Writing MIP solution to 'solution.txt'...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement