Advertisement
dsfdfw

Untitled

May 21st, 2024
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1.  
  2. Gurobi 11.0.0 (win64) logging started Tue May 21 17:12:27 2024
  3.  
  4. Set parameter LogFile to value "./log1.txt"
  5. Gurobi Optimizer version 11.0.0 build v11.0.0rc2 (win64 - Windows 10.0 (19045.2))
  6.  
  7. CPU model: 13th Gen Intel(R) Core(TM) i7-1355U, instruction set [SSE2|AVX|AVX2]
  8. Thread count: 10 physical cores, 12 logical processors, using up to 12 threads
  9.  
  10. Optimize a model with 66 rows, 1440 columns and 69 nonzeros
  11. Model fingerprint: 0xcdf0afa2
  12. Model has 42 quadratic constraints
  13. Coefficient statistics:
  14. Matrix range [1e+00, 1e+00]
  15. QMatrix range [1e+00, 1e+00]
  16. QLMatrix range [6e-01, 1e+00]
  17. Objective range [1e+00, 1e+00]
  18. Bounds range [1e+00, 1e+00]
  19. RHS range [1e+00, 1e+00]
  20. QRHS range [1e-01, 3e+00]
  21. Presolve removed 63 rows and 1374 columns
  22.  
  23. Continuous model is non-convex -- solving as a MIP
  24.  
  25.  
  26. User MIP start did not produce a new incumbent solution
  27.  
  28. Presolve removed 57 rows and 1382 columns
  29. Presolve time: 0.00s
  30. Presolved: 114 rows, 103 columns, 269 nonzeros
  31. Presolved model has 45 bilinear constraint(s)
  32. Variable types: 103 continuous, 0 integer (0 binary)
  33. Found heuristic solution: objective 7.3570000
  34.  
  35. Root relaxation: interrupted, 28 iterations, 0.00 seconds (0.00 work units)
  36.  
  37. Nodes | Current Node | Objective Bounds | Work
  38. Expl Unexpl | Obj Depth IntInf | Incumbent BestBd Gap | It/Node Time
  39.  
  40. 0 0 - 0 7.35700 7.35700 0.00% - 0s
  41.  
  42. Explored 1 nodes (28 simplex iterations) in 0.00 seconds (0.00 work units)
  43. Thread count was 12 (of 12 available processors)
  44.  
  45. Solution count 1: 7.357
  46.  
  47. Optimal solution found (tolerance 1.00e-04)
  48. Best objective 7.357000019766e+00, best bound 7.356999999855e+00, gap 0.0000%
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement