Changeset 490 for trunk/Couenne
- Timestamp:
- Jan 14, 2011 11:07:12 AM (10 years ago)
- Location:
- trunk/Couenne/src
- Files:
-
- 250 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.cpp
r488 r490 6 6 * 7 7 * (C) Giacomo Nannicini, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.hpp
r488 r490 6 6 * 7 7 * (C) Giacomo Nannicini, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneInfeasCut.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneInfeasCut.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneMultiVarProbe.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneSparseBndVec.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/FixPointConstructors.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/FixPointGenCuts.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/aggressiveBT.cpp
r488 r490 8 8 * 9 9 * (C) Carnegie-Mellon University, 2007-10. 10 * This file is licensed under the Eclipse Public License (EPL) (EPL)10 * This file is licensed under the Eclipse Public License (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/bound_tightening/boundTightening.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/fake_tightening.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/impliedBounds.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/obbt.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/obbt_iter.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprDiv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprMul.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprPow.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprQuad.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprSum.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprTrilinear.cpp
r488 r490 5 5 * Purpose: implied bounds for trilinear terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-mul.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-sum.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/tightenBounds.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/BranchCore.cpp
r488 r490 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneBranchingObject.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneBranchingObject.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseStrong.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseStrong.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneChooseVariable.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseVariable.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneComplBranchingObject.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplBranchingObject.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplObject.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplObject.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneObject.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneObject.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneOrbitBranchingObj.cpp
r488 r490 7 7 * Purpose: Branching object for auxiliary variables 8 8 * 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneOrbitBranchingObj.hpp
r488 r490 6 6 * Purpose: Branching object for auxiliary variables 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneOrbitObj.cpp
r488 r490 6 6 * Purpose: Base object for variables (to be used in branching) 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneOrbitObj.hpp
r488 r490 6 6 * Purpose: Object for orbital branching 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 /* -
trunk/Couenne/src/branch/CouenneProjections.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneSOSObject.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneSOSObject.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneThreeWayBranchObj.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneThreeWayBranchObj.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneVTObject.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneVarObject.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneVarObject.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/Nauty.cpp
r488 r490 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/doStrongBranching.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/feasibleRegion.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/infeasibility.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/infeasibilityVT.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-09. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/operators/branchExprAbs.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprDiv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprExp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprInv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprLog.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprMul.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprPow.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprQuad.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprSinCos.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprTrilinear.cpp
r488 r490 5 5 * Purpose: return branch data for trilinear terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/branch/operators/computeMulBrDist.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/minMaxDelta.cpp
r488 r490 8 8 * 9 9 * (C) Carnegie-Mellon University, 2007-10. 10 * This file is licensed under the Eclipse Public License (EPL) (EPL)10 * This file is licensed under the Eclipse Public License (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/branch/projections.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/CouenneCutGenerator.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/CouenneCutGenerator.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/addEnvelope.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/createCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/genColCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/genRowCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/generateCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/isOptimumCut.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2009. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/convex/operators/alphaConvexify.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprAbs.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprDiv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprExp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprGroup.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprInv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprLog.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul-genCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul-reformulate.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprOpp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow-envelope.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow-getBounds.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprQuad.cpp
r488 r490 8 8 * 9 9 * (C) Carnegie-Mellon University, 2006-09. 10 * This file is licensed under the Eclipse Public License (EPL) (EPL)10 * This file is licensed under the Eclipse Public License (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/convex/operators/conv-exprSinCos.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprSub.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprSum.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprTrilinear.cpp
r488 r490 5 5 * Purpose: convexify trilinear terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/convex/operators/exprMul-upperHull.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/powNewton.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/quadCuts.cpp
r488 r490 6 6 * 7 7 * (C) International Business Machines 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/trigNewton.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/unifiedProdCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/updateBranchInfo.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CouenneCrossConv.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvConstructors.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvGenCuts.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvSetup.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/CouenneDisjCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/CouenneDisjCuts.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/OsiCuts2MatrVec.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/OsiLinear2MatrVec.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/disjCut.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/dummyVecMatr.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/generateDisjCuts.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/getDisjunctions.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/separateWithDisjunction.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/singleDisjunctions.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouExpr.cpp
r488 r490 5 5 * Purpose: Container class for expressions 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/CouExpr.hpp
r488 r490 5 5 * Purpose: Container class for expressions 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/CouenneDomain.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprAux.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/CouenneExprBound.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprClone.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/CouenneExprConst.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprCopy.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprIVar.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprOp.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprStore.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprUnary.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprVar.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExpression.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouennePrecisions.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneTypes.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/domain.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprAux.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprOp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprUnary.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-2009. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprVar.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/expression.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprAbs.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprBinProd.hpp
r488 r490 5 5 * Purpose: Product of binary variables 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/CouenneExprCos.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprDiv.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprExp.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprGroup.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprIf.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprInv.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprLog.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMax.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMin.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMul.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMultiLin.hpp
r488 r490 5 5 * Purpose: Multilinear terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/CouenneExprNorm.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprOpp.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprPWLinear.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprPow.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprQuad.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/operators/CouenneExprSin.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprSub.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprSum.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprTrilinear.hpp
r488 r490 5 5 * Purpose: definition of product of three terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBCos.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBDiv.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBMul.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBQuad.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBSin.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/exprBQuad.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/compQuadFinBounds.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprAbs.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprCos.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprDiv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprExp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprGroup.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprInv.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprLog.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprMinMax.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprMul.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprOpp.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprPow.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprQuad.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSin.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSub.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSum.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprTrilinear.cpp
r488 r490 5 5 * Purpose: definition of trilinear terms 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprHess.cpp
r488 r490 5 5 * Purpose: Hessian of the Lagrangian, implementation 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprHess.hpp
r488 r490 5 5 * Purpose: Hessian of the Lagrangian, definition 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprJac.cpp
r488 r490 5 5 * Purpose: Implementation, matrix expressions 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprJac.hpp
r488 r490 5 5 * Purpose: Jacobian expression 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/simplify/simplifiers.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/simplify/simplify.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFPFindSolution.cpp
r488 r490 6 6 * Purpose: Find solution by looping through MILP solvers/heuristics 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFPSolveMILP.cpp
r488 r490 6 6 * Purpose: Solve the MILP within the Feasibility Pump 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFPSolveNLP.cpp
r488 r490 6 6 * Purpose: Implement the NLP solution method for the Feasibility Pump 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFeasPump.cpp
r488 r490 7 7 * Created: August 5, 2009 8 8 * 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/heuristics/CouenneFeasPump.hpp
r488 r490 7 7 * Created: August 5, 2009 8 8 * 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/heuristics/CouenneFeasPumpConstructors.cpp
r488 r490 6 6 * Purpose: Implement the Feasibility Pump heuristic class 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/interfaces/CouenneMINLPInterface.cpp
r488 r490 7 7 * 8 8 * (C) Pietro Belotti 2010 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/interfaces/CouenneMINLPInterface.hpp
r488 r490 7 7 * 8 8 * (C) Pietro Belotti 2010 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/interfaces/CouenneTNLP.cpp
r488 r490 5 5 * Purpose: Implementation of an NLP interface with gradient/Jacobian/etc 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/interfaces/CouenneTNLP.hpp
r488 r490 5 5 * Purpose: Definition of an NLP interface with gradient/Jacobian/etc 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/main/CouTight.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/main/CouenneOSInterface.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2009. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneGlobalCutOff.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2010. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneGlobalCutOff.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2010. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneLPtightenBounds.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneLPtightenBoundsCLP-light.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneLPtightenBoundsCLP.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblem.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblem.hpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneProblemConstructors.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblemElem.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneRestoreUnused.cpp
r488 r490 5 5 * Purpose: Restore a consistent value of duplicate variables 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/problem/CouenneSOS.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneSolverInterface.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-09. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneSolverInterface.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneSymmetry.cpp
r488 r490 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/checkNLP.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/constraint.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/CouenneDepGraph.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/checkCycles.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/depGraph.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/fillDependence.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/fillQuadIndices.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/getIntegerCandidate.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-08. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/problem.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/problemIO.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/reformulate.cpp
r488 r490 5 5 * Purpose: apply reformulation 6 6 * 7 * This file is licensed under the Eclipse Public License (EPL) (EPL)7 * This file is licensed under the Eclipse Public License (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/problem/testIntFix.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/writeAMPL.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/writeGAMS.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/invmap.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-09. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/readnl/nl2e.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/readASLfg.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/readnl.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/CouenneLQelems.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/analyzeSparsity.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/auxiliarize.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/constrStandardize.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/decomposeTerm.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/elementBreak.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/flattenMul.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/linStandardize.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/splitAux.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/standardize.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/sumStandardize.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/CouenneTwoImplied.hpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/TwoImpliedConstructors.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/TwoImpliedGenCuts.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/TwoImpliedIneqCombine.cpp
r488 r490 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/CouenneFunTriplets.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/CouenneRootQ.hpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/drawCuts.cpp
r488 r490 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Eclipse Public License (EPL) (EPL)9 * This file is licensed under the Eclipse Public License (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/util/rootQ.cpp
r488 r490 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Eclipse Public License (EPL) (EPL)8 * This file is licensed under the Eclipse Public License (EPL) 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.