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.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/Rakefile +0 -2
- data/lib/ruby-cbc.rb +1 -1
- data/lib/ruby-cbc/problem.rb +6 -8
- data/lib/ruby-cbc/version.rb +1 -1
- data/ruby-cbc.gemspec +3 -2
- metadata +17 -287
- data/ext/ruby-cbc/cbc.i +0 -15
- data/ext/ruby-cbc/cbc_wrap.c +0 -4618
- data/ext/ruby-cbc/extconf.rb +0 -60
- data/ext/ruby-cbc/install/bin/cbc +0 -0
- data/ext/ruby-cbc/install/bin/clp +0 -0
- data/ext/ruby-cbc/install/include/coin/CbcBranchActual.hpp +0 -24
- data/ext/ruby-cbc/install/include/coin/CbcBranchAllDifferent.hpp +0 -62
- data/ext/ruby-cbc/install/include/coin/CbcBranchBase.hpp +0 -78
- data/ext/ruby-cbc/install/include/coin/CbcBranchCut.hpp +0 -183
- data/ext/ruby-cbc/install/include/coin/CbcBranchDecision.hpp +0 -129
- data/ext/ruby-cbc/install/include/coin/CbcBranchDefaultDecision.hpp +0 -100
- data/ext/ruby-cbc/install/include/coin/CbcBranchDynamic.hpp +0 -206
- data/ext/ruby-cbc/install/include/coin/CbcBranchLotsize.hpp +0 -242
- data/ext/ruby-cbc/install/include/coin/CbcBranchToFixLots.hpp +0 -94
- data/ext/ruby-cbc/install/include/coin/CbcBranchingObject.hpp +0 -236
- data/ext/ruby-cbc/install/include/coin/CbcClique.hpp +0 -303
- data/ext/ruby-cbc/install/include/coin/CbcCompare.hpp +0 -39
- data/ext/ruby-cbc/install/include/coin/CbcCompareActual.hpp +0 -14
- data/ext/ruby-cbc/install/include/coin/CbcCompareBase.hpp +0 -142
- data/ext/ruby-cbc/install/include/coin/CbcCompareDefault.hpp +0 -120
- data/ext/ruby-cbc/install/include/coin/CbcCompareDepth.hpp +0 -47
- data/ext/ruby-cbc/install/include/coin/CbcCompareEstimate.hpp +0 -48
- data/ext/ruby-cbc/install/include/coin/CbcCompareObjective.hpp +0 -49
- data/ext/ruby-cbc/install/include/coin/CbcConfig.h +0 -14
- data/ext/ruby-cbc/install/include/coin/CbcConsequence.hpp +0 -49
- data/ext/ruby-cbc/install/include/coin/CbcCountRowCut.hpp +0 -168
- data/ext/ruby-cbc/install/include/coin/CbcCutGenerator.hpp +0 -482
- data/ext/ruby-cbc/install/include/coin/CbcCutModifier.hpp +0 -57
- data/ext/ruby-cbc/install/include/coin/CbcCutSubsetModifier.hpp +0 -66
- data/ext/ruby-cbc/install/include/coin/CbcDummyBranchingObject.hpp +0 -83
- data/ext/ruby-cbc/install/include/coin/CbcEventHandler.hpp +0 -245
- data/ext/ruby-cbc/install/include/coin/CbcFathom.hpp +0 -137
- data/ext/ruby-cbc/install/include/coin/CbcFathomDynamicProgramming.hpp +0 -169
- data/ext/ruby-cbc/install/include/coin/CbcFeasibilityBase.hpp +0 -56
- data/ext/ruby-cbc/install/include/coin/CbcFixVariable.hpp +0 -67
- data/ext/ruby-cbc/install/include/coin/CbcFollowOn.hpp +0 -207
- data/ext/ruby-cbc/install/include/coin/CbcFullNodeInfo.hpp +0 -161
- data/ext/ruby-cbc/install/include/coin/CbcGeneral.hpp +0 -60
- data/ext/ruby-cbc/install/include/coin/CbcGeneralDepth.hpp +0 -279
- data/ext/ruby-cbc/install/include/coin/CbcHeuristic.hpp +0 -682
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDINS.hpp +0 -96
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDW.hpp +0 -309
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDive.hpp +0 -192
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveCoefficient.hpp +0 -52
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveFractional.hpp +0 -52
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveGuided.hpp +0 -55
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveLineSearch.hpp +0 -52
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDivePseudoCost.hpp +0 -60
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicDiveVectorLength.hpp +0 -52
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicFPump.hpp +0 -340
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicGreedy.hpp +0 -280
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicLocal.hpp +0 -271
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicPivotAndFix.hpp +0 -58
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicRENS.hpp +0 -77
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicRINS.hpp +0 -102
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicRandRound.hpp +0 -58
- data/ext/ruby-cbc/install/include/coin/CbcHeuristicVND.hpp +0 -94
- data/ext/ruby-cbc/install/include/coin/CbcLinked.hpp +0 -1406
- data/ext/ruby-cbc/install/include/coin/CbcMessage.hpp +0 -94
- data/ext/ruby-cbc/install/include/coin/CbcMipStartIO.hpp +0 -26
- data/ext/ruby-cbc/install/include/coin/CbcModel.hpp +0 -2952
- data/ext/ruby-cbc/install/include/coin/CbcNWay.hpp +0 -166
- data/ext/ruby-cbc/install/include/coin/CbcNode.hpp +0 -351
- data/ext/ruby-cbc/install/include/coin/CbcNodeInfo.hpp +0 -349
- data/ext/ruby-cbc/install/include/coin/CbcObject.hpp +0 -272
- data/ext/ruby-cbc/install/include/coin/CbcObjectUpdateData.hpp +0 -64
- data/ext/ruby-cbc/install/include/coin/CbcOrClpParam.cpp +0 -4134
- data/ext/ruby-cbc/install/include/coin/CbcOrClpParam.hpp +0 -532
- data/ext/ruby-cbc/install/include/coin/CbcParam.hpp +0 -324
- data/ext/ruby-cbc/install/include/coin/CbcPartialNodeInfo.hpp +0 -110
- data/ext/ruby-cbc/install/include/coin/CbcSOS.hpp +0 -279
- data/ext/ruby-cbc/install/include/coin/CbcSimpleInteger.hpp +0 -286
- data/ext/ruby-cbc/install/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +0 -564
- data/ext/ruby-cbc/install/include/coin/CbcSimpleIntegerPseudoCost.hpp +0 -114
- data/ext/ruby-cbc/install/include/coin/CbcSolver.hpp +0 -447
- data/ext/ruby-cbc/install/include/coin/CbcStrategy.hpp +0 -258
- data/ext/ruby-cbc/install/include/coin/CbcSubProblem.hpp +0 -83
- data/ext/ruby-cbc/install/include/coin/CbcTree.hpp +0 -490
- data/ext/ruby-cbc/install/include/coin/CbcTreeLocal.hpp +0 -372
- data/ext/ruby-cbc/install/include/coin/Cbc_C_Interface.h +0 -381
- data/ext/ruby-cbc/install/include/coin/Cgl012cut.hpp +0 -464
- data/ext/ruby-cbc/install/include/coin/CglAllDifferent.hpp +0 -115
- data/ext/ruby-cbc/install/include/coin/CglClique.hpp +0 -308
- data/ext/ruby-cbc/install/include/coin/CglConfig.h +0 -19
- data/ext/ruby-cbc/install/include/coin/CglCutGenerator.hpp +0 -121
- data/ext/ruby-cbc/install/include/coin/CglDuplicateRow.hpp +0 -189
- data/ext/ruby-cbc/install/include/coin/CglFlowCover.hpp +0 -371
- data/ext/ruby-cbc/install/include/coin/CglGMI.hpp +0 -364
- data/ext/ruby-cbc/install/include/coin/CglGMIParam.hpp +0 -313
- data/ext/ruby-cbc/install/include/coin/CglGomory.hpp +0 -204
- data/ext/ruby-cbc/install/include/coin/CglKnapsackCover.hpp +0 -310
- data/ext/ruby-cbc/install/include/coin/CglLandP.hpp +0 -306
- data/ext/ruby-cbc/install/include/coin/CglLandPValidator.hpp +0 -130
- data/ext/ruby-cbc/install/include/coin/CglLiftAndProject.hpp +0 -104
- data/ext/ruby-cbc/install/include/coin/CglMessage.hpp +0 -50
- data/ext/ruby-cbc/install/include/coin/CglMixedIntegerRounding.hpp +0 -429
- data/ext/ruby-cbc/install/include/coin/CglMixedIntegerRounding2.hpp +0 -427
- data/ext/ruby-cbc/install/include/coin/CglOddHole.hpp +0 -160
- data/ext/ruby-cbc/install/include/coin/CglParam.hpp +0 -93
- data/ext/ruby-cbc/install/include/coin/CglPreProcess.hpp +0 -492
- data/ext/ruby-cbc/install/include/coin/CglProbing.hpp +0 -543
- data/ext/ruby-cbc/install/include/coin/CglRedSplit.hpp +0 -448
- data/ext/ruby-cbc/install/include/coin/CglRedSplit2.hpp +0 -494
- data/ext/ruby-cbc/install/include/coin/CglRedSplit2Param.hpp +0 -495
- data/ext/ruby-cbc/install/include/coin/CglRedSplitParam.hpp +0 -272
- data/ext/ruby-cbc/install/include/coin/CglResidualCapacity.hpp +0 -240
- data/ext/ruby-cbc/install/include/coin/CglSimpleRounding.hpp +0 -174
- data/ext/ruby-cbc/install/include/coin/CglStored.hpp +0 -125
- data/ext/ruby-cbc/install/include/coin/CglTreeInfo.hpp +0 -180
- data/ext/ruby-cbc/install/include/coin/CglTwomir.hpp +0 -565
- data/ext/ruby-cbc/install/include/coin/CglZeroHalf.hpp +0 -133
- data/ext/ruby-cbc/install/include/coin/ClpAmplObjective.hpp +0 -113
- data/ext/ruby-cbc/install/include/coin/ClpCholeskyBase.hpp +0 -294
- data/ext/ruby-cbc/install/include/coin/ClpCholeskyDense.hpp +0 -162
- data/ext/ruby-cbc/install/include/coin/ClpConfig.h +0 -17
- data/ext/ruby-cbc/install/include/coin/ClpConstraint.hpp +0 -125
- data/ext/ruby-cbc/install/include/coin/ClpConstraintAmpl.hpp +0 -108
- data/ext/ruby-cbc/install/include/coin/ClpConstraintLinear.hpp +0 -110
- data/ext/ruby-cbc/install/include/coin/ClpConstraintQuadratic.hpp +0 -119
- data/ext/ruby-cbc/install/include/coin/ClpDualRowDantzig.hpp +0 -71
- data/ext/ruby-cbc/install/include/coin/ClpDualRowPivot.hpp +0 -129
- data/ext/ruby-cbc/install/include/coin/ClpDualRowSteepest.hpp +0 -153
- data/ext/ruby-cbc/install/include/coin/ClpDummyMatrix.hpp +0 -183
- data/ext/ruby-cbc/install/include/coin/ClpDynamicExampleMatrix.hpp +0 -186
- data/ext/ruby-cbc/install/include/coin/ClpDynamicMatrix.hpp +0 -381
- data/ext/ruby-cbc/install/include/coin/ClpEventHandler.hpp +0 -187
- data/ext/ruby-cbc/install/include/coin/ClpFactorization.hpp +0 -432
- data/ext/ruby-cbc/install/include/coin/ClpGubDynamicMatrix.hpp +0 -247
- data/ext/ruby-cbc/install/include/coin/ClpGubMatrix.hpp +0 -358
- data/ext/ruby-cbc/install/include/coin/ClpInterior.hpp +0 -570
- data/ext/ruby-cbc/install/include/coin/ClpLinearObjective.hpp +0 -103
- data/ext/ruby-cbc/install/include/coin/ClpMatrixBase.hpp +0 -524
- data/ext/ruby-cbc/install/include/coin/ClpMessage.hpp +0 -131
- data/ext/ruby-cbc/install/include/coin/ClpModel.hpp +0 -1307
- data/ext/ruby-cbc/install/include/coin/ClpNetworkMatrix.hpp +0 -229
- data/ext/ruby-cbc/install/include/coin/ClpNode.hpp +0 -349
- data/ext/ruby-cbc/install/include/coin/ClpNonLinearCost.hpp +0 -401
- data/ext/ruby-cbc/install/include/coin/ClpObjective.hpp +0 -134
- data/ext/ruby-cbc/install/include/coin/ClpPackedMatrix.hpp +0 -638
- data/ext/ruby-cbc/install/include/coin/ClpParameters.hpp +0 -126
- data/ext/ruby-cbc/install/include/coin/ClpPdcoBase.hpp +0 -103
- data/ext/ruby-cbc/install/include/coin/ClpPlusMinusOneMatrix.hpp +0 -290
- data/ext/ruby-cbc/install/include/coin/ClpPresolve.hpp +0 -299
- data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnDantzig.hpp +0 -72
- data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnPivot.hpp +0 -155
- data/ext/ruby-cbc/install/include/coin/ClpPrimalColumnSteepest.hpp +0 -247
- data/ext/ruby-cbc/install/include/coin/ClpQuadraticObjective.hpp +0 -155
- data/ext/ruby-cbc/install/include/coin/ClpSimplex.hpp +0 -1797
- data/ext/ruby-cbc/install/include/coin/ClpSimplexDual.hpp +0 -300
- data/ext/ruby-cbc/install/include/coin/ClpSimplexNonlinear.hpp +0 -117
- data/ext/ruby-cbc/install/include/coin/ClpSimplexOther.hpp +0 -277
- data/ext/ruby-cbc/install/include/coin/ClpSimplexPrimal.hpp +0 -244
- data/ext/ruby-cbc/install/include/coin/ClpSolve.hpp +0 -446
- data/ext/ruby-cbc/install/include/coin/Clp_C_Interface.h +0 -525
- data/ext/ruby-cbc/install/include/coin/CoinAlloc.hpp +0 -176
- data/ext/ruby-cbc/install/include/coin/CoinBuild.hpp +0 -149
- data/ext/ruby-cbc/install/include/coin/CoinDenseFactorization.hpp +0 -419
- data/ext/ruby-cbc/install/include/coin/CoinDenseVector.hpp +0 -383
- data/ext/ruby-cbc/install/include/coin/CoinDistance.hpp +0 -48
- data/ext/ruby-cbc/install/include/coin/CoinError.hpp +0 -257
- data/ext/ruby-cbc/install/include/coin/CoinFactorization.hpp +0 -2044
- data/ext/ruby-cbc/install/include/coin/CoinFileIO.hpp +0 -166
- data/ext/ruby-cbc/install/include/coin/CoinFinite.hpp +0 -34
- data/ext/ruby-cbc/install/include/coin/CoinFloatEqual.hpp +0 -177
- data/ext/ruby-cbc/install/include/coin/CoinHelperFunctions.hpp +0 -1111
- data/ext/ruby-cbc/install/include/coin/CoinIndexedVector.hpp +0 -1164
- data/ext/ruby-cbc/install/include/coin/CoinLpIO.hpp +0 -805
- data/ext/ruby-cbc/install/include/coin/CoinMessage.hpp +0 -96
- data/ext/ruby-cbc/install/include/coin/CoinMessageHandler.hpp +0 -666
- data/ext/ruby-cbc/install/include/coin/CoinModel.hpp +0 -1054
- data/ext/ruby-cbc/install/include/coin/CoinModelUseful.hpp +0 -441
- data/ext/ruby-cbc/install/include/coin/CoinMpsIO.hpp +0 -1056
- data/ext/ruby-cbc/install/include/coin/CoinOslFactorization.hpp +0 -280
- data/ext/ruby-cbc/install/include/coin/CoinPackedMatrix.hpp +0 -947
- data/ext/ruby-cbc/install/include/coin/CoinPackedVector.hpp +0 -657
- data/ext/ruby-cbc/install/include/coin/CoinPackedVectorBase.hpp +0 -269
- data/ext/ruby-cbc/install/include/coin/CoinParam.hpp +0 -644
- data/ext/ruby-cbc/install/include/coin/CoinPragma.hpp +0 -26
- data/ext/ruby-cbc/install/include/coin/CoinPresolveDoubleton.hpp +0 -73
- data/ext/ruby-cbc/install/include/coin/CoinPresolveDual.hpp +0 -85
- data/ext/ruby-cbc/install/include/coin/CoinPresolveDupcol.hpp +0 -226
- data/ext/ruby-cbc/install/include/coin/CoinPresolveEmpty.hpp +0 -116
- data/ext/ruby-cbc/install/include/coin/CoinPresolveFixed.hpp +0 -181
- data/ext/ruby-cbc/install/include/coin/CoinPresolveForcing.hpp +0 -61
- data/ext/ruby-cbc/install/include/coin/CoinPresolveImpliedFree.hpp +0 -60
- data/ext/ruby-cbc/install/include/coin/CoinPresolveIsolated.hpp +0 -51
- data/ext/ruby-cbc/install/include/coin/CoinPresolveMatrix.hpp +0 -1842
- data/ext/ruby-cbc/install/include/coin/CoinPresolveMonitor.hpp +0 -105
- data/ext/ruby-cbc/install/include/coin/CoinPresolvePsdebug.hpp +0 -166
- data/ext/ruby-cbc/install/include/coin/CoinPresolveSingleton.hpp +0 -112
- data/ext/ruby-cbc/install/include/coin/CoinPresolveSubst.hpp +0 -101
- data/ext/ruby-cbc/install/include/coin/CoinPresolveTighten.hpp +0 -55
- data/ext/ruby-cbc/install/include/coin/CoinPresolveTripleton.hpp +0 -66
- data/ext/ruby-cbc/install/include/coin/CoinPresolveUseless.hpp +0 -63
- data/ext/ruby-cbc/install/include/coin/CoinPresolveZeros.hpp +0 -60
- data/ext/ruby-cbc/install/include/coin/CoinRational.hpp +0 -44
- data/ext/ruby-cbc/install/include/coin/CoinSearchTree.hpp +0 -465
- data/ext/ruby-cbc/install/include/coin/CoinShallowPackedVector.hpp +0 -148
- data/ext/ruby-cbc/install/include/coin/CoinSignal.hpp +0 -117
- data/ext/ruby-cbc/install/include/coin/CoinSimpFactorization.hpp +0 -431
- data/ext/ruby-cbc/install/include/coin/CoinSmartPtr.hpp +0 -528
- data/ext/ruby-cbc/install/include/coin/CoinSnapshot.hpp +0 -476
- data/ext/ruby-cbc/install/include/coin/CoinSort.hpp +0 -678
- data/ext/ruby-cbc/install/include/coin/CoinStructuredModel.hpp +0 -247
- data/ext/ruby-cbc/install/include/coin/CoinTime.hpp +0 -310
- data/ext/ruby-cbc/install/include/coin/CoinTypes.hpp +0 -64
- data/ext/ruby-cbc/install/include/coin/CoinUtility.hpp +0 -19
- data/ext/ruby-cbc/install/include/coin/CoinUtilsConfig.h +0 -34
- data/ext/ruby-cbc/install/include/coin/CoinWarmStart.hpp +0 -58
- data/ext/ruby-cbc/install/include/coin/CoinWarmStartBasis.hpp +0 -456
- data/ext/ruby-cbc/install/include/coin/CoinWarmStartDual.hpp +0 -166
- data/ext/ruby-cbc/install/include/coin/CoinWarmStartPrimalDual.hpp +0 -211
- data/ext/ruby-cbc/install/include/coin/CoinWarmStartVector.hpp +0 -488
- data/ext/ruby-cbc/install/include/coin/Coin_C_defines.h +0 -115
- data/ext/ruby-cbc/install/include/coin/Idiot.hpp +0 -298
- data/ext/ruby-cbc/install/include/coin/OsiAuxInfo.hpp +0 -206
- data/ext/ruby-cbc/install/include/coin/OsiBranchingObject.hpp +0 -1005
- data/ext/ruby-cbc/install/include/coin/OsiCbcSolverInterface.hpp +0 -764
- data/ext/ruby-cbc/install/include/coin/OsiChooseVariable.hpp +0 -534
- data/ext/ruby-cbc/install/include/coin/OsiClpSolverInterface.hpp +0 -1509
- data/ext/ruby-cbc/install/include/coin/OsiColCut.hpp +0 -324
- data/ext/ruby-cbc/install/include/coin/OsiCollections.hpp +0 -35
- data/ext/ruby-cbc/install/include/coin/OsiConfig.h +0 -19
- data/ext/ruby-cbc/install/include/coin/OsiCut.hpp +0 -245
- data/ext/ruby-cbc/install/include/coin/OsiCuts.hpp +0 -474
- data/ext/ruby-cbc/install/include/coin/OsiPresolve.hpp +0 -252
- data/ext/ruby-cbc/install/include/coin/OsiRowCut.hpp +0 -331
- data/ext/ruby-cbc/install/include/coin/OsiRowCutDebugger.hpp +0 -187
- data/ext/ruby-cbc/install/include/coin/OsiSolverBranch.hpp +0 -152
- data/ext/ruby-cbc/install/include/coin/OsiSolverInterface.hpp +0 -2143
- data/ext/ruby-cbc/install/include/coin/OsiSolverParameters.hpp +0 -142
- data/ext/ruby-cbc/install/include/coin/OsiUnitTests.hpp +0 -374
- data/ext/ruby-cbc/install/lib/libCbc.la +0 -35
- data/ext/ruby-cbc/install/lib/libCbc.so +0 -0
- data/ext/ruby-cbc/install/lib/libCbc.so.3 +0 -0
- data/ext/ruby-cbc/install/lib/libCbc.so.3.9.7 +0 -0
- data/ext/ruby-cbc/install/lib/libCbcSolver.la +0 -35
- data/ext/ruby-cbc/install/lib/libCbcSolver.so +0 -0
- data/ext/ruby-cbc/install/lib/libCbcSolver.so.3 +0 -0
- data/ext/ruby-cbc/install/lib/libCbcSolver.so.3.9.7 +0 -0
- data/ext/ruby-cbc/install/lib/libCgl.la +0 -35
- data/ext/ruby-cbc/install/lib/libCgl.so +0 -0
- data/ext/ruby-cbc/install/lib/libCgl.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libCgl.so.1.9.7 +0 -0
- data/ext/ruby-cbc/install/lib/libClp.la +0 -35
- data/ext/ruby-cbc/install/lib/libClp.so +0 -0
- data/ext/ruby-cbc/install/lib/libClp.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libClp.so.1.13.9 +0 -0
- data/ext/ruby-cbc/install/lib/libClpSolver.la +0 -35
- data/ext/ruby-cbc/install/lib/libClpSolver.so +0 -0
- data/ext/ruby-cbc/install/lib/libClpSolver.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libClpSolver.so.1.13.9 +0 -0
- data/ext/ruby-cbc/install/lib/libCoinUtils.la +0 -35
- data/ext/ruby-cbc/install/lib/libCoinUtils.so +0 -0
- data/ext/ruby-cbc/install/lib/libCoinUtils.so.3 +0 -0
- data/ext/ruby-cbc/install/lib/libCoinUtils.so.3.10.11 +0 -0
- data/ext/ruby-cbc/install/lib/libOsi.la +0 -35
- data/ext/ruby-cbc/install/lib/libOsi.so +0 -0
- data/ext/ruby-cbc/install/lib/libOsi.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libOsi.so.1.12.6 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCbc.la +0 -35
- data/ext/ruby-cbc/install/lib/libOsiCbc.so +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCbc.so.3 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCbc.so.3.9.7 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiClp.la +0 -35
- data/ext/ruby-cbc/install/lib/libOsiClp.so +0 -0
- data/ext/ruby-cbc/install/lib/libOsiClp.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiClp.so.1.13.9 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCommonTests.la +0 -35
- data/ext/ruby-cbc/install/lib/libOsiCommonTests.so +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCommonTests.so.1 +0 -0
- data/ext/ruby-cbc/install/lib/libOsiCommonTests.so.1.12.6 +0 -0
- data/ext/ruby-cbc/install/lib/pkgconfig/cbc.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/cgl.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/clp.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/coindatamiplib3.pc +0 -9
- data/ext/ruby-cbc/install/lib/pkgconfig/coindatasample.pc +0 -9
- data/ext/ruby-cbc/install/lib/pkgconfig/coinutils.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/osi-cbc.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/osi-clp.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/osi-unittests.pc +0 -12
- data/ext/ruby-cbc/install/lib/pkgconfig/osi.pc +0 -12
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
/* $Id: ClpCholeskyDense.hpp 1910 2013-01-27 02:00:13Z stefan $ */
|
|
2
|
-
/*
|
|
3
|
-
Copyright (C) 2003, International Business Machines Corporation
|
|
4
|
-
and others. All Rights Reserved.
|
|
5
|
-
|
|
6
|
-
This code is licensed under the terms of the Eclipse Public License (EPL).
|
|
7
|
-
*/
|
|
8
|
-
#ifndef ClpCholeskyDense_H
|
|
9
|
-
#define ClpCholeskyDense_H
|
|
10
|
-
|
|
11
|
-
#include "ClpCholeskyBase.hpp"
|
|
12
|
-
class ClpMatrixBase;
|
|
13
|
-
|
|
14
|
-
class ClpCholeskyDense : public ClpCholeskyBase {
|
|
15
|
-
|
|
16
|
-
public:
|
|
17
|
-
/**@name Virtual methods that the derived classes provides */
|
|
18
|
-
/**@{*/
|
|
19
|
-
/** Orders rows and saves pointer to matrix.and model.
|
|
20
|
-
Returns non-zero if not enough memory */
|
|
21
|
-
virtual int order(ClpInterior * model) ;
|
|
22
|
-
/** Does Symbolic factorization given permutation.
|
|
23
|
-
This is called immediately after order. If user provides this then
|
|
24
|
-
user must provide factorize and solve. Otherwise the default factorization is used
|
|
25
|
-
returns non-zero if not enough memory */
|
|
26
|
-
virtual int symbolic();
|
|
27
|
-
/** Factorize - filling in rowsDropped and returning number dropped.
|
|
28
|
-
If return code negative then out of memory */
|
|
29
|
-
virtual int factorize(const CoinWorkDouble * diagonal, int * rowsDropped) ;
|
|
30
|
-
/** Uses factorization to solve. */
|
|
31
|
-
virtual void solve (CoinWorkDouble * region) ;
|
|
32
|
-
/**@}*/
|
|
33
|
-
|
|
34
|
-
/**@name Non virtual methods for ClpCholeskyDense */
|
|
35
|
-
/**@{*/
|
|
36
|
-
/** Reserves space.
|
|
37
|
-
If factor not NULL then just uses passed space
|
|
38
|
-
Returns non-zero if not enough memory */
|
|
39
|
-
int reserveSpace(const ClpCholeskyBase * factor, int numberRows) ;
|
|
40
|
-
/** Returns space needed */
|
|
41
|
-
CoinBigIndex space( int numberRows) const;
|
|
42
|
-
/** part 2 of Factorize - filling in rowsDropped */
|
|
43
|
-
void factorizePart2(int * rowsDropped) ;
|
|
44
|
-
/** part 2 of Factorize - filling in rowsDropped - blocked */
|
|
45
|
-
void factorizePart3(int * rowsDropped) ;
|
|
46
|
-
/** Forward part of solve */
|
|
47
|
-
void solveF1(longDouble * a, int n, CoinWorkDouble * region);
|
|
48
|
-
void solveF2(longDouble * a, int n, CoinWorkDouble * region, CoinWorkDouble * region2);
|
|
49
|
-
/** Backward part of solve */
|
|
50
|
-
void solveB1(longDouble * a, int n, CoinWorkDouble * region);
|
|
51
|
-
void solveB2(longDouble * a, int n, CoinWorkDouble * region, CoinWorkDouble * region2);
|
|
52
|
-
int bNumber(const longDouble * array, int &, int&);
|
|
53
|
-
/** A */
|
|
54
|
-
inline longDouble * aMatrix() const {
|
|
55
|
-
return sparseFactor_;
|
|
56
|
-
}
|
|
57
|
-
/** Diagonal */
|
|
58
|
-
inline longDouble * diagonal() const {
|
|
59
|
-
return diagonal_;
|
|
60
|
-
}
|
|
61
|
-
/**@}*/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
/**@name Constructors, destructor */
|
|
65
|
-
/**@{*/
|
|
66
|
-
/** Default constructor. */
|
|
67
|
-
ClpCholeskyDense();
|
|
68
|
-
/** Destructor */
|
|
69
|
-
virtual ~ClpCholeskyDense();
|
|
70
|
-
/** Copy */
|
|
71
|
-
ClpCholeskyDense(const ClpCholeskyDense&);
|
|
72
|
-
/** Assignment */
|
|
73
|
-
ClpCholeskyDense& operator=(const ClpCholeskyDense&);
|
|
74
|
-
/** Clone */
|
|
75
|
-
virtual ClpCholeskyBase * clone() const ;
|
|
76
|
-
/**@}*/
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
private:
|
|
80
|
-
/**@name Data members */
|
|
81
|
-
/**@{*/
|
|
82
|
-
/** Just borrowing space */
|
|
83
|
-
bool borrowSpace_;
|
|
84
|
-
/**@}*/
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
/* structure for C */
|
|
88
|
-
typedef struct {
|
|
89
|
-
longDouble * diagonal_;
|
|
90
|
-
longDouble * a;
|
|
91
|
-
longDouble * work;
|
|
92
|
-
int * rowsDropped;
|
|
93
|
-
double doubleParameters_[1]; /* corresponds to 10 */
|
|
94
|
-
int integerParameters_[2]; /* corresponds to 34, nThreads */
|
|
95
|
-
int n;
|
|
96
|
-
int numberBlocks;
|
|
97
|
-
} ClpCholeskyDenseC;
|
|
98
|
-
|
|
99
|
-
extern "C" {
|
|
100
|
-
void ClpCholeskySpawn(void *);
|
|
101
|
-
}
|
|
102
|
-
/**Non leaf recursive factor */
|
|
103
|
-
void
|
|
104
|
-
ClpCholeskyCfactor(ClpCholeskyDenseC * thisStruct,
|
|
105
|
-
longDouble * a, int n, int numberBlocks,
|
|
106
|
-
longDouble * diagonal, longDouble * work, int * rowsDropped);
|
|
107
|
-
|
|
108
|
-
/**Non leaf recursive triangle rectangle update */
|
|
109
|
-
void
|
|
110
|
-
ClpCholeskyCtriRec(ClpCholeskyDenseC * thisStruct,
|
|
111
|
-
longDouble * aTri, int nThis,
|
|
112
|
-
longDouble * aUnder, longDouble * diagonal,
|
|
113
|
-
longDouble * work,
|
|
114
|
-
int nLeft, int iBlock, int jBlock,
|
|
115
|
-
int numberBlocks);
|
|
116
|
-
/**Non leaf recursive rectangle triangle update */
|
|
117
|
-
void
|
|
118
|
-
ClpCholeskyCrecTri(ClpCholeskyDenseC * thisStruct,
|
|
119
|
-
longDouble * aUnder, int nTri, int nDo,
|
|
120
|
-
int iBlock, int jBlock, longDouble * aTri,
|
|
121
|
-
longDouble * diagonal, longDouble * work,
|
|
122
|
-
int numberBlocks);
|
|
123
|
-
/** Non leaf recursive rectangle rectangle update,
|
|
124
|
-
nUnder is number of rows in iBlock,
|
|
125
|
-
nUnderK is number of rows in kBlock
|
|
126
|
-
*/
|
|
127
|
-
void
|
|
128
|
-
ClpCholeskyCrecRec(ClpCholeskyDenseC * thisStruct,
|
|
129
|
-
longDouble * above, int nUnder, int nUnderK,
|
|
130
|
-
int nDo, longDouble * aUnder, longDouble *aOther,
|
|
131
|
-
longDouble * work,
|
|
132
|
-
int iBlock, int jBlock,
|
|
133
|
-
int numberBlocks);
|
|
134
|
-
/**Leaf recursive factor */
|
|
135
|
-
void
|
|
136
|
-
ClpCholeskyCfactorLeaf(ClpCholeskyDenseC * thisStruct,
|
|
137
|
-
longDouble * a, int n,
|
|
138
|
-
longDouble * diagonal, longDouble * work,
|
|
139
|
-
int * rowsDropped);
|
|
140
|
-
/**Leaf recursive triangle rectangle update */
|
|
141
|
-
void
|
|
142
|
-
ClpCholeskyCtriRecLeaf(/*ClpCholeskyDenseC * thisStruct,*/
|
|
143
|
-
longDouble * aTri, longDouble * aUnder,
|
|
144
|
-
longDouble * diagonal, longDouble * work,
|
|
145
|
-
int nUnder);
|
|
146
|
-
/**Leaf recursive rectangle triangle update */
|
|
147
|
-
void
|
|
148
|
-
ClpCholeskyCrecTriLeaf(/*ClpCholeskyDenseC * thisStruct, */
|
|
149
|
-
longDouble * aUnder, longDouble * aTri,
|
|
150
|
-
/*longDouble * diagonal,*/ longDouble * work, int nUnder);
|
|
151
|
-
/** Leaf recursive rectangle rectangle update,
|
|
152
|
-
nUnder is number of rows in iBlock,
|
|
153
|
-
nUnderK is number of rows in kBlock
|
|
154
|
-
*/
|
|
155
|
-
void
|
|
156
|
-
ClpCholeskyCrecRecLeaf(/*ClpCholeskyDenseC * thisStruct, */
|
|
157
|
-
const longDouble * COIN_RESTRICT above,
|
|
158
|
-
const longDouble * COIN_RESTRICT aUnder,
|
|
159
|
-
longDouble * COIN_RESTRICT aOther,
|
|
160
|
-
const longDouble * COIN_RESTRICT work,
|
|
161
|
-
int nUnder);
|
|
162
|
-
#endif
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* src/config_clp.h. Generated by configure. */
|
|
2
|
-
/* src/config_clp.h.in. */
|
|
3
|
-
|
|
4
|
-
/* Define to 1, 2, 3, or 4 if Aboca should be build. */
|
|
5
|
-
/* #undef CLP_HAS_ABC */
|
|
6
|
-
|
|
7
|
-
/* Version number of project */
|
|
8
|
-
#define CLP_VERSION "1.16.9"
|
|
9
|
-
|
|
10
|
-
/* Major Version number of project */
|
|
11
|
-
#define CLP_VERSION_MAJOR 1
|
|
12
|
-
|
|
13
|
-
/* Minor Version number of project */
|
|
14
|
-
#define CLP_VERSION_MINOR 16
|
|
15
|
-
|
|
16
|
-
/* Release Version number of project */
|
|
17
|
-
#define CLP_VERSION_RELEASE 9
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
/* $Id: ClpConstraint.hpp 1665 2011-01-04 17:55:54Z lou $ */
|
|
2
|
-
// Copyright (C) 2007, International Business Machines
|
|
3
|
-
// Corporation and others. All Rights Reserved.
|
|
4
|
-
// This code is licensed under the terms of the Eclipse Public License (EPL).
|
|
5
|
-
|
|
6
|
-
#ifndef ClpConstraint_H
|
|
7
|
-
#define ClpConstraint_H
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
//#############################################################################
|
|
11
|
-
class ClpSimplex;
|
|
12
|
-
class ClpModel;
|
|
13
|
-
|
|
14
|
-
/** Constraint Abstract Base Class
|
|
15
|
-
|
|
16
|
-
Abstract Base Class for describing a constraint or objective function
|
|
17
|
-
|
|
18
|
-
*/
|
|
19
|
-
class ClpConstraint {
|
|
20
|
-
|
|
21
|
-
public:
|
|
22
|
-
|
|
23
|
-
///@name Stuff
|
|
24
|
-
//@{
|
|
25
|
-
|
|
26
|
-
/** Fills gradient. If Linear then solution may be NULL,
|
|
27
|
-
also returns true value of function and offset so we can use x not deltaX in constraint
|
|
28
|
-
If refresh is false then uses last solution
|
|
29
|
-
Uses model for scaling
|
|
30
|
-
Returns non-zero if gradient undefined at current solution
|
|
31
|
-
*/
|
|
32
|
-
virtual int gradient(const ClpSimplex * model,
|
|
33
|
-
const double * solution,
|
|
34
|
-
double * gradient,
|
|
35
|
-
double & functionValue ,
|
|
36
|
-
double & offset,
|
|
37
|
-
bool useScaling = false,
|
|
38
|
-
bool refresh = true) const = 0;
|
|
39
|
-
/// Constraint function value
|
|
40
|
-
virtual double functionValue (const ClpSimplex * model,
|
|
41
|
-
const double * solution,
|
|
42
|
-
bool useScaling = false,
|
|
43
|
-
bool refresh = true) const ;
|
|
44
|
-
/// Resize constraint
|
|
45
|
-
virtual void resize(int newNumberColumns) = 0;
|
|
46
|
-
/// Delete columns in constraint
|
|
47
|
-
virtual void deleteSome(int numberToDelete, const int * which) = 0;
|
|
48
|
-
/// Scale constraint
|
|
49
|
-
virtual void reallyScale(const double * columnScale) = 0;
|
|
50
|
-
/** Given a zeroed array sets nonlinear columns to 1.
|
|
51
|
-
Returns number of nonlinear columns
|
|
52
|
-
*/
|
|
53
|
-
virtual int markNonlinear(char * which) const = 0;
|
|
54
|
-
/** Given a zeroed array sets possible nonzero coefficients to 1.
|
|
55
|
-
Returns number of nonzeros
|
|
56
|
-
*/
|
|
57
|
-
virtual int markNonzero(char * which) const = 0;
|
|
58
|
-
//@}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
///@name Constructors and destructors
|
|
62
|
-
//@{
|
|
63
|
-
/// Default Constructor
|
|
64
|
-
ClpConstraint();
|
|
65
|
-
|
|
66
|
-
/// Copy constructor
|
|
67
|
-
ClpConstraint(const ClpConstraint &);
|
|
68
|
-
|
|
69
|
-
/// Assignment operator
|
|
70
|
-
ClpConstraint & operator=(const ClpConstraint& rhs);
|
|
71
|
-
|
|
72
|
-
/// Destructor
|
|
73
|
-
virtual ~ClpConstraint ();
|
|
74
|
-
|
|
75
|
-
/// Clone
|
|
76
|
-
virtual ClpConstraint * clone() const = 0;
|
|
77
|
-
|
|
78
|
-
//@}
|
|
79
|
-
|
|
80
|
-
///@name Other
|
|
81
|
-
//@{
|
|
82
|
-
/// Returns type, 0 linear, 1 nonlinear
|
|
83
|
-
inline int type() {
|
|
84
|
-
return type_;
|
|
85
|
-
}
|
|
86
|
-
/// Row number (-1 is objective)
|
|
87
|
-
inline int rowNumber() const {
|
|
88
|
-
return rowNumber_;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/// Number of possible coefficients in gradient
|
|
92
|
-
virtual int numberCoefficients() const = 0;
|
|
93
|
-
|
|
94
|
-
/// Stored constraint function value
|
|
95
|
-
inline double functionValue () const {
|
|
96
|
-
return functionValue_;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/// Constraint offset
|
|
100
|
-
inline double offset () const {
|
|
101
|
-
return offset_;
|
|
102
|
-
}
|
|
103
|
-
/// Say we have new primal solution - so may need to recompute
|
|
104
|
-
virtual void newXValues() {}
|
|
105
|
-
//@}
|
|
106
|
-
|
|
107
|
-
//---------------------------------------------------------------------------
|
|
108
|
-
|
|
109
|
-
protected:
|
|
110
|
-
///@name Protected member data
|
|
111
|
-
//@{
|
|
112
|
-
/// Gradient at last evaluation
|
|
113
|
-
mutable double * lastGradient_;
|
|
114
|
-
/// Value of non-linear part of constraint
|
|
115
|
-
mutable double functionValue_;
|
|
116
|
-
/// Value of offset for constraint
|
|
117
|
-
mutable double offset_;
|
|
118
|
-
/// Type of constraint - linear is 1
|
|
119
|
-
int type_;
|
|
120
|
-
/// Row number (-1 is objective)
|
|
121
|
-
int rowNumber_;
|
|
122
|
-
//@}
|
|
123
|
-
};
|
|
124
|
-
|
|
125
|
-
#endif
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/* $Id: ClpConstraintAmpl.hpp 1899 2013-04-09 18:12:08Z stefan $ */
|
|
2
|
-
// Copyright (C) 2007, International Business Machines
|
|
3
|
-
// Corporation and others. All Rights Reserved.
|
|
4
|
-
// This code is licensed under the terms of the Eclipse Public License (EPL).
|
|
5
|
-
|
|
6
|
-
#ifndef ClpConstraintAmpl_H
|
|
7
|
-
#define ClpConstraintAmpl_H
|
|
8
|
-
|
|
9
|
-
#include "ClpConstraint.hpp"
|
|
10
|
-
|
|
11
|
-
//#############################################################################
|
|
12
|
-
|
|
13
|
-
/** Ampl Constraint Class
|
|
14
|
-
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
class ClpConstraintAmpl : public ClpConstraint {
|
|
18
|
-
|
|
19
|
-
public:
|
|
20
|
-
|
|
21
|
-
///@name Stuff
|
|
22
|
-
//@{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
/** Fills gradient. If Ampl then solution may be NULL,
|
|
26
|
-
also returns true value of function and offset so we can use x not deltaX in constraint
|
|
27
|
-
If refresh is false then uses last solution
|
|
28
|
-
Uses model for scaling
|
|
29
|
-
Returns non-zero if gradient udefined at current solution
|
|
30
|
-
*/
|
|
31
|
-
virtual int gradient(const ClpSimplex * model,
|
|
32
|
-
const double * solution,
|
|
33
|
-
double * gradient,
|
|
34
|
-
double & functionValue ,
|
|
35
|
-
double & offset,
|
|
36
|
-
bool useScaling = false,
|
|
37
|
-
bool refresh = true) const ;
|
|
38
|
-
/// Resize constraint
|
|
39
|
-
virtual void resize(int newNumberColumns) ;
|
|
40
|
-
/// Delete columns in constraint
|
|
41
|
-
virtual void deleteSome(int numberToDelete, const int * which) ;
|
|
42
|
-
/// Scale constraint
|
|
43
|
-
virtual void reallyScale(const double * columnScale) ;
|
|
44
|
-
/** Given a zeroed array sets nonampl columns to 1.
|
|
45
|
-
Returns number of nonampl columns
|
|
46
|
-
*/
|
|
47
|
-
virtual int markNonlinear(char * which) const ;
|
|
48
|
-
/** Given a zeroed array sets possible nonzero coefficients to 1.
|
|
49
|
-
Returns number of nonzeros
|
|
50
|
-
*/
|
|
51
|
-
virtual int markNonzero(char * which) const;
|
|
52
|
-
/// Say we have new primal solution - so may need to recompute
|
|
53
|
-
virtual void newXValues() ;
|
|
54
|
-
//@}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
///@name Constructors and destructors
|
|
58
|
-
//@{
|
|
59
|
-
/// Default Constructor
|
|
60
|
-
ClpConstraintAmpl();
|
|
61
|
-
|
|
62
|
-
/// Constructor from ampl
|
|
63
|
-
ClpConstraintAmpl(int row, void * amplInfo);
|
|
64
|
-
|
|
65
|
-
/** Copy constructor .
|
|
66
|
-
*/
|
|
67
|
-
ClpConstraintAmpl(const ClpConstraintAmpl & rhs);
|
|
68
|
-
|
|
69
|
-
/// Assignment operator
|
|
70
|
-
ClpConstraintAmpl & operator=(const ClpConstraintAmpl& rhs);
|
|
71
|
-
|
|
72
|
-
/// Destructor
|
|
73
|
-
virtual ~ClpConstraintAmpl ();
|
|
74
|
-
|
|
75
|
-
/// Clone
|
|
76
|
-
virtual ClpConstraint * clone() const;
|
|
77
|
-
//@}
|
|
78
|
-
///@name Gets and sets
|
|
79
|
-
//@{
|
|
80
|
-
/// Number of coefficients
|
|
81
|
-
virtual int numberCoefficients() const;
|
|
82
|
-
/// Columns
|
|
83
|
-
inline const int * column() const {
|
|
84
|
-
return column_;
|
|
85
|
-
}
|
|
86
|
-
/// Coefficients
|
|
87
|
-
inline const double * coefficient() const {
|
|
88
|
-
return coefficient_;
|
|
89
|
-
}
|
|
90
|
-
//@}
|
|
91
|
-
|
|
92
|
-
//---------------------------------------------------------------------------
|
|
93
|
-
|
|
94
|
-
private:
|
|
95
|
-
///@name Private member data
|
|
96
|
-
/// Ampl info
|
|
97
|
-
void * amplInfo_;
|
|
98
|
-
/// Column
|
|
99
|
-
int * column_;
|
|
100
|
-
/// Coefficients
|
|
101
|
-
double * coefficient_;
|
|
102
|
-
/// Number of coefficients in gradient
|
|
103
|
-
int numberCoefficients_;
|
|
104
|
-
//@}
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
#endif
|
|
108
|
-
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
/* $Id: ClpConstraintLinear.hpp 1665 2011-01-04 17:55:54Z lou $ */
|
|
2
|
-
// Copyright (C) 2007, International Business Machines
|
|
3
|
-
// Corporation and others. All Rights Reserved.
|
|
4
|
-
// This code is licensed under the terms of the Eclipse Public License (EPL).
|
|
5
|
-
|
|
6
|
-
#ifndef ClpConstraintLinear_H
|
|
7
|
-
#define ClpConstraintLinear_H
|
|
8
|
-
|
|
9
|
-
#include "ClpConstraint.hpp"
|
|
10
|
-
|
|
11
|
-
//#############################################################################
|
|
12
|
-
|
|
13
|
-
/** Linear Constraint Class
|
|
14
|
-
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
class ClpConstraintLinear : public ClpConstraint {
|
|
18
|
-
|
|
19
|
-
public:
|
|
20
|
-
|
|
21
|
-
///@name Stuff
|
|
22
|
-
//@{
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
/** Fills gradient. If Linear then solution may be NULL,
|
|
26
|
-
also returns true value of function and offset so we can use x not deltaX in constraint
|
|
27
|
-
If refresh is false then uses last solution
|
|
28
|
-
Uses model for scaling
|
|
29
|
-
Returns non-zero if gradient udefined at current solution
|
|
30
|
-
*/
|
|
31
|
-
virtual int gradient(const ClpSimplex * model,
|
|
32
|
-
const double * solution,
|
|
33
|
-
double * gradient,
|
|
34
|
-
double & functionValue ,
|
|
35
|
-
double & offset,
|
|
36
|
-
bool useScaling = false,
|
|
37
|
-
bool refresh = true) const ;
|
|
38
|
-
/// Resize constraint
|
|
39
|
-
virtual void resize(int newNumberColumns) ;
|
|
40
|
-
/// Delete columns in constraint
|
|
41
|
-
virtual void deleteSome(int numberToDelete, const int * which) ;
|
|
42
|
-
/// Scale constraint
|
|
43
|
-
virtual void reallyScale(const double * columnScale) ;
|
|
44
|
-
/** Given a zeroed array sets nonlinear columns to 1.
|
|
45
|
-
Returns number of nonlinear columns
|
|
46
|
-
*/
|
|
47
|
-
virtual int markNonlinear(char * which) const ;
|
|
48
|
-
/** Given a zeroed array sets possible nonzero coefficients to 1.
|
|
49
|
-
Returns number of nonzeros
|
|
50
|
-
*/
|
|
51
|
-
virtual int markNonzero(char * which) const;
|
|
52
|
-
//@}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
///@name Constructors and destructors
|
|
56
|
-
//@{
|
|
57
|
-
/// Default Constructor
|
|
58
|
-
ClpConstraintLinear();
|
|
59
|
-
|
|
60
|
-
/// Constructor from constraint
|
|
61
|
-
ClpConstraintLinear(int row, int numberCoefficients, int numberColumns,
|
|
62
|
-
const int * column, const double * element);
|
|
63
|
-
|
|
64
|
-
/** Copy constructor .
|
|
65
|
-
*/
|
|
66
|
-
ClpConstraintLinear(const ClpConstraintLinear & rhs);
|
|
67
|
-
|
|
68
|
-
/// Assignment operator
|
|
69
|
-
ClpConstraintLinear & operator=(const ClpConstraintLinear& rhs);
|
|
70
|
-
|
|
71
|
-
/// Destructor
|
|
72
|
-
virtual ~ClpConstraintLinear ();
|
|
73
|
-
|
|
74
|
-
/// Clone
|
|
75
|
-
virtual ClpConstraint * clone() const;
|
|
76
|
-
//@}
|
|
77
|
-
///@name Gets and sets
|
|
78
|
-
//@{
|
|
79
|
-
/// Number of coefficients
|
|
80
|
-
virtual int numberCoefficients() const;
|
|
81
|
-
/// Number of columns in linear constraint
|
|
82
|
-
inline int numberColumns() const {
|
|
83
|
-
return numberColumns_;
|
|
84
|
-
}
|
|
85
|
-
/// Columns
|
|
86
|
-
inline const int * column() const {
|
|
87
|
-
return column_;
|
|
88
|
-
}
|
|
89
|
-
/// Coefficients
|
|
90
|
-
inline const double * coefficient() const {
|
|
91
|
-
return coefficient_;
|
|
92
|
-
}
|
|
93
|
-
//@}
|
|
94
|
-
|
|
95
|
-
//---------------------------------------------------------------------------
|
|
96
|
-
|
|
97
|
-
private:
|
|
98
|
-
///@name Private member data
|
|
99
|
-
/// Column
|
|
100
|
-
int * column_;
|
|
101
|
-
/// Coefficients
|
|
102
|
-
double * coefficient_;
|
|
103
|
-
/// Useful to have number of columns about
|
|
104
|
-
int numberColumns_;
|
|
105
|
-
/// Number of coefficients
|
|
106
|
-
int numberCoefficients_;
|
|
107
|
-
//@}
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
#endif
|