ruby-cbc 0.1.9 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -5
  3. data/Rakefile +0 -2
  4. data/lib/ruby-cbc.rb +1 -1
  5. data/lib/ruby-cbc/problem.rb +6 -8
  6. data/lib/ruby-cbc/version.rb +1 -1
  7. data/ruby-cbc.gemspec +3 -2
  8. metadata +17 -287
  9. data/ext/ruby-cbc/cbc.i +0 -15
  10. data/ext/ruby-cbc/cbc_wrap.c +0 -4618
  11. data/ext/ruby-cbc/extconf.rb +0 -60
  12. data/ext/ruby-cbc/install/bin/cbc +0 -0
  13. data/ext/ruby-cbc/install/bin/clp +0 -0
  14. data/ext/ruby-cbc/install/include/coin/CbcBranchActual.hpp +0 -24
  15. data/ext/ruby-cbc/install/include/coin/CbcBranchAllDifferent.hpp +0 -62
  16. data/ext/ruby-cbc/install/include/coin/CbcBranchBase.hpp +0 -78
  17. data/ext/ruby-cbc/install/include/coin/CbcBranchCut.hpp +0 -183
  18. data/ext/ruby-cbc/install/include/coin/CbcBranchDecision.hpp +0 -129
  19. data/ext/ruby-cbc/install/include/coin/CbcBranchDefaultDecision.hpp +0 -100
  20. data/ext/ruby-cbc/install/include/coin/CbcBranchDynamic.hpp +0 -206
  21. data/ext/ruby-cbc/install/include/coin/CbcBranchLotsize.hpp +0 -242
  22. data/ext/ruby-cbc/install/include/coin/CbcBranchToFixLots.hpp +0 -94
  23. data/ext/ruby-cbc/install/include/coin/CbcBranchingObject.hpp +0 -236
  24. data/ext/ruby-cbc/install/include/coin/CbcClique.hpp +0 -303
  25. data/ext/ruby-cbc/install/include/coin/CbcCompare.hpp +0 -39
  26. data/ext/ruby-cbc/install/include/coin/CbcCompareActual.hpp +0 -14
  27. data/ext/ruby-cbc/install/include/coin/CbcCompareBase.hpp +0 -142
  28. data/ext/ruby-cbc/install/include/coin/CbcCompareDefault.hpp +0 -120
  29. data/ext/ruby-cbc/install/include/coin/CbcCompareDepth.hpp +0 -47
  30. data/ext/ruby-cbc/install/include/coin/CbcCompareEstimate.hpp +0 -48
  31. data/ext/ruby-cbc/install/include/coin/CbcCompareObjective.hpp +0 -49
  32. data/ext/ruby-cbc/install/include/coin/CbcConfig.h +0 -14
  33. data/ext/ruby-cbc/install/include/coin/CbcConsequence.hpp +0 -49
  34. data/ext/ruby-cbc/install/include/coin/CbcCountRowCut.hpp +0 -168
  35. data/ext/ruby-cbc/install/include/coin/CbcCutGenerator.hpp +0 -482
  36. data/ext/ruby-cbc/install/include/coin/CbcCutModifier.hpp +0 -57
  37. data/ext/ruby-cbc/install/include/coin/CbcCutSubsetModifier.hpp +0 -66
  38. data/ext/ruby-cbc/install/include/coin/CbcDummyBranchingObject.hpp +0 -83
  39. data/ext/ruby-cbc/install/include/coin/CbcEventHandler.hpp +0 -245
  40. data/ext/ruby-cbc/install/include/coin/CbcFathom.hpp +0 -137
  41. data/ext/ruby-cbc/install/include/coin/CbcFathomDynamicProgramming.hpp +0 -169
  42. data/ext/ruby-cbc/install/include/coin/CbcFeasibilityBase.hpp +0 -56
  43. data/ext/ruby-cbc/install/include/coin/CbcFixVariable.hpp +0 -67
  44. data/ext/ruby-cbc/install/include/coin/CbcFollowOn.hpp +0 -207
  45. data/ext/ruby-cbc/install/include/coin/CbcFullNodeInfo.hpp +0 -161
  46. data/ext/ruby-cbc/install/include/coin/CbcGeneral.hpp +0 -60
  47. data/ext/ruby-cbc/install/include/coin/CbcGeneralDepth.hpp +0 -279
  48. data/ext/ruby-cbc/install/include/coin/CbcHeuristic.hpp +0 -682
  49. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDINS.hpp +0 -96
  50. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDW.hpp +0 -309
  51. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDive.hpp +0 -192
  52. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveCoefficient.hpp +0 -52
  53. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveFractional.hpp +0 -52
  54. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveGuided.hpp +0 -55
  55. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveLineSearch.hpp +0 -52
  56. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDivePseudoCost.hpp +0 -60
  57. data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveVectorLength.hpp +0 -52
  58. data/ext/ruby-cbc/install/include/coin/CbcHeuristicFPump.hpp +0 -340
  59. data/ext/ruby-cbc/install/include/coin/CbcHeuristicGreedy.hpp +0 -280
  60. data/ext/ruby-cbc/install/include/coin/CbcHeuristicLocal.hpp +0 -271
  61. data/ext/ruby-cbc/install/include/coin/CbcHeuristicPivotAndFix.hpp +0 -58
  62. data/ext/ruby-cbc/install/include/coin/CbcHeuristicRENS.hpp +0 -77
  63. data/ext/ruby-cbc/install/include/coin/CbcHeuristicRINS.hpp +0 -102
  64. data/ext/ruby-cbc/install/include/coin/CbcHeuristicRandRound.hpp +0 -58
  65. data/ext/ruby-cbc/install/include/coin/CbcHeuristicVND.hpp +0 -94
  66. data/ext/ruby-cbc/install/include/coin/CbcLinked.hpp +0 -1406
  67. data/ext/ruby-cbc/install/include/coin/CbcMessage.hpp +0 -94
  68. data/ext/ruby-cbc/install/include/coin/CbcMipStartIO.hpp +0 -26
  69. data/ext/ruby-cbc/install/include/coin/CbcModel.hpp +0 -2952
  70. data/ext/ruby-cbc/install/include/coin/CbcNWay.hpp +0 -166
  71. data/ext/ruby-cbc/install/include/coin/CbcNode.hpp +0 -351
  72. data/ext/ruby-cbc/install/include/coin/CbcNodeInfo.hpp +0 -349
  73. data/ext/ruby-cbc/install/include/coin/CbcObject.hpp +0 -272
  74. data/ext/ruby-cbc/install/include/coin/CbcObjectUpdateData.hpp +0 -64
  75. data/ext/ruby-cbc/install/include/coin/CbcOrClpParam.cpp +0 -4134
  76. data/ext/ruby-cbc/install/include/coin/CbcOrClpParam.hpp +0 -532
  77. data/ext/ruby-cbc/install/include/coin/CbcParam.hpp +0 -324
  78. data/ext/ruby-cbc/install/include/coin/CbcPartialNodeInfo.hpp +0 -110
  79. data/ext/ruby-cbc/install/include/coin/CbcSOS.hpp +0 -279
  80. data/ext/ruby-cbc/install/include/coin/CbcSimpleInteger.hpp +0 -286
  81. data/ext/ruby-cbc/install/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +0 -564
  82. data/ext/ruby-cbc/install/include/coin/CbcSimpleIntegerPseudoCost.hpp +0 -114
  83. data/ext/ruby-cbc/install/include/coin/CbcSolver.hpp +0 -447
  84. data/ext/ruby-cbc/install/include/coin/CbcStrategy.hpp +0 -258
  85. data/ext/ruby-cbc/install/include/coin/CbcSubProblem.hpp +0 -83
  86. data/ext/ruby-cbc/install/include/coin/CbcTree.hpp +0 -490
  87. data/ext/ruby-cbc/install/include/coin/CbcTreeLocal.hpp +0 -372
  88. data/ext/ruby-cbc/install/include/coin/Cbc_C_Interface.h +0 -381
  89. data/ext/ruby-cbc/install/include/coin/Cgl012cut.hpp +0 -464
  90. data/ext/ruby-cbc/install/include/coin/CglAllDifferent.hpp +0 -115
  91. data/ext/ruby-cbc/install/include/coin/CglClique.hpp +0 -308
  92. data/ext/ruby-cbc/install/include/coin/CglConfig.h +0 -19
  93. data/ext/ruby-cbc/install/include/coin/CglCutGenerator.hpp +0 -121
  94. data/ext/ruby-cbc/install/include/coin/CglDuplicateRow.hpp +0 -189
  95. data/ext/ruby-cbc/install/include/coin/CglFlowCover.hpp +0 -371
  96. data/ext/ruby-cbc/install/include/coin/CglGMI.hpp +0 -364
  97. data/ext/ruby-cbc/install/include/coin/CglGMIParam.hpp +0 -313
  98. data/ext/ruby-cbc/install/include/coin/CglGomory.hpp +0 -204
  99. data/ext/ruby-cbc/install/include/coin/CglKnapsackCover.hpp +0 -310
  100. data/ext/ruby-cbc/install/include/coin/CglLandP.hpp +0 -306
  101. data/ext/ruby-cbc/install/include/coin/CglLandPValidator.hpp +0 -130
  102. data/ext/ruby-cbc/install/include/coin/CglLiftAndProject.hpp +0 -104
  103. data/ext/ruby-cbc/install/include/coin/CglMessage.hpp +0 -50
  104. data/ext/ruby-cbc/install/include/coin/CglMixedIntegerRounding.hpp +0 -429
  105. data/ext/ruby-cbc/install/include/coin/CglMixedIntegerRounding2.hpp +0 -427
  106. data/ext/ruby-cbc/install/include/coin/CglOddHole.hpp +0 -160
  107. data/ext/ruby-cbc/install/include/coin/CglParam.hpp +0 -93
  108. data/ext/ruby-cbc/install/include/coin/CglPreProcess.hpp +0 -492
  109. data/ext/ruby-cbc/install/include/coin/CglProbing.hpp +0 -543
  110. data/ext/ruby-cbc/install/include/coin/CglRedSplit.hpp +0 -448
  111. data/ext/ruby-cbc/install/include/coin/CglRedSplit2.hpp +0 -494
  112. data/ext/ruby-cbc/install/include/coin/CglRedSplit2Param.hpp +0 -495
  113. data/ext/ruby-cbc/install/include/coin/CglRedSplitParam.hpp +0 -272
  114. data/ext/ruby-cbc/install/include/coin/CglResidualCapacity.hpp +0 -240
  115. data/ext/ruby-cbc/install/include/coin/CglSimpleRounding.hpp +0 -174
  116. data/ext/ruby-cbc/install/include/coin/CglStored.hpp +0 -125
  117. data/ext/ruby-cbc/install/include/coin/CglTreeInfo.hpp +0 -180
  118. data/ext/ruby-cbc/install/include/coin/CglTwomir.hpp +0 -565
  119. data/ext/ruby-cbc/install/include/coin/CglZeroHalf.hpp +0 -133
  120. data/ext/ruby-cbc/install/include/coin/ClpAmplObjective.hpp +0 -113
  121. data/ext/ruby-cbc/install/include/coin/ClpCholeskyBase.hpp +0 -294
  122. data/ext/ruby-cbc/install/include/coin/ClpCholeskyDense.hpp +0 -162
  123. data/ext/ruby-cbc/install/include/coin/ClpConfig.h +0 -17
  124. data/ext/ruby-cbc/install/include/coin/ClpConstraint.hpp +0 -125
  125. data/ext/ruby-cbc/install/include/coin/ClpConstraintAmpl.hpp +0 -108
  126. data/ext/ruby-cbc/install/include/coin/ClpConstraintLinear.hpp +0 -110
  127. data/ext/ruby-cbc/install/include/coin/ClpConstraintQuadratic.hpp +0 -119
  128. data/ext/ruby-cbc/install/include/coin/ClpDualRowDantzig.hpp +0 -71
  129. data/ext/ruby-cbc/install/include/coin/ClpDualRowPivot.hpp +0 -129
  130. data/ext/ruby-cbc/install/include/coin/ClpDualRowSteepest.hpp +0 -153
  131. data/ext/ruby-cbc/install/include/coin/ClpDummyMatrix.hpp +0 -183
  132. data/ext/ruby-cbc/install/include/coin/ClpDynamicExampleMatrix.hpp +0 -186
  133. data/ext/ruby-cbc/install/include/coin/ClpDynamicMatrix.hpp +0 -381
  134. data/ext/ruby-cbc/install/include/coin/ClpEventHandler.hpp +0 -187
  135. data/ext/ruby-cbc/install/include/coin/ClpFactorization.hpp +0 -432
  136. data/ext/ruby-cbc/install/include/coin/ClpGubDynamicMatrix.hpp +0 -247
  137. data/ext/ruby-cbc/install/include/coin/ClpGubMatrix.hpp +0 -358
  138. data/ext/ruby-cbc/install/include/coin/ClpInterior.hpp +0 -570
  139. data/ext/ruby-cbc/install/include/coin/ClpLinearObjective.hpp +0 -103
  140. data/ext/ruby-cbc/install/include/coin/ClpMatrixBase.hpp +0 -524
  141. data/ext/ruby-cbc/install/include/coin/ClpMessage.hpp +0 -131
  142. data/ext/ruby-cbc/install/include/coin/ClpModel.hpp +0 -1307
  143. data/ext/ruby-cbc/install/include/coin/ClpNetworkMatrix.hpp +0 -229
  144. data/ext/ruby-cbc/install/include/coin/ClpNode.hpp +0 -349
  145. data/ext/ruby-cbc/install/include/coin/ClpNonLinearCost.hpp +0 -401
  146. data/ext/ruby-cbc/install/include/coin/ClpObjective.hpp +0 -134
  147. data/ext/ruby-cbc/install/include/coin/ClpPackedMatrix.hpp +0 -638
  148. data/ext/ruby-cbc/install/include/coin/ClpParameters.hpp +0 -126
  149. data/ext/ruby-cbc/install/include/coin/ClpPdcoBase.hpp +0 -103
  150. data/ext/ruby-cbc/install/include/coin/ClpPlusMinusOneMatrix.hpp +0 -290
  151. data/ext/ruby-cbc/install/include/coin/ClpPresolve.hpp +0 -299
  152. data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnDantzig.hpp +0 -72
  153. data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnPivot.hpp +0 -155
  154. data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnSteepest.hpp +0 -247
  155. data/ext/ruby-cbc/install/include/coin/ClpQuadraticObjective.hpp +0 -155
  156. data/ext/ruby-cbc/install/include/coin/ClpSimplex.hpp +0 -1797
  157. data/ext/ruby-cbc/install/include/coin/ClpSimplexDual.hpp +0 -300
  158. data/ext/ruby-cbc/install/include/coin/ClpSimplexNonlinear.hpp +0 -117
  159. data/ext/ruby-cbc/install/include/coin/ClpSimplexOther.hpp +0 -277
  160. data/ext/ruby-cbc/install/include/coin/ClpSimplexPrimal.hpp +0 -244
  161. data/ext/ruby-cbc/install/include/coin/ClpSolve.hpp +0 -446
  162. data/ext/ruby-cbc/install/include/coin/Clp_C_Interface.h +0 -525
  163. data/ext/ruby-cbc/install/include/coin/CoinAlloc.hpp +0 -176
  164. data/ext/ruby-cbc/install/include/coin/CoinBuild.hpp +0 -149
  165. data/ext/ruby-cbc/install/include/coin/CoinDenseFactorization.hpp +0 -419
  166. data/ext/ruby-cbc/install/include/coin/CoinDenseVector.hpp +0 -383
  167. data/ext/ruby-cbc/install/include/coin/CoinDistance.hpp +0 -48
  168. data/ext/ruby-cbc/install/include/coin/CoinError.hpp +0 -257
  169. data/ext/ruby-cbc/install/include/coin/CoinFactorization.hpp +0 -2044
  170. data/ext/ruby-cbc/install/include/coin/CoinFileIO.hpp +0 -166
  171. data/ext/ruby-cbc/install/include/coin/CoinFinite.hpp +0 -34
  172. data/ext/ruby-cbc/install/include/coin/CoinFloatEqual.hpp +0 -177
  173. data/ext/ruby-cbc/install/include/coin/CoinHelperFunctions.hpp +0 -1111
  174. data/ext/ruby-cbc/install/include/coin/CoinIndexedVector.hpp +0 -1164
  175. data/ext/ruby-cbc/install/include/coin/CoinLpIO.hpp +0 -805
  176. data/ext/ruby-cbc/install/include/coin/CoinMessage.hpp +0 -96
  177. data/ext/ruby-cbc/install/include/coin/CoinMessageHandler.hpp +0 -666
  178. data/ext/ruby-cbc/install/include/coin/CoinModel.hpp +0 -1054
  179. data/ext/ruby-cbc/install/include/coin/CoinModelUseful.hpp +0 -441
  180. data/ext/ruby-cbc/install/include/coin/CoinMpsIO.hpp +0 -1056
  181. data/ext/ruby-cbc/install/include/coin/CoinOslFactorization.hpp +0 -280
  182. data/ext/ruby-cbc/install/include/coin/CoinPackedMatrix.hpp +0 -947
  183. data/ext/ruby-cbc/install/include/coin/CoinPackedVector.hpp +0 -657
  184. data/ext/ruby-cbc/install/include/coin/CoinPackedVectorBase.hpp +0 -269
  185. data/ext/ruby-cbc/install/include/coin/CoinParam.hpp +0 -644
  186. data/ext/ruby-cbc/install/include/coin/CoinPragma.hpp +0 -26
  187. data/ext/ruby-cbc/install/include/coin/CoinPresolveDoubleton.hpp +0 -73
  188. data/ext/ruby-cbc/install/include/coin/CoinPresolveDual.hpp +0 -85
  189. data/ext/ruby-cbc/install/include/coin/CoinPresolveDupcol.hpp +0 -226
  190. data/ext/ruby-cbc/install/include/coin/CoinPresolveEmpty.hpp +0 -116
  191. data/ext/ruby-cbc/install/include/coin/CoinPresolveFixed.hpp +0 -181
  192. data/ext/ruby-cbc/install/include/coin/CoinPresolveForcing.hpp +0 -61
  193. data/ext/ruby-cbc/install/include/coin/CoinPresolveImpliedFree.hpp +0 -60
  194. data/ext/ruby-cbc/install/include/coin/CoinPresolveIsolated.hpp +0 -51
  195. data/ext/ruby-cbc/install/include/coin/CoinPresolveMatrix.hpp +0 -1842
  196. data/ext/ruby-cbc/install/include/coin/CoinPresolveMonitor.hpp +0 -105
  197. data/ext/ruby-cbc/install/include/coin/CoinPresolvePsdebug.hpp +0 -166
  198. data/ext/ruby-cbc/install/include/coin/CoinPresolveSingleton.hpp +0 -112
  199. data/ext/ruby-cbc/install/include/coin/CoinPresolveSubst.hpp +0 -101
  200. data/ext/ruby-cbc/install/include/coin/CoinPresolveTighten.hpp +0 -55
  201. data/ext/ruby-cbc/install/include/coin/CoinPresolveTripleton.hpp +0 -66
  202. data/ext/ruby-cbc/install/include/coin/CoinPresolveUseless.hpp +0 -63
  203. data/ext/ruby-cbc/install/include/coin/CoinPresolveZeros.hpp +0 -60
  204. data/ext/ruby-cbc/install/include/coin/CoinRational.hpp +0 -44
  205. data/ext/ruby-cbc/install/include/coin/CoinSearchTree.hpp +0 -465
  206. data/ext/ruby-cbc/install/include/coin/CoinShallowPackedVector.hpp +0 -148
  207. data/ext/ruby-cbc/install/include/coin/CoinSignal.hpp +0 -117
  208. data/ext/ruby-cbc/install/include/coin/CoinSimpFactorization.hpp +0 -431
  209. data/ext/ruby-cbc/install/include/coin/CoinSmartPtr.hpp +0 -528
  210. data/ext/ruby-cbc/install/include/coin/CoinSnapshot.hpp +0 -476
  211. data/ext/ruby-cbc/install/include/coin/CoinSort.hpp +0 -678
  212. data/ext/ruby-cbc/install/include/coin/CoinStructuredModel.hpp +0 -247
  213. data/ext/ruby-cbc/install/include/coin/CoinTime.hpp +0 -310
  214. data/ext/ruby-cbc/install/include/coin/CoinTypes.hpp +0 -64
  215. data/ext/ruby-cbc/install/include/coin/CoinUtility.hpp +0 -19
  216. data/ext/ruby-cbc/install/include/coin/CoinUtilsConfig.h +0 -34
  217. data/ext/ruby-cbc/install/include/coin/CoinWarmStart.hpp +0 -58
  218. data/ext/ruby-cbc/install/include/coin/CoinWarmStartBasis.hpp +0 -456
  219. data/ext/ruby-cbc/install/include/coin/CoinWarmStartDual.hpp +0 -166
  220. data/ext/ruby-cbc/install/include/coin/CoinWarmStartPrimalDual.hpp +0 -211
  221. data/ext/ruby-cbc/install/include/coin/CoinWarmStartVector.hpp +0 -488
  222. data/ext/ruby-cbc/install/include/coin/Coin_C_defines.h +0 -115
  223. data/ext/ruby-cbc/install/include/coin/Idiot.hpp +0 -298
  224. data/ext/ruby-cbc/install/include/coin/OsiAuxInfo.hpp +0 -206
  225. data/ext/ruby-cbc/install/include/coin/OsiBranchingObject.hpp +0 -1005
  226. data/ext/ruby-cbc/install/include/coin/OsiCbcSolverInterface.hpp +0 -764
  227. data/ext/ruby-cbc/install/include/coin/OsiChooseVariable.hpp +0 -534
  228. data/ext/ruby-cbc/install/include/coin/OsiClpSolverInterface.hpp +0 -1509
  229. data/ext/ruby-cbc/install/include/coin/OsiColCut.hpp +0 -324
  230. data/ext/ruby-cbc/install/include/coin/OsiCollections.hpp +0 -35
  231. data/ext/ruby-cbc/install/include/coin/OsiConfig.h +0 -19
  232. data/ext/ruby-cbc/install/include/coin/OsiCut.hpp +0 -245
  233. data/ext/ruby-cbc/install/include/coin/OsiCuts.hpp +0 -474
  234. data/ext/ruby-cbc/install/include/coin/OsiPresolve.hpp +0 -252
  235. data/ext/ruby-cbc/install/include/coin/OsiRowCut.hpp +0 -331
  236. data/ext/ruby-cbc/install/include/coin/OsiRowCutDebugger.hpp +0 -187
  237. data/ext/ruby-cbc/install/include/coin/OsiSolverBranch.hpp +0 -152
  238. data/ext/ruby-cbc/install/include/coin/OsiSolverInterface.hpp +0 -2143
  239. data/ext/ruby-cbc/install/include/coin/OsiSolverParameters.hpp +0 -142
  240. data/ext/ruby-cbc/install/include/coin/OsiUnitTests.hpp +0 -374
  241. data/ext/ruby-cbc/install/lib/libCbc.la +0 -35
  242. data/ext/ruby-cbc/install/lib/libCbc.so +0 -0
  243. data/ext/ruby-cbc/install/lib/libCbc.so.3 +0 -0
  244. data/ext/ruby-cbc/install/lib/libCbc.so.3.9.7 +0 -0
  245. data/ext/ruby-cbc/install/lib/libCbcSolver.la +0 -35
  246. data/ext/ruby-cbc/install/lib/libCbcSolver.so +0 -0
  247. data/ext/ruby-cbc/install/lib/libCbcSolver.so.3 +0 -0
  248. data/ext/ruby-cbc/install/lib/libCbcSolver.so.3.9.7 +0 -0
  249. data/ext/ruby-cbc/install/lib/libCgl.la +0 -35
  250. data/ext/ruby-cbc/install/lib/libCgl.so +0 -0
  251. data/ext/ruby-cbc/install/lib/libCgl.so.1 +0 -0
  252. data/ext/ruby-cbc/install/lib/libCgl.so.1.9.7 +0 -0
  253. data/ext/ruby-cbc/install/lib/libClp.la +0 -35
  254. data/ext/ruby-cbc/install/lib/libClp.so +0 -0
  255. data/ext/ruby-cbc/install/lib/libClp.so.1 +0 -0
  256. data/ext/ruby-cbc/install/lib/libClp.so.1.13.9 +0 -0
  257. data/ext/ruby-cbc/install/lib/libClpSolver.la +0 -35
  258. data/ext/ruby-cbc/install/lib/libClpSolver.so +0 -0
  259. data/ext/ruby-cbc/install/lib/libClpSolver.so.1 +0 -0
  260. data/ext/ruby-cbc/install/lib/libClpSolver.so.1.13.9 +0 -0
  261. data/ext/ruby-cbc/install/lib/libCoinUtils.la +0 -35
  262. data/ext/ruby-cbc/install/lib/libCoinUtils.so +0 -0
  263. data/ext/ruby-cbc/install/lib/libCoinUtils.so.3 +0 -0
  264. data/ext/ruby-cbc/install/lib/libCoinUtils.so.3.10.11 +0 -0
  265. data/ext/ruby-cbc/install/lib/libOsi.la +0 -35
  266. data/ext/ruby-cbc/install/lib/libOsi.so +0 -0
  267. data/ext/ruby-cbc/install/lib/libOsi.so.1 +0 -0
  268. data/ext/ruby-cbc/install/lib/libOsi.so.1.12.6 +0 -0
  269. data/ext/ruby-cbc/install/lib/libOsiCbc.la +0 -35
  270. data/ext/ruby-cbc/install/lib/libOsiCbc.so +0 -0
  271. data/ext/ruby-cbc/install/lib/libOsiCbc.so.3 +0 -0
  272. data/ext/ruby-cbc/install/lib/libOsiCbc.so.3.9.7 +0 -0
  273. data/ext/ruby-cbc/install/lib/libOsiClp.la +0 -35
  274. data/ext/ruby-cbc/install/lib/libOsiClp.so +0 -0
  275. data/ext/ruby-cbc/install/lib/libOsiClp.so.1 +0 -0
  276. data/ext/ruby-cbc/install/lib/libOsiClp.so.1.13.9 +0 -0
  277. data/ext/ruby-cbc/install/lib/libOsiCommonTests.la +0 -35
  278. data/ext/ruby-cbc/install/lib/libOsiCommonTests.so +0 -0
  279. data/ext/ruby-cbc/install/lib/libOsiCommonTests.so.1 +0 -0
  280. data/ext/ruby-cbc/install/lib/libOsiCommonTests.so.1.12.6 +0 -0
  281. data/ext/ruby-cbc/install/lib/pkgconfig/cbc.pc +0 -12
  282. data/ext/ruby-cbc/install/lib/pkgconfig/cgl.pc +0 -12
  283. data/ext/ruby-cbc/install/lib/pkgconfig/clp.pc +0 -12
  284. data/ext/ruby-cbc/install/lib/pkgconfig/coindatamiplib3.pc +0 -9
  285. data/ext/ruby-cbc/install/lib/pkgconfig/coindatasample.pc +0 -9
  286. data/ext/ruby-cbc/install/lib/pkgconfig/coinutils.pc +0 -12
  287. data/ext/ruby-cbc/install/lib/pkgconfig/osi-cbc.pc +0 -12
  288. data/ext/ruby-cbc/install/lib/pkgconfig/osi-clp.pc +0 -12
  289. data/ext/ruby-cbc/install/lib/pkgconfig/osi-unittests.pc +0 -12
  290. data/ext/ruby-cbc/install/lib/pkgconfig/osi.pc +0 -12
@@ -1,93 +0,0 @@
1
- // Name: CglParam.hpp
2
- // Author: Francois Margot
3
- // Tepper School of Business
4
- // Carnegie Mellon University, Pittsburgh, PA 15213
5
- // email: fmargot@andrew.cmu.edu
6
- // Date: 11/24/06
7
- //
8
- // $Id: CglParam.hpp 1122 2013-04-06 20:39:53Z stefan $
9
- //
10
- // This code is licensed under the terms of the Eclipse Public License (EPL).
11
- //-----------------------------------------------------------------------------
12
- // Copyright (C) 2006, Francois Margot and others. All Rights Reserved.
13
-
14
- #ifndef CglParam_H
15
- #define CglParam_H
16
- #include "CglConfig.h"
17
- #include "CoinFinite.hpp"
18
- /** Class collecting parameters for all cut generators. Each generator
19
- may have a derived class to add parameters. Each generator might
20
- also set different default values for the parameters in CglParam. */
21
-
22
- class CglParam {
23
-
24
- public:
25
-
26
- /**@name Public Set/get methods */
27
- //@{
28
-
29
- /** Set INFINIT */
30
- virtual void setINFINIT(const double inf);
31
- /** Get value of INFINIT */
32
- inline double getINFINIT() const {return INFINIT;}
33
-
34
- /** Set EPS */
35
- virtual void setEPS(const double eps);
36
- /** Get value of EPS */
37
- inline double getEPS() const {return EPS;}
38
-
39
- /** Set EPS_COEFF */
40
- virtual void setEPS_COEFF(const double eps_c);
41
- /** Get value of EPS_COEFF */
42
- inline double getEPS_COEFF() const {return EPS_COEFF;}
43
-
44
- /** Set MAX_SUPPORT */
45
- virtual void setMAX_SUPPORT(const int max_s);
46
- /** Get value of MAX_SUPPORT */
47
- inline int getMAX_SUPPORT() const {return MAX_SUPPORT;}
48
- //@}
49
-
50
- /**@name Constructors and destructors */
51
- //@{
52
- /// Default constructor
53
- CglParam(const double inf = COIN_DBL_MAX, const double eps = 1e-6,
54
- const double eps_c = 1e-5, const int max_s = COIN_INT_MAX);
55
-
56
- /// Copy constructor
57
- CglParam(const CglParam&);
58
-
59
- /// Clone
60
- virtual CglParam* clone() const;
61
-
62
- /// Assignment operator
63
- CglParam& operator=(const CglParam &rhs);
64
-
65
- /// Destructor
66
- virtual ~CglParam();
67
- //@}
68
-
69
- protected:
70
-
71
- // Protected member data
72
-
73
- /**@name Protected member data */
74
-
75
- //@{
76
- // Value for infinity. Default: COIN_DBL_MAX.
77
- double INFINIT;
78
-
79
- // EPSILON for double comparisons. Default: 1e-6.
80
- double EPS;
81
-
82
- // Returned cuts do not have coefficients with absolute value smaller
83
- // than EPS_COEFF. Default: 1e-5.
84
- double EPS_COEFF;
85
-
86
- /** Maximum number of non zero coefficients in a generated cut;
87
- Default: COIN_INT_MAX */
88
- int MAX_SUPPORT;
89
- //@}
90
-
91
- };
92
-
93
- #endif
@@ -1,492 +0,0 @@
1
- // Copyright (C) 2005, International Business Machines
2
- // Corporation and others. All Rights Reserved.
3
- // This code is licensed under the terms of the Eclipse Public License (EPL).
4
-
5
- #ifndef CglPreProcess_H
6
- #define CglPreProcess_H
7
-
8
- #include <string>
9
- #include <vector>
10
-
11
- #include "CoinMessageHandler.hpp"
12
- #include "OsiSolverInterface.hpp"
13
- #include "CglStored.hpp"
14
- #include "OsiPresolve.hpp"
15
- #include "CglCutGenerator.hpp"
16
-
17
- //#############################################################################
18
-
19
- /** Class for preProcessing and postProcessing.
20
-
21
- While cuts can be added at any time in the tree, some cuts are actually just
22
- stronger versions of existing constraints. In this case they can replace those
23
- constraints rather than being added as new constraints. This is awkward in the
24
- tree but reasonable at the root node.
25
-
26
- This is a general process class which uses other cut generators to strengthen
27
- constraints, establish that constraints are redundant, fix variables and
28
- find relationships such as x + y == 1.
29
-
30
- Presolve will also be done.
31
-
32
- If row names existed they may be replaced by R0000000 etc
33
-
34
- */
35
-
36
- class CglPreProcess {
37
-
38
- public:
39
-
40
- ///@name Main methods
41
- //@{
42
- /** preProcess problem - returning new problem.
43
- If makeEquality true then <= cliques converted to ==.
44
- Presolve will be done numberPasses times.
45
-
46
- Returns NULL if infeasible
47
-
48
- This version uses default strategy. For more control copy and edit
49
- code from this function i.e. call preProcessNonDefault
50
- */
51
- OsiSolverInterface * preProcess(OsiSolverInterface & model,
52
- bool makeEquality=false, int numberPasses=5);
53
- /** preProcess problem - returning new problem.
54
- If makeEquality true then <= cliques converted to ==.
55
- Presolve will be done numberPasses times.
56
-
57
- Returns NULL if infeasible
58
-
59
- This version assumes user has added cut generators to CglPreProcess object
60
- before calling it. As an example use coding in preProcess
61
- If makeEquality is 1 add slacks to get cliques,
62
- if 2 add slacks to get sos (but only if looks plausible) and keep sos info
63
- */
64
- OsiSolverInterface * preProcessNonDefault(OsiSolverInterface & model,
65
- int makeEquality=0, int numberPasses=5,
66
- int tuning=0);
67
- /// Creates solution in original model
68
- void postProcess(OsiSolverInterface &model
69
- ,bool deleteStuff=true);
70
- /** Tightens primal bounds to make dual and branch and cutfaster. Unless
71
- fixed or integral, bounds are slightly looser than they could be.
72
- Returns non-zero if problem infeasible
73
- Fudge for branch and bound - put bounds on columns of factor *
74
- largest value (at continuous) - should improve stability
75
- in branch and bound on infeasible branches (0.0 is off)
76
- */
77
- int tightenPrimalBounds(OsiSolverInterface & model,double factor=0.0);
78
- /** Fix some of problem - returning new problem.
79
- Uses reduced costs.
80
- Optional signed character array
81
- 1 always keep, -1 always discard, 0 use djs
82
-
83
- */
84
- OsiSolverInterface * someFixed(OsiSolverInterface & model,
85
- double fractionToKeep=0.25,
86
- bool fixContinuousAsWell=false,
87
- char * keep=NULL) const;
88
- /** Replace cliques by more maximal cliques
89
- Returns NULL if rows not reduced by greater than cliquesNeeded*rows
90
-
91
- */
92
- OsiSolverInterface * cliqueIt(OsiSolverInterface & model,
93
- double cliquesNeeded=0.0) const;
94
- /// If we have a cutoff - fix variables
95
- int reducedCostFix(OsiSolverInterface & model);
96
- //@}
97
-
98
- //---------------------------------------------------------------------------
99
-
100
- /**@name Parameter set/get methods
101
-
102
- The set methods return true if the parameter was set to the given value,
103
- false if the value of the parameter is out of range.
104
-
105
- The get methods return the value of the parameter.
106
-
107
- */
108
- //@{
109
- /** Set cutoff bound on the objective function.
110
-
111
- When using strict comparison, the bound is adjusted by a tolerance to
112
- avoid accidentally cutting off the optimal solution.
113
- */
114
- void setCutoff(double value) ;
115
-
116
- /// Get the cutoff bound on the objective function - always as minimize
117
- double getCutoff() const;
118
- /// The original solver associated with this model.
119
- inline OsiSolverInterface * originalModel() const
120
- { return originalModel_;}
121
- /// Solver after making clique equalities (may == original)
122
- inline OsiSolverInterface * startModel() const
123
- { return startModel_;}
124
- /// Copies of solver at various stages after presolve
125
- inline OsiSolverInterface * modelAtPass(int iPass) const
126
- { if (iPass>=0&&iPass<numberSolvers_) return model_[iPass]; else return NULL;}
127
- /// Copies of solver at various stages after presolve after modifications
128
- inline OsiSolverInterface * modifiedModel(int iPass) const
129
- { if (iPass>=0&&iPass<numberSolvers_) return modifiedModel_[iPass]; else return NULL;}
130
- /// Matching presolve information
131
- inline OsiPresolve * presolve(int iPass) const
132
- { if (iPass>=0&&iPass<numberSolvers_) return presolve_[iPass]; else return NULL;}
133
- /** Return a pointer to the original columns (with possible clique slacks)
134
- MUST be called before postProcess otherwise you just get 0,1,2.. */
135
- const int * originalColumns();
136
- /** Return a pointer to the original rows
137
- MUST be called before postProcess otherwise you just get 0,1,2.. */
138
- const int * originalRows();
139
- /// Number of SOS if found
140
- inline int numberSOS() const
141
- { return numberSOS_;}
142
- /// Type of each SOS
143
- inline const int * typeSOS() const
144
- { return typeSOS_;}
145
- /// Start of each SOS
146
- inline const int * startSOS() const
147
- { return startSOS_;}
148
- /// Columns in SOS
149
- inline const int * whichSOS() const
150
- { return whichSOS_;}
151
- /// Weights for each SOS column
152
- inline const double * weightSOS() const
153
- { return weightSOS_;}
154
- /// Pass in prohibited columns
155
- void passInProhibited(const char * prohibited,int numberColumns);
156
- /// Updated prohibited columns
157
- inline const char * prohibited()
158
- { return prohibited_;}
159
- /// Number of iterations PreProcessing
160
- inline int numberIterationsPre() const
161
- { return numberIterationsPre_;}
162
- /// Number of iterations PostProcessing
163
- inline int numberIterationsPost() const
164
- { return numberIterationsPost_;}
165
- /** Pass in row types
166
- 0 normal
167
- 1 cut rows - will be dropped if remain in
168
- At end of preprocess cut rows will be dropped
169
- and put into cuts
170
- */
171
- void passInRowTypes(const char * rowTypes,int numberRows);
172
- /** Updated row types - may be NULL
173
- Carried around and corresponds to existing rows
174
- -1 added by preprocess e.g. x+y=1
175
- 0 normal
176
- 1 cut rows - can be dropped if wanted
177
- */
178
- inline const char * rowTypes()
179
- { return rowType_;}
180
- /// Return cuts from dropped rows
181
- inline const CglStored & cuts() const
182
- { return cuts_;}
183
- /// Return pointer to cuts from dropped rows
184
- inline const CglStored * cutsPointer() const
185
- { return &cuts_;}
186
- /// Update prohibited and rowType
187
- void update(const OsiPresolve * pinfo,const OsiSolverInterface * solver);
188
- /// Set options
189
- inline void setOptions(int value)
190
- { options_=value;}
191
- //@}
192
-
193
- ///@name Cut generator methods
194
- //@{
195
- /// Get the number of cut generators
196
- inline int numberCutGenerators() const
197
- { return numberCutGenerators_;}
198
- /// Get the list of cut generators
199
- inline CglCutGenerator ** cutGenerators() const
200
- { return generator_;}
201
- ///Get the specified cut generator
202
- inline CglCutGenerator * cutGenerator(int i) const
203
- { return generator_[i];}
204
- /** Add one generator - up to user to delete generators.
205
- */
206
- void addCutGenerator(CglCutGenerator * generator);
207
- //@}
208
-
209
- /**@name Setting/Accessing application data */
210
- //@{
211
- /** Set application data.
212
-
213
- This is a pointer that the application can store into and
214
- retrieve.
215
- This field is available for the application to optionally
216
- define and use.
217
- */
218
- void setApplicationData (void * appData);
219
-
220
- /// Get application data
221
- void * getApplicationData() const;
222
- //@}
223
-
224
- //---------------------------------------------------------------------------
225
-
226
- /**@name Message handling */
227
- //@{
228
- /// Pass in Message handler (not deleted at end)
229
- void passInMessageHandler(CoinMessageHandler * handler);
230
- /// Set language
231
- void newLanguage(CoinMessages::Language language);
232
- inline void setLanguage(CoinMessages::Language language)
233
- {newLanguage(language);}
234
- /// Return handler
235
- inline CoinMessageHandler * messageHandler() const
236
- {return handler_;}
237
- /// Return messages
238
- inline CoinMessages messages()
239
- {return messages_;}
240
- /// Return pointer to messages
241
- inline CoinMessages * messagesPointer()
242
- {return &messages_;}
243
- //@}
244
- //---------------------------------------------------------------------------
245
-
246
-
247
- ///@name Constructors and destructors etc
248
- //@{
249
- /// Constructor
250
- CglPreProcess();
251
-
252
- /// Copy constructor .
253
- CglPreProcess(const CglPreProcess & rhs);
254
-
255
- /// Assignment operator
256
- CglPreProcess & operator=(const CglPreProcess& rhs);
257
-
258
- /// Destructor
259
- ~CglPreProcess ();
260
-
261
- /// Clears out as much as possible
262
- void gutsOfDestructor();
263
- //@}
264
- private:
265
-
266
- ///@name private methods
267
- //@{
268
- /** Return model with useful modifications.
269
- If constraints true then adds any x+y=1 or x-y=0 constraints
270
- If NULL infeasible
271
- */
272
- OsiSolverInterface * modified(OsiSolverInterface * model,
273
- bool constraints,
274
- int & numberChanges,
275
- int iBigPass,
276
- int numberPasses);
277
- /// create original columns and rows
278
- void createOriginalIndices();
279
- /// Make continuous variables integer
280
- void makeInteger();
281
- //@}
282
-
283
- //---------------------------------------------------------------------------
284
-
285
- private:
286
- ///@name Private member data
287
- //@{
288
-
289
- /// The original solver associated with this model.
290
- OsiSolverInterface * originalModel_;
291
- /// Solver after making clique equalities (may == original)
292
- OsiSolverInterface * startModel_;
293
- /// Number of solvers at various stages
294
- int numberSolvers_;
295
- /// Copies of solver at various stages after presolve
296
- OsiSolverInterface ** model_;
297
- /// Copies of solver at various stages after presolve after modifications
298
- OsiSolverInterface ** modifiedModel_;
299
- /// Matching presolve information
300
- OsiPresolve ** presolve_;
301
-
302
- /// Message handler
303
- CoinMessageHandler * handler_;
304
-
305
- /** Flag to say if handler_ is the default handler.
306
-
307
- The default handler is deleted when the model is deleted. Other
308
- handlers (supplied by the client) will not be deleted.
309
- */
310
- bool defaultHandler_;
311
-
312
- /// Cgl messages
313
- CoinMessages messages_;
314
-
315
- /// Pointer to user-defined data structure
316
- void * appData_;
317
- /// Original column numbers
318
- int * originalColumn_;
319
- /// Original row numbers
320
- int * originalRow_;
321
- /// Number of cut generators
322
- int numberCutGenerators_;
323
- /// Cut generators
324
- CglCutGenerator ** generator_;
325
- /// Number of SOS if found
326
- int numberSOS_;
327
- /// Type of each SOS
328
- int * typeSOS_;
329
- /// Start of each SOS
330
- int * startSOS_;
331
- /// Columns in SOS
332
- int * whichSOS_;
333
- /// Weights for each SOS column
334
- double * weightSOS_;
335
- /// Number of columns in original prohibition set
336
- int numberProhibited_;
337
- /// Number of iterations done in PreProcessing
338
- int numberIterationsPre_;
339
- /// Number of iterations done in PostProcessing
340
- int numberIterationsPost_;
341
- /// Columns which should not be presolved e.g. SOS
342
- char * prohibited_;
343
- /// Number of rows in original row types
344
- int numberRowType_;
345
- /** Options
346
- 1 - original model had integer bounds before tightening
347
- 2 - don't do probing
348
- 4 - don't do duplicate rows
349
- 8 - don't do cliques
350
- 16 - some heavy probing options
351
- 64 - very heavy probing
352
- */
353
- int options_;
354
- /** Row types (may be NULL)
355
- Carried around and corresponds to existing rows
356
- -1 added by preprocess e.g. x+y=1
357
- 0 normal
358
- 1 cut rows - can be dropped if wanted
359
- */
360
- char * rowType_;
361
- /// Cuts from dropped rows
362
- CglStored cuts_;
363
- //@}
364
- };
365
- /// For Bron-Kerbosch
366
- class CglBK {
367
-
368
- public:
369
-
370
- ///@name Main methods
371
- //@{
372
- /// For recursive Bron-Kerbosch
373
- void bronKerbosch();
374
- /// Creates strengthened smaller model
375
- OsiSolverInterface * newSolver(const OsiSolverInterface & model);
376
- //@}
377
-
378
- //---------------------------------------------------------------------------
379
-
380
- /**@name Parameter set/get methods
381
-
382
- The set methods return true if the parameter was set to the given value,
383
- false if the value of the parameter is out of range.
384
-
385
- The get methods return the value of the parameter.
386
-
387
- */
388
- //@{
389
- //@}
390
-
391
- //---------------------------------------------------------------------------
392
-
393
-
394
- ///@name Constructors and destructors etc
395
- //@{
396
- /// Default constructor
397
- CglBK();
398
-
399
- /// Useful constructor
400
- CglBK(const OsiSolverInterface & model, const char * rowType,
401
- int numberElements);
402
-
403
- /// Copy constructor .
404
- CglBK(const CglBK & rhs);
405
-
406
- /// Assignment operator
407
- CglBK & operator=(const CglBK& rhs);
408
-
409
- /// Destructor
410
- ~CglBK ();
411
-
412
- //@}
413
-
414
- //---------------------------------------------------------------------------
415
-
416
- private:
417
- ///@name Private member data
418
- //@{
419
- /// Current candidates (created at each level)
420
- int * candidates_;
421
- /// Array to mark stuff
422
- char * mark_;
423
- /// Starts for graph (numberPossible+1)
424
- int * start_;
425
- /// Other column/node
426
- int * otherColumn_;
427
- /// Original row (in parallel with otherColumn_)
428
- int * originalRow_;
429
- /// How many times each original row dominated
430
- int * dominated_;
431
- /// Clique entries
432
- CoinPackedMatrix * cliqueMatrix_;
433
- /// points to row types
434
- const char * rowType_;
435
- /// Number of original columns
436
- int numberColumns_;
437
- /// Number of original rows
438
- int numberRows_;
439
- /// Number possible
440
- int numberPossible_;
441
- /// Current number of candidates
442
- int numberCandidates_;
443
- /// First not (stored backwards from numberPossible_)
444
- int firstNot_;
445
- /// Current number in clique
446
- int numberIn_;
447
- /// For acceleration
448
- int left_;
449
- int lastColumn_;
450
- //@}
451
- };
452
- /**
453
- Only store unique row cuts
454
- */
455
- // for hashing
456
- typedef struct {
457
- int index, next;
458
- } CglHashLink;
459
- class OsiRowCut;
460
- class CglUniqueRowCuts {
461
- public:
462
-
463
- CglUniqueRowCuts(int initialMaxSize=0, int hashMultiplier=4 );
464
- ~CglUniqueRowCuts();
465
- CglUniqueRowCuts(const CglUniqueRowCuts& rhs);
466
- CglUniqueRowCuts& operator=(const CglUniqueRowCuts& rhs);
467
- inline OsiRowCut * cut(int sequence) const
468
- { return rowCut_[sequence];}
469
- inline int numberCuts() const
470
- { return numberCuts_;}
471
- inline int sizeRowCuts() const
472
- { return numberCuts_;}
473
- inline OsiRowCut * rowCutPtr(int sequence)
474
- { return rowCut_[sequence];}
475
- void eraseRowCut(int sequence);
476
- // insert cut
477
- inline void insert(const OsiRowCut & cut)
478
- { insertIfNotDuplicate(cut);}
479
- // Return 0 if added, 1 if not
480
- int insertIfNotDuplicate(const OsiRowCut & cut);
481
- // Add in cuts as normal cuts (and delete)
482
- void addCuts(OsiCuts & cs);
483
- private:
484
- OsiRowCut ** rowCut_;
485
- /// Hash table
486
- CglHashLink *hash_;
487
- int size_;
488
- int hashMultiplier_;
489
- int numberCuts_;
490
- int lastHash_;
491
- };
492
- #endif