Dmitrey

bench 2 - BARON

Mar 26th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. VARIABLES ff;
  2. POSITIVE VARIABLES a,b,c,d,e,f;
  3. EQUATIONS OBJ;
  4. OBJ.. ff =E= a/(b+1E-15) + c/(d+1E-15) + e/(f+1E-15) + f/(a+1E-15) + 1E-7 * (a+b+c+d+e+f);
  5.  
  6. MODEL exactGlobalOpt /ALL/;
  7. a.up = 1;
  8. b.up = 1;
  9. c.up = 1;
  10. d.up = 1;
  11. e.up = 1;
  12. f.up = 1;
  13.  
  14. SOLVE exactGlobalOpt USING NLP MINIMIZING ff;
  15.  
  16.  
  17.  
  18. Output:
  19.  
  20. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 06:27:58 Page 1
  21. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  22. C o m p i l a t i o n
  23.  
  24.  
  25. 1 VARIABLES ff;
  26. 2 POSITIVE VARIABLES a,b,c,d,e,f;
  27. 3 EQUATIONS OBJ;
  28. 4 OBJ.. ff =E= a/(b+1E-15) + c/(d+1E-15) + e/(f+1E-15) + f/(a+1E-15) + 1E-
  29. 7 * (a+b+c+d+e+f);
  30. 5
  31. 6 MODEL exactGlobalOpt /ALL/;
  32. 7 a.up = 1;
  33. 8 b.up = 1;
  34. 9 c.up = 1;
  35. 10 d.up = 1;
  36. 11 e.up = 1;
  37. 12 f.up = 1;
  38. 13
  39. 14 SOLVE exactGlobalOpt USING NLP MINIMIZING ff;
  40. 15
  41. 16
  42.  
  43.  
  44. COMPILATION TIME = 0.000 SECONDS 2 Mb LEX236-236 Nov 4, 2010
  45. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 06:27:58 Page 2
  46. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  47. Model Statistics SOLVE exactGlobalOpt Using NLP From line 14
  48.  
  49.  
  50. MODEL STATISTICS
  51.  
  52. BLOCKS OF EQUATIONS 1 SINGLE EQUATIONS 1
  53. BLOCKS OF VARIABLES 7 SINGLE VARIABLES 7
  54. NON ZERO ELEMENTS 7 NON LINEAR N-Z 6
  55. DERIVATIVE POOL 6 CONSTANT POOL 18
  56. CODE LENGTH 41
  57.  
  58.  
  59. GENERATION TIME = 0.002 SECONDS 3 Mb LEX236-236 Nov 4, 2010
  60.  
  61.  
  62. EXECUTION TIME = 0.002 SECONDS 3 Mb LEX236-236 Nov 4, 2010
  63. GAMS Rev 236 LEX-LEI 23.6.0 x86_64/Linux 03/26/11 06:27:58 Page 3
  64. G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m
  65. Solution Report SOLVE exactGlobalOpt Using NLP From line 14
  66.  
  67.  
  68. S O L V E S U M M A R Y
  69.  
  70. MODEL exactGlobalOpt OBJECTIVE ff
  71. TYPE NLP DIRECTION MINIMIZE
  72. SOLVER BARON FROM LINE 14
  73.  
  74. **** SOLVER STATUS 3 Resource Interrupt
  75. **** MODEL STATUS 2 Locally Optimal
  76. **** OBJECTIVE VALUE 0.1076
  77.  
  78. RESOURCE USAGE, LIMIT 1000.000 1000.000
  79. ITERATION COUNT, LIMIT 0 2000000000
  80. EVALUATION ERRORS 0 0
  81.  
  82. GAMS/BARON BETA 6Nov10 23.6.0 LEX 21006.21007 LEI x86_64/Linux
  83.  
  84. Branch And Reduce Optimization Navigator
  85. Nikolaos Sahinidis and Mohit Tawarmalani
  86. The Optimization Firm, LLC.
  87.  
  88. Total time elapsed: 000:16:40, in seconds: 1000.00
  89. on parsing: 000:00:00, in seconds: 0.00
  90. on preprocessing: 000:00:00, in seconds: 0.00
  91. on navigating: 000:03:43, in seconds: 222.64
  92. on relaxed: 000:09:24, in seconds: 563.65
  93. on local: 000:02:07, in seconds: 127.36
  94. on tightening: 000:01:08, in seconds: 68.26
  95. on marginals: 000:00:05, in seconds: 5.33
  96. on probing: 000:00:13, in seconds: 12.74
  97.  
  98. Total no. of BaR iterations:22845821
  99. Best solution found at node: 1132
  100. Max. no. of nodes in memory: 298702
  101.  
  102.  
  103. ===========================================================================
  104. BARON version 9.0.7. Built: LNX Mon Oct 4 13:04:39 EDT 2010
  105.  
  106. Reference:
  107. Tawarmalani, M. and N. V. Sahinidis, A polyhedral
  108. branch-and-cut approach to global optimization,
  109. Mathematical Programming, 103(2), 225-249, 2005.
  110.  
  111. BARON is a product of The Optimization Firm, LLC.
  112. Parts of the BARON software were created at the
  113.  
  114. Solution = 0.107590878861 found at node 1132
  115. Best possible = 9.8314889072E-10
  116. Absolute gap = 0.107590877877851 optca = 1E-9
  117. Relative gap = NA optcr = 0.1
  118.  
  119.  
  120. LOWER LEVEL UPPER MARGINAL
  121.  
  122. ---- EQU OBJ . . . 1.000
  123.  
  124. LOWER LEVEL UPPER MARGINAL
  125.  
  126. ---- VAR ff -INF 0.108 +INF .
  127. ---- VAR a . 1.6532E-6 1.000 .
  128. ---- VAR b . 9.3892E-5 1.000 .
  129. ---- VAR c . . 1.000 .
  130. ---- VAR d . 8.7623E-6 1.000 .
  131. ---- VAR e . . 1.000 .
  132. ---- VAR f . 1.4876E-7 1.000 .
  133.  
  134.  
  135. **** REPORT SUMMARY : 0 NONOPT
  136. 0 INFEASIBLE
  137. 0 UNBOUNDED
  138. 0 ERRORS
  139.  
  140.  
  141. EXECUTION TIME = 0.031 SECONDS 2 Mb LEX236-236 Nov 4, 2010
  142.  
  143.  
  144. USER: NEOS Server G100907:1412AS-LNX
  145. University of Wisconsin-Madison DC8499
  146. License for teaching and research at degree granting institutions
  147.  
  148. **** ************* BETA release
  149. **** GAMS Base Module BETA 6Nov10 23.6.0 LEX 21006.21007 LEI x86_64/Linux
  150.  
  151. **** ************* BETA release
Advertisement
Add Comment
Please, Sign In to add comment