Changeset 488
- Timestamp:
- Jan 10, 2011 12:06:41 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 315 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Couenne/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 ## $Id$ -
trunk/Couenne/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Andreas Waechter IBM 2006-04-13 -
trunk/Couenne/configure
r487 r488 13 13 # All Rights Reserved. 14 14 # This file is part of the open source package Coin which is distributed 15 # under the CommonPublic License.15 # under the Eclipse Public License. 16 16 ## --------------------- ## 17 17 ## M4sh Initialization. ## … … 1282 1282 All Rights Reserved. 1283 1283 This file is part of the open source package Coin which is distributed 1284 under the CommonPublic License.1284 under the Eclipse Public License. 1285 1285 _ACEOF 1286 1286 exit 0 -
trunk/Couenne/configure.ac
r487 r488 1 1 # Copyright (C) 2006 International Business Machines. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 ## $Id$ … … 20 20 All Rights Reserved. 21 21 This file is part of the open source package Coin which is distributed 22 under the CommonPublic License.])22 under the Eclipse Public License.]) 23 23 24 24 # List one file in the package so that the configure script can test -
trunk/Couenne/src/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 # 5 5 ## $Id$ -
trunk/Couenne/src/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 # 21 21 # -
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.cpp
r487 r488 6 6 * 7 7 * (C) Giacomo Nannicini, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneAggrProbing.hpp
r487 r488 6 6 * 7 7 * (C) Giacomo Nannicini, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneFixPoint.hpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneInfeasCut.cpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneInfeasCut.hpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneMultiVarProbe.hpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/CouenneSparseBndVec.hpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/FixPointConstructors.cpp
r465 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/FixPointGenCuts.cpp
r469 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/bound_tightening/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/bound_tightening/aggressiveBT.cpp
r487 r488 8 8 * 9 9 * (C) Carnegie-Mellon University, 2007-10. 10 * This file is licensed under the Common Public License (CPL)10 * This file is licensed under the Eclipse Public License (EPL) (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/bound_tightening/boundTightening.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/fake_tightening.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/impliedBounds.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/obbt.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/obbt_iter.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprDiv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprMul.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprPow.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprQuad.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprSum.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-exprTrilinear.cpp
r487 r488 5 5 * Purpose: implied bounds for trilinear terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-mul.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/operators/impliedBounds-sum.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/bound_tightening/tightenBounds.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/BranchCore.cpp
r487 r488 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneBranchingObject.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneBranchingObject.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseStrong.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseStrong.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneChooseVariable.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneChooseVariable.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneComplBranchingObject.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplBranchingObject.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplObject.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneComplObject.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneObject.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneObject.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneOrbitBranchingObj.cpp
r487 r488 7 7 * Purpose: Branching object for auxiliary variables 8 8 * 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneOrbitBranchingObj.hpp
r487 r488 6 6 * Purpose: Branching object for auxiliary variables 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneOrbitObj.cpp
r487 r488 6 6 * Purpose: Base object for variables (to be used in branching) 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneOrbitObj.hpp
r487 r488 6 6 * Purpose: Object for orbital branching 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 /* -
trunk/Couenne/src/branch/CouenneProjections.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneSOSObject.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneSOSObject.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneThreeWayBranchObj.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneThreeWayBranchObj.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/CouenneVTObject.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneVarObject.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/CouenneVarObject.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/branch/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/branch/Nauty.cpp
r487 r488 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/doStrongBranching.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/feasibleRegion.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/infeasibility.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/infeasibilityVT.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-09. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/branch/operators/branchExprAbs.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprDiv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprExp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprInv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprLog.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprMul.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprPow.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprQuad.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprSinCos.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/branchExprTrilinear.cpp
r487 r488 5 5 * Purpose: return branch data for trilinear terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/branch/operators/computeMulBrDist.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/branch/operators/minMaxDelta.cpp
r487 r488 8 8 * 9 9 * (C) Carnegie-Mellon University, 2007-10. 10 * This file is licensed under the Common Public License (CPL)10 * This file is licensed under the Eclipse Public License (EPL) (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/branch/projections.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/CouenneCutGenerator.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/CouenneCutGenerator.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/convex/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/convex/addEnvelope.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/createCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/genColCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/genRowCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/generateCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/isOptimumCut.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2009. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/convex/operators/alphaConvexify.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprAbs.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprDiv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprExp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprGroup.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprInv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprLog.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul-genCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul-reformulate.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprMul.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprOpp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow-envelope.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow-getBounds.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprPow.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprQuad.cpp
r487 r488 8 8 * 9 9 * (C) Carnegie-Mellon University, 2006-09. 10 * This file is licensed under the Common Public License (CPL)10 * This file is licensed under the Eclipse Public License (EPL) (EPL) 11 11 */ 12 12 -
trunk/Couenne/src/convex/operators/conv-exprSinCos.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprSub.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprSum.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/conv-exprTrilinear.cpp
r487 r488 5 5 * Purpose: convexify trilinear terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/convex/operators/exprMul-upperHull.cpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/powNewton.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/quadCuts.cpp
r487 r488 6 6 * 7 7 * (C) International Business Machines 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/trigNewton.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/operators/unifiedProdCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/convex/updateBranchInfo.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CouenneCrossConv.hpp
r485 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvConstructors.cpp
r485 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvGenCuts.cpp
r394 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/CrossConvSetup.cpp
r485 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/crossconv/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/crossconv/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/disjunctive/CouenneDisjCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/CouenneDisjCuts.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/disjunctive/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/disjunctive/OsiCuts2MatrVec.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/OsiLinear2MatrVec.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/disjCut.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/dummyVecMatr.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/generateDisjCuts.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/getDisjunctions.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/separateWithDisjunction.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/disjunctive/singleDisjunctions.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/ellipcuts/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/ellipcuts/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/expression/CouExpr.cpp
r487 r488 5 5 * Purpose: Container class for expressions 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/CouExpr.hpp
r487 r488 5 5 * Purpose: Container class for expressions 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/CouenneDomain.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprAux.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/CouenneExprBound.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprClone.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/CouenneExprConst.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprCopy.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprIVar.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprOp.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprStore.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprUnary.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExprVar.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneExpression.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouennePrecisions.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/CouenneTypes.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/expression/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/expression/domain.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprAux.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprOp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprUnary.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-2009. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/exprVar.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/expression.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprAbs.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprBinProd.hpp
r487 r488 5 5 * Purpose: Product of binary variables 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/CouenneExprCos.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprDiv.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprExp.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprGroup.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprIf.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprInv.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprLog.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMax.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMin.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMul.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprMultiLin.hpp
r487 r488 5 5 * Purpose: Multilinear terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/CouenneExprNorm.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprOpp.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprPWLinear.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprPow.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprQuad.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/expression/operators/CouenneExprSin.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprSub.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprSum.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/CouenneExprTrilinear.hpp
r487 r488 5 5 * Purpose: definition of product of three terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBCos.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBDiv.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBMul.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBQuad.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/CouenneExprBSin.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/bounds/exprBQuad.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/compQuadFinBounds.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprAbs.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprCos.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprDiv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprExp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprGroup.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprInv.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprLog.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprMinMax.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprMul.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprOpp.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprPow.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprQuad.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSin.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSub.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprSum.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-07. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/operators/exprTrilinear.cpp
r487 r488 5 5 * Purpose: definition of trilinear terms 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprHess.cpp
r378 r488 5 5 * Purpose: Hessian of the Lagrangian, implementation 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprHess.hpp
r371 r488 5 5 * Purpose: Hessian of the Lagrangian, definition 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprJac.cpp
r378 r488 5 5 * Purpose: Implementation, matrix expressions 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/partial/CouenneExprJac.hpp
r371 r488 5 5 * Purpose: Jacobian expression 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/expression/simplify/simplifiers.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/expression/simplify/simplify.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/BonInitHeuristic.cpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/heuristics/BonInitHeuristic.hpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/heuristics/BonNlpHeuristic.cpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/heuristics/BonNlpHeuristic.hpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/heuristics/CouenneFPFindSolution.cpp
r487 r488 6 6 * Purpose: Find solution by looping through MILP solvers/heuristics 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFPSolveMILP.cpp
r391 r488 6 6 * Purpose: Solve the MILP within the Feasibility Pump 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFPSolveNLP.cpp
r379 r488 6 6 * Purpose: Implement the NLP solution method for the Feasibility Pump 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneFeasPump.cpp
r487 r488 7 7 * Created: August 5, 2009 8 8 * 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/heuristics/CouenneFeasPump.hpp
r487 r488 7 7 * Created: August 5, 2009 8 8 * 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/heuristics/CouenneFeasPumpConstructors.cpp
r377 r488 6 6 * Purpose: Implement the Feasibility Pump heuristic class 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/heuristics/CouenneIterativeRounding.cpp
r487 r488 2 2 // and others. 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/heuristics/CouenneIterativeRounding.hpp
r487 r488 1 1 // (C) Copyright International Business Machines Corporation 2007 2 2 // All Rights Reserved. 3 // This code is published under the Common Public License.3 // This code is published under the Eclipse Public License (EPL). 4 4 // 5 5 // Authors : -
trunk/Couenne/src/heuristics/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/heuristics/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/interfaces/BonCouenneInterface.cpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation (IBM) 2006, 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/interfaces/BonCouenneInterface.hpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation (IBM) 2006-09 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/interfaces/CouenneMINLPInterface.cpp
r487 r488 7 7 * 8 8 * (C) Pietro Belotti 2010 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/interfaces/CouenneMINLPInterface.hpp
r487 r488 7 7 * 8 8 * (C) Pietro Belotti 2010 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/interfaces/CouenneTNLP.cpp
r380 r488 5 5 * Purpose: Implementation of an NLP interface with gradient/Jacobian/etc 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/interfaces/CouenneTNLP.hpp
r414 r488 5 5 * Purpose: Definition of an NLP interface with gradient/Jacobian/etc 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/interfaces/CouenneUserInterface.hpp
r487 r488 3 3 // (C) Copyright XXX 2009 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/interfaces/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/interfaces/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/main/BonCouenne.cpp
r487 r488 3 3 // (C) Copyright International Business Machines Corporation and Carnegie Mellon University 2006, 2007 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/main/BonCouenneInfo.cpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/main/BonCouenneInfo.hpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2008 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/main/BonCouenneSetup.cpp
r487 r488 3 3 // (C) Copyright International Business Machines Corporation 2007 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/main/BonCouenneSetup.hpp
r487 r488 2 2 // (C) Copyright International Business Machines Corporation 2007 3 3 // All Rights Reserved. 4 // This code is published under the Common Public License.4 // This code is published under the Eclipse Public License (EPL). 5 5 // 6 6 // Authors : -
trunk/Couenne/src/main/CouTight.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/main/Couenne.cpp
r487 r488 3 3 // (C) Copyright International Business Machines Corporation and Carnegie Mellon University 2006, 2007 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/main/CouenneOSInterface.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2009. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/main/CouenneOSInterface.hpp
r487 r488 3 3 // (C) Copyright XXX 2009 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/main/CouenneSolver.cpp
r349 r488 3 3 // (C) Copyright International Business Machines Corporation and Carnegie Mellon University 2006, 2007 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/main/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 ## $Id$ -
trunk/Couenne/src/main/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, on a template by Pierre Bonami -
trunk/Couenne/src/main/SmartAslDestr.cpp
r349 r488 3 3 // (C) Copyright International Business Machines Corporation 2007 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/problem/CouenneGlobalCutOff.cpp
r414 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2010. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneGlobalCutOff.hpp
r377 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2010. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneJournalist.hpp
r487 r488 3 3 // Copyright (C) 2007 International Business Machines and others. 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Author: Andreas Waechter IBM 2007-12-04 -
trunk/Couenne/src/problem/CouenneLPtightenBounds.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneLPtightenBoundsCLP-light.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneLPtightenBoundsCLP.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblem.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblem.hpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneProblemConstructors.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2009-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneProblemElem.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-08. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneRestoreUnused.cpp
r487 r488 5 5 * Purpose: Restore a consistent value of duplicate variables 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/problem/CouenneSOS.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2008-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneSolverInterface.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-09. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/CouenneSolverInterface.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/CouenneSymmetry.cpp
r487 r488 6 6 * Date: October 13, 2010 7 7 * 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/problem/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/problem/checkNLP.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/constraint.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/CouenneDepGraph.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/checkCycles.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/depGraph/depGraph.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/fillDependence.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/fillQuadIndices.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/getIntegerCandidate.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-08. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/problem/problem.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/problemIO.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/reformulate.cpp
r487 r488 5 5 * Purpose: apply reformulation 6 6 * 7 * This file is licensed under the Common Public License (CPL)7 * This file is licensed under the Eclipse Public License (EPL) (EPL) 8 8 */ 9 9 -
trunk/Couenne/src/problem/testIntFix.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2008-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/writeAMPL.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/problem/writeGAMS.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/CouenneAmplInterface.cpp
r487 r488 3 3 // (C) Copyright XXX 2009 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/readnl/CouenneAmplInterface.hpp
r487 r488 3 3 // (C) Copyright XXX 2009 4 4 // All Rights Reserved. 5 // This code is published under the Common Public License.5 // This code is published under the Eclipse Public License (EPL). 6 6 // 7 7 // Authors : -
trunk/Couenne/src/readnl/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/readnl/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/readnl/invmap.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006-09. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/readnl/nl2e.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-09. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/readASLfg.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/readnl/readnl.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/sdpcuts/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti -
trunk/Couenne/src/sdpcuts/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti -
trunk/Couenne/src/standardize/CouenneLQelems.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/standardize/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/standardize/analyzeSparsity.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/auxiliarize.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/constrStandardize.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/decomposeTerm.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/elementBreak.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/flattenMul.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2007-10. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/standardize/linStandardize.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/splitAux.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/standardize.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/standardize/sumStandardize.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/CouenneTwoImplied.hpp
r451 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/Makefile.am
r487 r488 3 3 # Copyright (C) 2006 International Business Machines and others. 4 4 # All Rights Reserved. 5 # This file is distributed under the CommonPublic License.5 # This file is distributed under the Eclipse Public License. 6 6 7 7 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/two_implied_bt/Makefile.in
r487 r488 15 15 @SET_MAKE@ 16 16 17 # $Id: Makefile.am 4 41 2010-10-23 14:01:38Z pbelotti $17 # $Id: Makefile.am 487 2011-01-10 16:18:44Z pbelotti $ 18 18 # 19 19 # Copyright (C) 2006 International Business Machines and others. 20 20 # All Rights Reserved. 21 # This file is distributed under the CommonPublic License.21 # This file is distributed under the Eclipse Public License. 22 22 23 23 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/two_implied_bt/TwoImpliedConstructors.cpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/TwoImpliedGenCuts.cpp
r453 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/two_implied_bt/TwoImpliedIneqCombine.cpp
r487 r488 6 6 * 7 7 * (C) Pietro Belotti, 2010. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/CouenneFunTriplets.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2007-10 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/CouenneRootQ.hpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/src/util/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/util/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Pietro Belotti, from a template by Pierre Bonami -
trunk/Couenne/src/util/drawCuts.cpp
r487 r488 7 7 * 8 8 * (C) Carnegie-Mellon University, 2006. 9 * This file is licensed under the Common Public License (CPL)9 * This file is licensed under the Eclipse Public License (EPL) (EPL) 10 10 */ 11 11 -
trunk/Couenne/src/util/rootQ.cpp
r487 r488 6 6 * 7 7 * (C) Carnegie-Mellon University, 2006-10. 8 * This file is licensed under the Common Public License (CPL)8 * This file is licensed under the Eclipse Public License (EPL) (EPL) 9 9 */ 10 10 -
trunk/Couenne/test/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 ## $Id$ -
trunk/Couenne/test/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Andreas Waechter IBM 2006-04-13 -
trunk/Makefile.am
r487 r488 1 1 # Copyright (C) 2006 International Business Machines and others. 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 ## $Id$ -
trunk/Makefile.in
r487 r488 17 17 # Copyright (C) 2006 International Business Machines and others. 18 18 # All Rights Reserved. 19 # This file is distributed under the CommonPublic License.19 # This file is distributed under the Eclipse Public License. 20 20 21 21 # Author: Andreas Waechter IBM 2006-04-13 -
trunk/configure
r487 r488 14 14 # All Rights Reserved. 15 15 # This file is part of the open source package Coin-OR which is distributed 16 # under the CommonPublic License.16 # under the Eclipse Public License. 17 17 ## --------------------- ## 18 18 ## M4sh Initialization. ## … … 1338 1338 All Rights Reserved. 1339 1339 This file is part of the open source package Coin-OR which is distributed 1340 under the CommonPublic License.1340 under the Eclipse Public License. 1341 1341 _ACEOF 1342 1342 exit 0 -
trunk/configure.ac
r487 r488 1 1 # Copyright (C) 2008 Pietro Belotti 2 2 # All Rights Reserved. 3 # This file is distributed under the CommonPublic License.3 # This file is distributed under the Eclipse Public License. 4 4 5 5 # Author: Pietro Belotti … … 18 18 All Rights Reserved. 19 19 This file is part of the open source package Coin-OR which is distributed 20 under the CommonPublic License.])20 under the Eclipse Public License.]) 21 21 22 22 AC_REVISION(0.0)
Note: See TracChangeset
for help on using the changeset viewer.