# # ChangeLog for branches/sandbox/Cbc/src # # Generated by Trac 1.0.11 # Dec 5, 2019 10:10:09 AM Wed, 20 Jan 2010 10:48:58 GMT forrest [1420] * branches/sandbox/Cbc/src/CbcNode.cpp (modified) fix if integers have very large coefficients Tue, 05 Jan 2010 16:20:52 GMT forrest [1412] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcThread.cpp (modified) * branches/sandbox/Cbc/src/CbcThread.hpp (modified) try and modularize threads Mon, 21 Dec 2009 16:59:56 GMT forrest [1409] * branches/sandbox/Cbc/src/CbcCutGenerator.hpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) * branches/sandbox/Cbc/src/CbcNode.cpp (modified) * branches/sandbox/Cbc/src/CbcThread.cpp (modified) * branches/sandbox/Cbc/src/CbcThread.hpp (modified) first attempt at cleaning up threads Thu, 17 Dec 2009 14:26:46 GMT forrest [1406] * branches/sandbox/Cbc/src/CbcNode.cpp (modified) fix memory leak Wed, 16 Dec 2009 11:04:18 GMT forrest [1404] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcThread.cpp (added) * branches/sandbox/Cbc/src/CbcThread.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) preliminary changes for cleaning up threads and smaller CbcModel methods Fri, 11 Dec 2009 15:47:34 GMT lou [1401] * branches/sandbox/Cbc/src/CbcLinkedUtils.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.hpp (modified) A final commit to make it clear that CbcSolver is an unused class in ... Fri, 11 Dec 2009 14:14:06 GMT lou [1400] * branches/sandbox/Cbc/src/CbcBranchBase.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareBase.hpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) * branches/sandbox/Cbc/src/CbcNode.hpp (modified) Add a final blank line; hudson test server seems to want it. Fri, 11 Dec 2009 05:01:27 GMT bjarni [1399] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Updated Makefile.am in sandbox adding CbcSolverExpandKnapsack.cpp ... Fri, 11 Dec 2009 04:46:08 GMT bjarni [1398] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolverExpandKnapsack.cpp (added) * branches/sandbox/Cbc/src/CbcSolverExpandKnapsack.hpp (added) Extracted expandKnapsack() from CbcSolver.cpp and placed it in ... Fri, 11 Dec 2009 03:43:47 GMT bjarni [1396] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Update Makefile.am to add CbcSolverAnalyze.cpp (and .hpp) Fri, 11 Dec 2009 02:43:19 GMT bjarni [1395] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolverAnalyze.cpp (added) * branches/sandbox/Cbc/src/CbcSolverAnalyze.hpp (added) Extracted analyze() from CbcSolver.cpp and placed it in ... Fri, 11 Dec 2009 02:30:45 GMT bjarni [1394] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Moving global variables CbcOrClpRead_mode, CbcOrClpReadCommand, ... Fri, 11 Dec 2009 00:29:38 GMT lou [1393] * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareDefault.cpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.cpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDINS.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDive.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.hpp (modified) * branches/sandbox/Cbc/src/CbcLinked.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcNWay.hpp (modified) * branches/sandbox/Cbc/src/CbcNode.cpp (modified) * branches/sandbox/Cbc/src/CbcNodeInfo.cpp (modified) * branches/sandbox/Cbc/src/CbcNodeInfo.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolverHeuristics.cpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) * branches/sandbox/Cbc/src/CbcSubProblem.cpp (modified) * branches/sandbox/Cbc/src/CbcTree.cpp (modified) * branches/sandbox/Cbc/src/CbcTree.hpp (modified) * branches/sandbox/Cbc/src/CbcTreeLocal.cpp (modified) * branches/sandbox/Cbc/src/Cbc_ampl.cpp (modified) * branches/sandbox/Cbc/src/unitTestClp.cpp (modified) Mark #if 0 with JJF_ZERO and #if 1 with JJF_ONE as a historical ... Thu, 10 Dec 2009 23:35:13 GMT lou [1392] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Fix increase in time (incorrect parameter to doHeuristic). Thu, 10 Dec 2009 20:53:52 GMT lou [1391] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Add comments for callCbc, callCbc1 shells. Thu, 10 Dec 2009 15:22:06 GMT lou [1390] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CoinSolve.cpp (modified) Remove CPX_KEEP_RESULT. Use CBC_OTHER_SOLVER = 1. Thu, 10 Dec 2009 15:17:35 GMT caphillSNL [1389] * branches/sandbox (modified) * branches/sandbox/Cbc/src/CbcBranchCut.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDefaultDecision.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchToFixLots.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcChooseVariable.hpp (modified) * branches/sandbox/Cbc/src/CbcClique.hpp (modified) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.hpp (modified) * branches/sandbox/Cbc/src/CbcGeneralDepth.hpp (modified) * branches/sandbox/Cbc/src/CbcNWay.hpp (modified) * branches/sandbox/Cbc/src/CbcSOS.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.hpp (modified) * branches/sandbox/Externals (modified) Start at adding documentation, removing magic numbers, removing dead ... Wed, 09 Dec 2009 21:46:30 GMT lou [1387] * branches/sandbox/Cbc/src/CbcLinkedUtils.cpp (added) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) * branches/sandbox/Cbc/src/ClpAmplObjective.cpp (deleted) * branches/sandbox/Cbc/src/ClpAmplStuff.cpp (deleted) * branches/sandbox/Cbc/src/CoinSolve.cpp (modified) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) This commit removes remaining code associated with NEW_STYLE_SOLVER. ... Wed, 09 Dec 2009 19:59:30 GMT lou [1386] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolverHeuristics.cpp (modified) * branches/sandbox/Cbc/src/CbcSolverHeuristics.hpp (modified) Yet another try at cleaning CbcSolver. This is an intermediate commit ... Wed, 09 Dec 2009 17:29:05 GMT bjarni [1385] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Updated Makefile.am to add CbcSolverHeuristics.cpp/.hpp and ran autotools Wed, 09 Dec 2009 16:04:28 GMT bjarni [1383] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.hpp (modified) * branches/sandbox/Cbc/src/CbcSolverHeuristics.cpp (added) * branches/sandbox/Cbc/src/CbcSolverHeuristics.hpp (added) Extracted crunchIt, fixVubs, doHeuristics from CbcSolver.cpp and ... Wed, 09 Dec 2009 00:23:08 GMT lou [1381] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Revert CbcSolver.cpp. Complications due to ASL require more careful ... Tue, 08 Dec 2009 22:18:34 GMT lou [1379] * branches/sandbox/Cbc/src/CbcMain.cpp (deleted) This should have been deleted. Try again and see if it'll stay dead. Tue, 08 Dec 2009 21:31:43 GMT lou [1377] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Removed all code related to NEW_STYLE_SOLVER from CbcSolver. A few ... Sun, 06 Dec 2009 21:32:39 GMT bjarni [1374] * branches/sandbox/Cbc/src/CbcGenBaB.cpp (moved) * branches/sandbox/Cbc/src/CbcGenCbcParam.cpp (moved) * branches/sandbox/Cbc/src/CbcGenCbcParam.hpp (moved) * branches/sandbox/Cbc/src/CbcGenCbcParamUtils.cpp (moved) * branches/sandbox/Cbc/src/CbcGenCtlBlk.cpp (moved) * branches/sandbox/Cbc/src/CbcGenCtlBlk.hpp (moved) * branches/sandbox/Cbc/src/CbcGenMessages.cpp (moved) * branches/sandbox/Cbc/src/CbcGenMessages.hpp (moved) * branches/sandbox/Cbc/src/CbcGenOsiParam.cpp (moved) * branches/sandbox/Cbc/src/CbcGenOsiParam.hpp (moved) * branches/sandbox/Cbc/src/CbcGenOsiParamUtils.cpp (moved) * branches/sandbox/Cbc/src/CbcGenParam.cpp (moved) * branches/sandbox/Cbc/src/CbcGenParam.hpp (moved) * branches/sandbox/Cbc/src/CbcGenParamUtils.cpp (moved) * branches/sandbox/Cbc/src/CbcGenSolution.cpp (moved) * branches/sandbox/Cbc/src/CbcGenSolvers.cpp (moved) * branches/sandbox/Cbc/src/CbcGeneric.cpp (moved) Renamed all CbcGenXXXX.cpp_lou back to CbcGenXXXX.cpp (same for .hpp) ... Sun, 06 Dec 2009 21:21:35 GMT bjarni [1373] * branches/sandbox/Cbc/src/CbcParam.cpp (modified) * branches/sandbox/Cbc/src/CbcParam.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/ClpAmplStuff.cpp (modified) Renamed parameter constants in CbcParam, CbcSolver, and ClpAmplStuff ... Sat, 05 Dec 2009 21:45:23 GMT EdwinStraver [1368] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcHeuristicDINS.cpp (added) * branches/sandbox/Cbc/src/CbcHeuristicDINS.hpp (added) * branches/sandbox/Cbc/src/CbcHeuristicRENS.cpp (added) * branches/sandbox/Cbc/src/CbcHeuristicRENS.hpp (added) * branches/sandbox/Cbc/src/CbcHeuristicRINS.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRINS.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicVND.cpp (added) * branches/sandbox/Cbc/src/CbcHeuristicVND.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Broke out CbcHeuristicRENS, CbcHeuristicDINS and CbcHeuristicVND out ... Sat, 05 Dec 2009 18:34:51 GMT EdwinStraver [1366] * branches/sandbox/Cbc/src/CbcNode.cpp (modified) Added Lou's comments Sat, 05 Dec 2009 15:54:48 GMT EdwinStraver [1364] * branches/sandbox/Cbc/src/CbcBranchDecision.hpp (modified) * branches/sandbox/Cbc/src/CbcFathom.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicLocal.cpp (modified) * branches/sandbox/Cbc/src/CbcMain.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) Added comments from Lou Fri, 04 Dec 2009 22:15:52 GMT EdwinStraver [1362] * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcClique.hpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcSOS.cpp (modified) * branches/sandbox/Cbc/src/CbcSOS.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.cpp (modified) added Lou's comments Fri, 04 Dec 2009 22:15:40 GMT bjarni [1361] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.hpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) * branches/sandbox/Cbc/src/CbcTreeLocal.cpp (modified) * branches/sandbox/Cbc/src/Cbc_ampl.cpp (modified) * branches/sandbox/Cbc/src/ClpAmplStuff.cpp (modified) * branches/sandbox/Cbc/src/CoinSolve.cpp (modified) * branches/sandbox/Cbc/src/unitTestClp.cpp (modified) Added Lou's annotations to Cbc_ampl.cpp, CbcSolver.cpp, ... Fri, 04 Dec 2009 21:08:41 GMT forrest [1359] * branches/sandbox/Cbc/src/CbcHeuristicLocal.cpp (modified) out printf Fri, 04 Dec 2009 20:19:19 GMT bjarni [1358] * branches/sandbox/Cbc/src/CbcModel_ansi.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_ansi.hpp (deleted) * branches/sandbox/Cbc/src/CbcModel_ban.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_ban.hpp (deleted) * branches/sandbox/Cbc/src/CbcModel_kr.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_kr.hpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stro.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stro.hpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stro2.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stro3.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stroP.cpp (deleted) * branches/sandbox/Cbc/src/CbcModel_stroP.hpp (deleted) * branches/sandbox/Cbc/src/CbcNode_ansi.cpp (deleted) * branches/sandbox/Cbc/src/CbcNode_ansi.hpp (deleted) * branches/sandbox/Cbc/src/CbcNode_ban.cpp (deleted) * branches/sandbox/Cbc/src/CbcNode_ban.hpp (deleted) * branches/sandbox/Cbc/src/CbcNode_kr.cpp (deleted) * branches/sandbox/Cbc/src/CbcNode_kr.hpp (deleted) * branches/sandbox/Cbc/src/CbcNode_stro.cpp (deleted) * branches/sandbox/Cbc/src/CbcNode_stro.hpp (deleted) * branches/sandbox/Cbc/src/CbcNode_stroP.cpp (deleted) * branches/sandbox/Cbc/src/CbcNode_stroP.hpp (deleted) * branches/sandbox/Cbc/src/CbcParam_ansi.cpp (deleted) * branches/sandbox/Cbc/src/CbcParam_ansi.hpp (deleted) * branches/sandbox/Cbc/src/CbcParam_ban.cpp (deleted) * branches/sandbox/Cbc/src/CbcParam_ban.hpp (deleted) * branches/sandbox/Cbc/src/CbcParam_kr.cpp (deleted) * branches/sandbox/Cbc/src/CbcParam_kr.hpp (deleted) * branches/sandbox/Cbc/src/CbcParam_stro.cpp (deleted) * branches/sandbox/Cbc/src/CbcParam_stro.hpp (deleted) * branches/sandbox/Cbc/src/CbcParam_stroP.cpp (deleted) * branches/sandbox/Cbc/src/CbcParam_stroP.hpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_ansi.cpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_ansi.hpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_ban.cpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_ban.hpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_kr.cpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_kr.hpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_stro.cpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_stro.hpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_stroP.cpp (deleted) * branches/sandbox/Cbc/src/CbcSolver_stroP.hpp (deleted) * branches/sandbox/Cbc/src/CbcTree_ansi.cpp (deleted) * branches/sandbox/Cbc/src/CbcTree_ansi.hpp (deleted) * branches/sandbox/Cbc/src/CbcTree_ban.cpp (deleted) * branches/sandbox/Cbc/src/CbcTree_ban.hpp (deleted) * branches/sandbox/Cbc/src/CbcTree_kr.cpp (deleted) * branches/sandbox/Cbc/src/CbcTree_kr.hpp (deleted) * branches/sandbox/Cbc/src/CbcTree_stro.cpp (deleted) * branches/sandbox/Cbc/src/CbcTree_stro.hpp (deleted) * branches/sandbox/Cbc/src/CbcTree_stroP.cpp (deleted) * branches/sandbox/Cbc/src/CbcTree_stroP.hpp (deleted) Removing AStyle sample test files from few weeks ago Fri, 04 Dec 2009 20:02:04 GMT coin [1357] * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchAllDifferent.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchAllDifferent.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDecision.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDecision.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDefaultDecision.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDefaultDecision.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchToFixLots.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchToFixLots.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchingObject.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcChooseVariable.hpp (modified) * branches/sandbox/Cbc/src/CbcClique.cpp (modified) * branches/sandbox/Cbc/src/CbcClique.hpp (modified) * branches/sandbox/Cbc/src/CbcCompare.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareDepth.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareDepth.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareEstimate.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareEstimate.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareObjective.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareObjective.hpp (modified) * branches/sandbox/Cbc/src/CbcConsequence.cpp (modified) * branches/sandbox/Cbc/src/CbcConsequence.hpp (modified) * branches/sandbox/Cbc/src/CbcCutModifier.cpp (modified) * branches/sandbox/Cbc/src/CbcCutModifier.hpp (modified) * branches/sandbox/Cbc/src/CbcCutSubsetModifier.cpp (modified) * branches/sandbox/Cbc/src/CbcCutSubsetModifier.hpp (modified) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.cpp (modified) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcFixVariable.cpp (modified) * branches/sandbox/Cbc/src/CbcFixVariable.hpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.cpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.hpp (modified) * branches/sandbox/Cbc/src/CbcFullNodeInfo.cpp (modified) * branches/sandbox/Cbc/src/CbcFullNodeInfo.hpp (modified) * branches/sandbox/Cbc/src/CbcGeneral.cpp (modified) * branches/sandbox/Cbc/src/CbcGeneral.hpp (modified) * branches/sandbox/Cbc/src/CbcGeneralDepth.cpp (modified) * branches/sandbox/Cbc/src/CbcGeneralDepth.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.cpp (modified) * branches/sandbox/Cbc/src/CbcMessage.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro2.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro3.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stroP.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stroP.hpp (modified) * branches/sandbox/Cbc/src/CbcNWay.cpp (modified) * branches/sandbox/Cbc/src/CbcNWay.hpp (modified) * branches/sandbox/Cbc/src/CbcNodeInfo.cpp (modified) * branches/sandbox/Cbc/src/CbcNodeInfo.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_stroP.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_stroP.hpp (modified) * branches/sandbox/Cbc/src/CbcObject.cpp (modified) * branches/sandbox/Cbc/src/CbcObject.hpp (modified) * branches/sandbox/Cbc/src/CbcObjectUpdateData.cpp (modified) * branches/sandbox/Cbc/src/CbcObjectUpdateData.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_stroP.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_stroP.hpp (modified) * branches/sandbox/Cbc/src/CbcPartialNodeInfo.cpp (modified) * branches/sandbox/Cbc/src/CbcPartialNodeInfo.hpp (modified) * branches/sandbox/Cbc/src/CbcSOS.cpp (modified) * branches/sandbox/Cbc/src/CbcSOS.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerPseudoCost.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerPseudoCost.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) * branches/sandbox/Cbc/src/CbcSubProblem.cpp (modified) * branches/sandbox/Cbc/src/CbcSubProblem.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_stroP.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_stroP.hpp (modified) run 'astyle -A4 -p' and dos2unix Fri, 04 Dec 2009 19:58:44 GMT EdwinStraver [1356] * branches/sandbox/Cbc/src/CbcClique.cpp (modified) * branches/sandbox/Cbc/src/CbcSOS.cpp (modified) Added some comments from Lou Fri, 04 Dec 2009 17:40:39 GMT bjarni [1354] * branches/sandbox/Cbc/src/CbcGenBaB.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenCbcParam.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenCbcParam.hpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenCbcParamUtils.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenCtlBlk.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenCtlBlk.hpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenMessages.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenMessages.hpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenOsiParam.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenOsiParam.hpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenOsiParamUtils.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenParam.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenParam.hpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenParamUtils.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenSolution.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGenSolvers.cpp_lou (moved) * branches/sandbox/Cbc/src/CbcGeneric.cpp_lou (moved) Renamed all CbcGenXXXX.cpp to CbcGenXXXX.cpp_lou (same for .hpp) so ... Fri, 04 Dec 2009 16:26:41 GMT EdwinStraver [1351] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchAllDifferent.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchCut.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchCut.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchToFixLots.hpp (modified) * branches/sandbox/Cbc/src/CbcCutBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcCutBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcDynamicPseudoCostBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcDynamicPseudoCostBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcLotsize.cpp (deleted) * branches/sandbox/Cbc/src/CbcLotsize.hpp (deleted) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Combined CbcBranchDynamic.cpp with ... Fri, 04 Dec 2009 15:01:00 GMT EdwinStraver [1350] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcFixingBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcFixingBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcFollowOn.cpp (modified) * branches/sandbox/Cbc/src/CbcFollowOn.hpp (modified) * branches/sandbox/Cbc/src/CbcNWay.cpp (modified) * branches/sandbox/Cbc/src/CbcNWay.hpp (modified) * branches/sandbox/Cbc/src/CbcNWayBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcNWayBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcSOS.cpp (modified) * branches/sandbox/Cbc/src/CbcSOS.hpp (modified) * branches/sandbox/Cbc/src/CbcSOSBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcSOSBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Combined CbcSOS with CbcSOSBranchingObject Combined CbcNWay with ... Thu, 03 Dec 2009 22:11:02 GMT EdwinStraver [1347] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.hpp (modified) * branches/sandbox/Cbc/src/CbcDynamicPseudoCostBranchingObject.hpp (modified) * branches/sandbox/Cbc/src/CbcIntegerBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcIntegerBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcIntegerPseudoCostBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcIntegerPseudoCostBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcSimpleInteger.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleInteger.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.cpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.hpp (modified) * branches/sandbox/Cbc/src/CbcSimpleIntegerPseudoCost.cpp (modified) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Combined CbcSimpleInteger and CbcIntegerBranchingObject Combined ... Thu, 03 Dec 2009 20:48:32 GMT EdwinStraver [1346] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcGeneralBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcGeneralBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcGeneralDepth.cpp (modified) * branches/sandbox/Cbc/src/CbcGeneralDepth.hpp (modified) * branches/sandbox/Cbc/src/CbcOneGeneralBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcOneGeneralBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Combined CbcGeneralDepth, CbcGeneralBranchingObject and ... Thu, 03 Dec 2009 19:36:52 GMT EdwinStraver [1344] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcClique.cpp (modified) * branches/sandbox/Cbc/src/CbcClique.hpp (modified) * branches/sandbox/Cbc/src/CbcCliqueBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcCliqueBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/CbcLongCliqueBranchingObject.cpp (deleted) * branches/sandbox/Cbc/src/CbcLongCliqueBranchingObject.hpp (deleted) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Combined CbcClique with CbcCliqueBranchingObject and ... Thu, 03 Dec 2009 17:33:41 GMT dfylstra [1343] * branches/sandbox/Cbc/src/CbcTree.hpp (modified) Removed (via #ifdef 0) class CbcTreeArray and CbcNewTree - not used ... Thu, 03 Dec 2009 17:33:17 GMT dfylstra [1342] * branches/sandbox/Cbc/src/CbcTree.cpp (modified) Removed (via #ifdef 0) class CbcTreeArray and CbcNewTree - not used ... Thu, 03 Dec 2009 17:26:41 GMT EdwinStraver [1341] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) Removed CbcTreeArray code Thu, 03 Dec 2009 16:30:31 GMT EdwinStraver [1340] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) Fixed yesterday's bugs Thu, 03 Dec 2009 16:10:14 GMT dfylstra [1339] * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) Just a comment to clarify genFlags = 63; Thu, 03 Dec 2009 03:59:44 GMT ladanyi [1338] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) temporarily exclude broken code for parallel cbc Thu, 03 Dec 2009 03:52:04 GMT bjarni [1337] * branches/sandbox/Cbc/src/CbcHeuristicRandRound.cpp (modified) Add static_cast for time(NULL) to avoid MSVC warnings ... Thu, 03 Dec 2009 03:31:06 GMT bjarni [1336] * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/Cbc_C_Interface.cpp (modified) Changed strdup to CoinStrdup to avoid POSIX name deprecated warnings ... Thu, 03 Dec 2009 00:14:06 GMT bjarni [1334] * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) Changed the default directories to ..\..\..\..\Data\Sample for ... Wed, 02 Dec 2009 23:39:53 GMT EdwinStraver [1332] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) Further breakouts from branchAndBound() Wed, 02 Dec 2009 20:02:50 GMT forrest [1331] * branches/sandbox/Cbc/src/CbcHeuristic.cpp (modified) * branches/sandbox/Cbc/src/CbcMessage.cpp (modified) microsft compiler warnings Wed, 02 Dec 2009 19:25:28 GMT EdwinStraver [1330] * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) Broke a few routines out of branchAndBound routine. Tue, 01 Dec 2009 19:10:04 GMT bjarni [1317] * branches/sandbox/Cbc/src/CbcCompare.hpp (modified) Change from #include CbcComparebase.hpp to class CbcCompareBase Sun, 29 Nov 2009 10:52:10 GMT forrest [1316] * branches/sandbox/Cbc/src/CbcNode.cpp (modified) second thoughts about increasing trust Sat, 28 Nov 2009 11:09:56 GMT forrest [1315] * branches/sandbox/Cbc/src/CbcCompareDefault.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareDefault.hpp (modified) * branches/sandbox/Cbc/src/CbcCountRowCut.cpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDive.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicLocal.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRINS.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRINS.hpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) * branches/sandbox/Cbc/src/CbcNode.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcTree.cpp (modified) * branches/sandbox/Cbc/src/CbcTree.hpp (modified) * branches/sandbox/Cbc/src/unitTestClp.cpp (modified) final changes before cleaning Wed, 25 Nov 2009 17:58:07 GMT EdwinStraver [1314] * branches/sandbox/Cbc/CbcSourceFilesTable2.csv (modified) * branches/sandbox/Cbc/CbcSourceFilesTable2.xls (modified) * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcCompareActual.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareActual.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareDefault.cpp (added) * branches/sandbox/Cbc/src/CbcCompareDefault.hpp (added) * branches/sandbox/Cbc/src/CbcCompareDepth.cpp (added) * branches/sandbox/Cbc/src/CbcCompareDepth.hpp (added) * branches/sandbox/Cbc/src/CbcCompareEstimate.cpp (added) * branches/sandbox/Cbc/src/CbcCompareEstimate.hpp (added) * branches/sandbox/Cbc/src/CbcCompareObjective.cpp (added) * branches/sandbox/Cbc/src/CbcCompareObjective.hpp (added) * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.hpp (modified) * branches/sandbox/Cbc/src/CbcCutModifier.cpp (added) * branches/sandbox/Cbc/src/CbcCutModifier.hpp (added) * branches/sandbox/Cbc/src/CbcCutSubsetModifier.cpp (added) * branches/sandbox/Cbc/src/CbcCutSubsetModifier.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Broke up CbcCompareActual.cpp into CbcCompareDepth, ... Tue, 24 Nov 2009 20:13:03 GMT EdwinStraver [1313] * branches/sandbox/Cbc/CbcSourceFilesTable2.csv (modified) * branches/sandbox/Cbc/CbcSourceFilesTable2.xls (modified) * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcFullNodeInfo.cpp (added) * branches/sandbox/Cbc/src/CbcFullNodeInfo.hpp (added) * branches/sandbox/Cbc/src/CbcNode.cpp (modified) * branches/sandbox/Cbc/src/CbcNode.hpp (modified) * branches/sandbox/Cbc/src/CbcNodeInfo.cpp (added) * branches/sandbox/Cbc/src/CbcNodeInfo.hpp (added) * branches/sandbox/Cbc/src/CbcPartialNodeInfo.cpp (added) * branches/sandbox/Cbc/src/CbcPartialNodeInfo.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Created CbcNodeInfo, CbcPartialNodeInfo and CbcFullNodeInfo out of ... Mon, 23 Nov 2009 17:19:26 GMT forrest [1312] * branches/sandbox/Cbc/src/Makefile.in (modified) running autotools to get correct Makefile.in Tue, 17 Nov 2009 22:19:19 GMT EdwinStraver [1308] * branches/sandbox/Cbc/CbcSourceFilesTable2.csv (modified) * branches/sandbox/Cbc/CbcSourceFilesTable2.xls (modified) * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.hpp (modified) * branches/sandbox/Cbc/src/CbcDynamicPseudoCostBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcDynamicPseudoCostBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcLotsize.cpp (added) * branches/sandbox/Cbc/src/CbcLotsize.hpp (added) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.cpp (added) * branches/sandbox/Cbc/src/CbcSimpleIntegerDynamicPseudoCost.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) Broke up CbcBranchDynamic and CbcBranchLotsize.cpp. Updated spreadsheets. Fri, 13 Nov 2009 22:52:57 GMT EdwinStraver [1306] * branches/sandbox/Cbc/src/Makefile.am (modified) Updated makefile Fri, 13 Nov 2009 22:50:47 GMT EdwinStraver [1305] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchAllDifferent.cpp (added) * branches/sandbox/Cbc/src/CbcBranchAllDifferent.hpp (added) * branches/sandbox/Cbc/src/CbcBranchCut.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchCut.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchToFixLots.cpp (added) * branches/sandbox/Cbc/src/CbcBranchToFixLots.hpp (added) * branches/sandbox/Cbc/src/CbcCutBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcCutBranchingObject.hpp (added) Moved the objects CbcCutBranchingObject, CbcBranchToFixLots, and ... Fri, 13 Nov 2009 00:01:45 GMT EdwinStraver [1302] * branches/sandbox/Cbc/MSVisualStudio/v9/libCbc/libCbc.vcproj (modified) * branches/sandbox/Cbc/src/CbcBranchDecision.cpp (added) * branches/sandbox/Cbc/src/CbcBranchDecision.hpp (added) * branches/sandbox/Cbc/src/CbcBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcConsequence.cpp (added) * branches/sandbox/Cbc/src/CbcConsequence.hpp (added) * branches/sandbox/Cbc/src/CbcObject.cpp (added) * branches/sandbox/Cbc/src/CbcObject.hpp (added) * branches/sandbox/Cbc/src/CbcObjectUpdateData.cpp (added) * branches/sandbox/Cbc/src/CbcObjectUpdateData.hpp (added) Added new files for breakup of CbcBranchBase Thu, 12 Nov 2009 23:35:44 GMT EdwinStraver [1301] * branches/sandbox/Cbc/src/CbcBranchBase.hpp (modified) * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Broke up the objects form CbcBranchBase Tue, 10 Nov 2009 23:58:14 GMT bjarni [1299] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Final fix on the Makefile.am, now sandbox compiles ok Tue, 10 Nov 2009 23:07:37 GMT bjarni [1298] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Renamed CbcClique.hpp to .cpp in Makefile.am Tue, 10 Nov 2009 22:55:13 GMT bjarni [1297] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Another missing / in Makefile.am Tue, 10 Nov 2009 22:14:41 GMT bjarni [1296] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) uploading new Cbc/src/Makefile.am and Makefile.in Tue, 10 Nov 2009 20:30:50 GMT EdwinStraver [1295] * branches/sandbox/Cbc/src/Makefile.am (modified) Error in make file Tue, 10 Nov 2009 20:03:28 GMT EdwinStraver [1293] * branches/sandbox/Cbc/src/CbcBranchActual.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDefaultDecision.cpp (added) * branches/sandbox/Cbc/src/CbcBranchDefaultDecision.hpp (added) * branches/sandbox/Cbc/src/CbcClique.cpp (added) * branches/sandbox/Cbc/src/CbcClique.hpp (added) * branches/sandbox/Cbc/src/CbcCliqueBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcCliqueBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcDummyBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcFixVariable.cpp (added) * branches/sandbox/Cbc/src/CbcFixVariable.hpp (added) * branches/sandbox/Cbc/src/CbcFixingBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcFixingBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcFollowOn.cpp (added) * branches/sandbox/Cbc/src/CbcFollowOn.hpp (added) * branches/sandbox/Cbc/src/CbcGeneral.cpp (added) * branches/sandbox/Cbc/src/CbcGeneral.hpp (added) * branches/sandbox/Cbc/src/CbcGeneralBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcGeneralBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcGeneralDepth.cpp (added) * branches/sandbox/Cbc/src/CbcGeneralDepth.hpp (added) * branches/sandbox/Cbc/src/CbcIntegerBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcIntegerBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcIntegerPseudoCostBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcIntegerPseudoCostBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcLongCliqueBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcLongCliqueBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcNWay.cpp (added) * branches/sandbox/Cbc/src/CbcNWay.hpp (added) * branches/sandbox/Cbc/src/CbcNWayBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcNWayBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcOneGeneralBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcOneGeneralBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcSOS.cpp (added) * branches/sandbox/Cbc/src/CbcSOS.hpp (added) * branches/sandbox/Cbc/src/CbcSOSBranchingObject.cpp (added) * branches/sandbox/Cbc/src/CbcSOSBranchingObject.hpp (added) * branches/sandbox/Cbc/src/CbcSimpleInteger.cpp (added) * branches/sandbox/Cbc/src/CbcSimpleInteger.hpp (added) * branches/sandbox/Cbc/src/CbcSimpleIntegerPseudoCost.cpp (added) * branches/sandbox/Cbc/src/CbcSimpleIntegerPseudoCost.hpp (added) * branches/sandbox/Cbc/src/CbcSubProblem.cpp (added) * branches/sandbox/Cbc/src/CbcSubProblem.hpp (added) * branches/sandbox/Cbc/src/Makefile.am (modified) Tue, 10 Nov 2009 03:50:40 GMT bjarni [1292] * branches/sandbox/Cbc/src/Makefile.am (modified) * branches/sandbox/Cbc/src/Makefile.in (modified) Add CbcChooseVariable.hpp and CbcCompare.hpp to Makefile.am in the ... Tue, 10 Nov 2009 03:00:50 GMT bjarni [1290] * branches/sandbox/Cbc/src/CbcChooseVariable.hpp (added) * branches/sandbox/Cbc/src/CbcCompare.hpp (added) * branches/sandbox/Cbc/src/CbcCompareActual.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareBase.hpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) Extract classes CbcCompare and CbcChooseVariable from ... Tue, 10 Nov 2009 02:57:37 GMT bjarni [1289] * branches/sandbox/Cbc/src/Cbc_ampl.cpp (modified) Remove extra Bjarni Tue, 10 Nov 2009 00:46:13 GMT bjarni [1288] * branches/sandbox/Cbc/src/CbcModel_stro2.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro3.cpp (modified) Recommitting (rev 1277) CbcModel_stro3.cpp and CbcModel_stro2.cpp to ... Tue, 10 Nov 2009 00:44:16 GMT bjarni [1287] * branches/sandbox/Cbc/src/CbcModel_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.hpp (modified) Recommitting (rev 1276) Astyle formatting options based on ansi (A1), ... Mon, 09 Nov 2009 23:33:07 GMT EdwinStraver [1286] * branches/sandbox/Cbc/src/CbcBranchActual.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchActual.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchBase.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchBase.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchCut.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchCut.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchDynamic.hpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.cpp (modified) * branches/sandbox/Cbc/src/CbcBranchLotsize.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareActual.cpp (modified) * branches/sandbox/Cbc/src/CbcCompareActual.hpp (modified) * branches/sandbox/Cbc/src/CbcCompareBase.hpp (modified) * branches/sandbox/Cbc/src/CbcCountRowCut.cpp (modified) * branches/sandbox/Cbc/src/CbcCountRowCut.hpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.cpp (modified) * branches/sandbox/Cbc/src/CbcCutGenerator.hpp (modified) * branches/sandbox/Cbc/src/CbcEventHandler.cpp (modified) * branches/sandbox/Cbc/src/CbcEventHandler.hpp (modified) * branches/sandbox/Cbc/src/CbcFathom.cpp (modified) * branches/sandbox/Cbc/src/CbcFathom.hpp (modified) * branches/sandbox/Cbc/src/CbcFathomDynamicProgramming.cpp (modified) * branches/sandbox/Cbc/src/CbcFathomDynamicProgramming.hpp (modified) * branches/sandbox/Cbc/src/CbcFeasibilityBase.hpp (modified) * branches/sandbox/Cbc/src/CbcGenBaB.cpp (modified) * branches/sandbox/Cbc/src/CbcGenCbcParam.cpp (modified) * branches/sandbox/Cbc/src/CbcGenCbcParam.hpp (modified) * branches/sandbox/Cbc/src/CbcGenCbcParamUtils.cpp (modified) * branches/sandbox/Cbc/src/CbcGenCtlBlk.cpp (modified) * branches/sandbox/Cbc/src/CbcGenCtlBlk.hpp (modified) * branches/sandbox/Cbc/src/CbcGenMessages.cpp (modified) * branches/sandbox/Cbc/src/CbcGenMessages.hpp (modified) * branches/sandbox/Cbc/src/CbcGenOsiParam.cpp (modified) * branches/sandbox/Cbc/src/CbcGenOsiParam.hpp (modified) * branches/sandbox/Cbc/src/CbcGenOsiParamUtils.cpp (modified) * branches/sandbox/Cbc/src/CbcGenParam.cpp (modified) * branches/sandbox/Cbc/src/CbcGenParam.hpp (modified) * branches/sandbox/Cbc/src/CbcGenParamUtils.cpp (modified) * branches/sandbox/Cbc/src/CbcGenSolution.cpp (modified) * branches/sandbox/Cbc/src/CbcGenSolvers.cpp (modified) * branches/sandbox/Cbc/src/CbcGeneric.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristic.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDive.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDive.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveCoefficient.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveCoefficient.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveFractional.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveFractional.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveGuided.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveGuided.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveLineSearch.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveLineSearch.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDivePseudoCost.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDivePseudoCost.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveVectorLength.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicDiveVectorLength.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicFPump.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicGreedy.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicGreedy.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicLocal.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicLocal.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicPivotAndFix.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicPivotAndFix.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRINS.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRINS.hpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRandRound.cpp (modified) * branches/sandbox/Cbc/src/CbcHeuristicRandRound.hpp (modified) * branches/sandbox/Cbc/src/CbcLinked.cpp (modified) * branches/sandbox/Cbc/src/CbcLinked.hpp (modified) * branches/sandbox/Cbc/src/CbcMain.cpp (modified) * branches/sandbox/Cbc/src/CbcMessage.cpp (modified) * branches/sandbox/Cbc/src/CbcMessage.hpp (modified) * branches/sandbox/Cbc/src/CbcModel.cpp (modified) * branches/sandbox/Cbc/src/CbcModel.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro2.cpp (modified) * branches/sandbox/Cbc/src/CbcModel_stro3.cpp (modified) * branches/sandbox/Cbc/src/CbcNode.cpp (modified) * branches/sandbox/Cbc/src/CbcNode.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcNode_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcParam.cpp (modified) * branches/sandbox/Cbc/src/CbcParam.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcParam_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcSolver_stro.hpp (modified) * branches/sandbox/Cbc/src/CbcStatistics.cpp (modified) * branches/sandbox/Cbc/src/CbcStatistics.hpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.cpp (modified) * branches/sandbox/Cbc/src/CbcStrategy.hpp (modified) * branches/sandbox/Cbc/src/CbcTree.cpp (modified) * branches/sandbox/Cbc/src/CbcTree.hpp (modified) * branches/sandbox/Cbc/src/CbcTreeLocal.cpp (modified) * branches/sandbox/Cbc/src/CbcTreeLocal.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ansi.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_ban.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_kr.hpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.cpp (modified) * branches/sandbox/Cbc/src/CbcTree_stro.hpp (modified) * branches/sandbox/Cbc/src/Cbc_C_Interface.cpp (modified) * branches/sandbox/Cbc/src/Cbc_C_Interface.h (modified) * branches/sandbox/Cbc/src/Cbc_ampl.cpp (modified) * branches/sandbox/Cbc/src/Cbc_ampl.h (modified) * branches/sandbox/Cbc/src/ClpAmplObjective.cpp (modified) * branches/sandbox/Cbc/src/ClpAmplObjective.hpp (modified) * branches/sandbox/Cbc/src/ClpAmplStuff.cpp (modified) * branches/sandbox/Cbc/src/ClpConstraintAmpl.hpp (modified) * branches/sandbox/Cbc/src/CoinSolve.cpp (modified) * branches/sandbox/Cbc/src/unitTest.cpp (modified) * branches/sandbox/Cbc/src/unitTestClp.cpp (modified) Changed formatting using AStyle -A4 -p Sun, 08 Nov 2009 17:13:33 GMT bjarni [1279] * branches/sandbox/Cbc/src/CbcModel_stroP.cpp (added) Astyle conversion with --pad-oper (-p) to add consistent padding ... Sun, 08 Nov 2009 17:12:32 GMT bjarni [1278] * branches/sandbox/Cbc/src/CbcModel_stroP.hpp (added) * branches/sandbox/Cbc/src/CbcNode_stroP.cpp (added) * branches/sandbox/Cbc/src/CbcNode_stroP.hpp (added) * branches/sandbox/Cbc/src/CbcParam_stroP.cpp (added) * branches/sandbox/Cbc/src/CbcParam_stroP.hpp (added) * branches/sandbox/Cbc/src/CbcSolver_stroP.cpp (added) * branches/sandbox/Cbc/src/CbcSolver_stroP.hpp (added) * branches/sandbox/Cbc/src/CbcTree_stroP.cpp (added) * branches/sandbox/Cbc/src/CbcTree_stroP.hpp (added) Astyle conversion with --pad-oper (-p) to add consistent padding ... Sun, 08 Nov 2009 16:44:38 GMT bjarni [1277] * branches/sandbox/Cbc/src/CbcModel_stro2.cpp (added) * branches/sandbox/Cbc/src/CbcModel_stro3.cpp (added) Added CbcModel_stro3.cpp and CbcModel_stro2.cpp to confirm we can set ... Fri, 06 Nov 2009 16:51:17 GMT bjarni [1276] * branches/sandbox/Cbc/src/CbcModel_ansi.cpp (added) * branches/sandbox/Cbc/src/CbcModel_ansi.hpp (added) * branches/sandbox/Cbc/src/CbcModel_ban.cpp (added) * branches/sandbox/Cbc/src/CbcModel_ban.hpp (added) * branches/sandbox/Cbc/src/CbcModel_kr.cpp (added) * branches/sandbox/Cbc/src/CbcModel_kr.hpp (added) * branches/sandbox/Cbc/src/CbcModel_stro.cpp (added) * branches/sandbox/Cbc/src/CbcModel_stro.hpp (added) * branches/sandbox/Cbc/src/CbcNode_ansi.cpp (added) * branches/sandbox/Cbc/src/CbcNode_ansi.hpp (added) * branches/sandbox/Cbc/src/CbcNode_ban.cpp (added) * branches/sandbox/Cbc/src/CbcNode_ban.hpp (added) * branches/sandbox/Cbc/src/CbcNode_kr.cpp (added) * branches/sandbox/Cbc/src/CbcNode_kr.hpp (added) * branches/sandbox/Cbc/src/CbcNode_stro.cpp (added) * branches/sandbox/Cbc/src/CbcNode_stro.hpp (added) * branches/sandbox/Cbc/src/CbcParam_ansi.cpp (added) * branches/sandbox/Cbc/src/CbcParam_ansi.hpp (added) * branches/sandbox/Cbc/src/CbcParam_ban.cpp (added) * branches/sandbox/Cbc/src/CbcParam_ban.hpp (added) * branches/sandbox/Cbc/src/CbcParam_kr.cpp (added) * branches/sandbox/Cbc/src/CbcParam_kr.hpp (added) * branches/sandbox/Cbc/src/CbcParam_stro.cpp (added) * branches/sandbox/Cbc/src/CbcParam_stro.hpp (added) * branches/sandbox/Cbc/src/CbcSolver_ansi.cpp (added) * branches/sandbox/Cbc/src/CbcSolver_ansi.hpp (added) * branches/sandbox/Cbc/src/CbcSolver_ban.cpp (added) * branches/sandbox/Cbc/src/CbcSolver_ban.hpp (added) * branches/sandbox/Cbc/src/CbcSolver_kr.cpp (added) * branches/sandbox/Cbc/src/CbcSolver_kr.hpp (added) * branches/sandbox/Cbc/src/CbcSolver_stro.cpp (added) * branches/sandbox/Cbc/src/CbcSolver_stro.hpp (added) * branches/sandbox/Cbc/src/CbcTree_ansi.cpp (added) * branches/sandbox/Cbc/src/CbcTree_ansi.hpp (added) * branches/sandbox/Cbc/src/CbcTree_ban.cpp (added) * branches/sandbox/Cbc/src/CbcTree_ban.hpp (added) * branches/sandbox/Cbc/src/CbcTree_kr.cpp (added) * branches/sandbox/Cbc/src/CbcTree_kr.hpp (added) * branches/sandbox/Cbc/src/CbcTree_stro.cpp (added) * branches/sandbox/Cbc/src/CbcTree_stro.hpp (added) Add Astyle formatting options based on ansi (A1), k&r (A3), ... Thu, 05 Nov 2009 23:21:49 GMT bjarni [1275] * branches/sandbox/Cbc/src/Cbc_ampl.cpp (modified) Test commit from Bjarni Thu, 05 Nov 2009 19:21:33 GMT tkr [1273] * branches/reeng (copied) * branches/sandbox (copied) * tags/reeng-init (copied) Adding new branches and tags Thu, 05 Nov 2009 15:57:25 GMT forrest [1271] * stable/2.4 (copied) * stable/2.4/Cbc/src/CbcBranchActual.cpp (modified) * stable/2.4/Cbc/src/CbcBranchActual.hpp (modified) * stable/2.4/Cbc/src/CbcBranchBase.cpp (modified) * stable/2.4/Cbc/src/CbcBranchBase.hpp (modified) * stable/2.4/Cbc/src/CbcBranchCut.cpp (modified) * stable/2.4/Cbc/src/CbcBranchCut.hpp (modified) * stable/2.4/Cbc/src/CbcBranchDynamic.cpp (modified) * stable/2.4/Cbc/src/CbcBranchDynamic.hpp (modified) * stable/2.4/Cbc/src/CbcBranchLotsize.cpp (modified) * stable/2.4/Cbc/src/CbcBranchLotsize.hpp (modified) * stable/2.4/Cbc/src/CbcCbcParam.cpp (modified) * stable/2.4/Cbc/src/CbcCompareActual.cpp (modified) * stable/2.4/Cbc/src/CbcCompareActual.hpp (modified) * stable/2.4/Cbc/src/CbcCompareBase.hpp (modified) * stable/2.4/Cbc/src/CbcConfig.h (modified) * stable/2.4/Cbc/src/CbcCountRowCut.cpp (modified) * stable/2.4/Cbc/src/CbcCountRowCut.hpp (modified) * stable/2.4/Cbc/src/CbcCutGenerator.cpp (modified) * stable/2.4/Cbc/src/CbcCutGenerator.hpp (modified) * stable/2.4/Cbc/src/CbcEventHandler.cpp (modified) * stable/2.4/Cbc/src/CbcEventHandler.hpp (modified) * stable/2.4/Cbc/src/CbcFathom.cpp (modified) * stable/2.4/Cbc/src/CbcFathom.hpp (modified) * stable/2.4/Cbc/src/CbcFathomDynamicProgramming.cpp (modified) * stable/2.4/Cbc/src/CbcFathomDynamicProgramming.hpp (modified) * stable/2.4/Cbc/src/CbcFeasibilityBase.hpp (modified) * stable/2.4/Cbc/src/CbcGenBaB.cpp (modified) * stable/2.4/Cbc/src/CbcGenCbcParam.cpp (modified) * stable/2.4/Cbc/src/CbcGenCbcParam.hpp (modified) * stable/2.4/Cbc/src/CbcGenCbcParamUtils.cpp (modified) * stable/2.4/Cbc/src/CbcGenCtlBlk.cpp (modified) * stable/2.4/Cbc/src/CbcGenCtlBlk.hpp (modified) * stable/2.4/Cbc/src/CbcGenMessages.cpp (modified) * stable/2.4/Cbc/src/CbcGenMessages.hpp (modified) * stable/2.4/Cbc/src/CbcGenOsiParam.cpp (modified) * stable/2.4/Cbc/src/CbcGenOsiParam.hpp (modified) * stable/2.4/Cbc/src/CbcGenOsiParamUtils.cpp (modified) * stable/2.4/Cbc/src/CbcGenParam.cpp (modified) * stable/2.4/Cbc/src/CbcGenParam.hpp (modified) * stable/2.4/Cbc/src/CbcGenParamUtils.cpp (modified) * stable/2.4/Cbc/src/CbcGenSolution.cpp (modified) * stable/2.4/Cbc/src/CbcGenSolvers.cpp (modified) * stable/2.4/Cbc/src/CbcGeneric.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristic.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristic.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDive.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDive.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveCoefficient.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveCoefficient.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveFractional.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveFractional.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveGuided.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveGuided.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveLineSearch.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveLineSearch.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDivePseudoCost.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDivePseudoCost.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveVectorLength.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicDiveVectorLength.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicFPump.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicFPump.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicGreedy.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicGreedy.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicLocal.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicLocal.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicPivotAndFix.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicPivotAndFix.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicRINS.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicRINS.hpp (modified) * stable/2.4/Cbc/src/CbcHeuristicRandRound.cpp (modified) * stable/2.4/Cbc/src/CbcHeuristicRandRound.hpp (modified) * stable/2.4/Cbc/src/CbcLinked.cpp (modified) * stable/2.4/Cbc/src/CbcLinked.hpp (modified) * stable/2.4/Cbc/src/CbcMain.cpp (modified) * stable/2.4/Cbc/src/CbcMessage.cpp (modified) * stable/2.4/Cbc/src/CbcMessage.hpp (modified) * stable/2.4/Cbc/src/CbcModel.cpp (modified) * stable/2.4/Cbc/src/CbcModel.hpp (modified) * stable/2.4/Cbc/src/CbcNode.cpp (modified) * stable/2.4/Cbc/src/CbcNode.hpp (modified) * stable/2.4/Cbc/src/CbcParam.cpp (modified) * stable/2.4/Cbc/src/CbcParam.hpp (modified) * stable/2.4/Cbc/src/CbcSolver.cpp (modified) * stable/2.4/Cbc/src/CbcSolver.hpp (modified) * stable/2.4/Cbc/src/CbcStatistics.cpp (modified) * stable/2.4/Cbc/src/CbcStatistics.hpp (modified) * stable/2.4/Cbc/src/CbcStrategy.cpp (modified) * stable/2.4/Cbc/src/CbcStrategy.hpp (modified) * stable/2.4/Cbc/src/CbcTree.cpp (modified) * stable/2.4/Cbc/src/CbcTree.hpp (modified) * stable/2.4/Cbc/src/CbcTreeLocal.cpp (modified) * stable/2.4/Cbc/src/CbcTreeLocal.hpp (modified) * stable/2.4/Cbc/src/Cbc_C_Interface.cpp (modified) * stable/2.4/Cbc/src/Cbc_C_Interface.h (modified) * stable/2.4/Cbc/src/Cbc_ampl.cpp (modified) * stable/2.4/Cbc/src/Cbc_ampl.h (modified) * stable/2.4/Cbc/src/ClpAmplObjective.cpp (modified) * stable/2.4/Cbc/src/ClpAmplObjective.hpp (modified) * stable/2.4/Cbc/src/ClpAmplStuff.cpp (modified) * stable/2.4/Cbc/src/ClpConstraintAmpl.hpp (modified) * stable/2.4/Cbc/src/CoinSolve.cpp (modified) * stable/2.4/Cbc/src/unitTest.cpp (modified) * stable/2.4/Cbc/src/unitTestClp.cpp (modified) * stable/2.4/Externals (modified) Creating new stable branch 2.4 from trunk (rev 1270)