- Timestamp:
- Jan 4, 2011 12:52:40 PM (9 years ago)
- Location:
- trunk/Clp/examples
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/examples/addBits.cpp
r1561 r1662 2 2 // Copyright (C) 2005, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 5 6 6 /* -
trunk/Clp/examples/addColumns.cpp
r1583 r1662 2 2 // Copyright (C) 2005, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 -
trunk/Clp/examples/addRows.cpp
r1559 r1662 2 2 // Copyright (C) 2004, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 -
trunk/Clp/examples/decomp2.cpp
r1561 r1662 2 2 // Copyright (C) 2008, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/decomp3.cpp
r1561 r1662 2 2 // Copyright (C) 2008, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/decompose.cpp
r1561 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/defaults.cpp
r1583 r1662 2 2 // Copyright (C) 2002, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/driver.cpp
r1583 r1662 2 2 // Copyright (C) 2002,2003 International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/driver2.cpp
r1583 r1662 2 2 // Copyright (C) 2002, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/driverC.c
r1561 r1662 1 1 /* $Id$ */ 2 /* Copyright (C) 2003 International Business Machines 3 Corporation and others. All Rights Reserved. */ 2 /* 3 Copyright (C) 2003 International Business Machines 4 Corporation and others. All Rights Reserved. 5 6 This code is licensed under the terms of the Eclipse Public License (EPL). 7 */ 4 8 5 9 /* This example shows the use of the "C" interface */ -
trunk/Clp/examples/dualCuts.cpp
r1559 r1662 1 1 /* $Id$ */ 2 /* Copyright (C) 2003, International Business Machines Corporation 3 and others. All Rights Reserved. 4 5 This sample program is designed to illustrate programming 6 techniques using CoinLP, has not been thoroughly tested 7 and comes without any warranty whatsoever. 8 9 You may copy, modify and distribute this sample program without 10 any restrictions whatsoever and without any payment to anyone. 2 /* 3 Copyright (C) 2003, International Business Machines Corporation and others. 4 All Rights Reserved. 5 6 This sample program is designed to illustrate programming techniques 7 using CoinLP, has not been thoroughly tested and comes without any 8 warranty whatsoever. 9 10 You may copy, modify and distribute this sample program without any 11 restrictions whatsoever and without any payment to anyone. 11 12 */ 12 13 -
trunk/Clp/examples/ekk.cpp
r1561 r1662 2 2 // Copyright (C) 2002, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 /* This can be used to compare OSL and Clp. The interface functions -
trunk/Clp/examples/ekk_interface.cpp
r1559 r1662 1 1 /* $Id$ */ 2 // Copyright (C) 2002, International Business Machines 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 2 6 #include <cassert> 3 7 -
trunk/Clp/examples/makeDual.cpp
r1561 r1662 2 2 // Copyright (C) 2005, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/minimum.cpp
r1642 r1662 2 2 // Copyright (C) 2002, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/modify.cpp
r1559 r1662 2 2 // Copyright (C) 2007, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 4 6 /* 5 7 This example shows the creation of a model from arrays, solution -
trunk/Clp/examples/myPdco.cpp
r1559 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 -
trunk/Clp/examples/myPdco.hpp
r1552 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 5 4 6 #ifndef myPdco_H 5 7 #define myPdco_H -
trunk/Clp/examples/network.cpp
r1559 r1662 2 2 // Copyright (C) 2002, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 -
trunk/Clp/examples/pdco.cpp
r1559 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 -
trunk/Clp/examples/piece.cpp
r1559 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 /* This simple example takes a matrix read in by CoinMpsIo, -
trunk/Clp/examples/sprint.cpp
r1559 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/sprint2.cpp
r1599 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/testBarrier.cpp
r1561 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpInterior.hpp" -
trunk/Clp/examples/testBasis.cpp
r1559 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/testGub.cpp
r1561 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/testGub2.cpp
r1561 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp" -
trunk/Clp/examples/testQP.cpp
r1561 r1662 2 2 // Copyright (C) 2005, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "CoinMpsIO.hpp" -
trunk/Clp/examples/useVolume.cpp
r1561 r1662 2 2 // Copyright (C) 2003, International Business Machines 3 3 // Corporation and others. All Rights Reserved. 4 // This code is licensed under the terms of the Eclipse Public License (EPL). 4 5 5 6 #include "ClpSimplex.hpp"
Note: See TracChangeset
for help on using the changeset viewer.