/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/include/sym_pack_cut.h

Go to the documentation of this file.
00001 /*===========================================================================*/
00002 /*                                                                           */
00003 /* This file is part of the SYMPHONY MILP Solver Framework.                  */
00004 /*                                                                           */
00005 /* SYMPHONY was jointly developed by Ted Ralphs (tkralphs@lehigh.edu) and    */
00006 /* Laci Ladanyi (ladanyi@us.ibm.com).                                        */
00007 /*                                                                           */
00008 /* (c) Copyright 2000-2008 Ted Ralphs. All Rights Reserved.                  */
00009 /*                                                                           */
00010 /* This software is licensed under the Common Public License. Please see     */
00011 /* accompanying file for terms.                                              */
00012 /*                                                                           */
00013 /*===========================================================================*/
00014 
00015 #ifndef _PACK_CUT_H
00016 #define _PACK_CUT_H
00017 
00018 #include "sym_proto.h"
00019 #include "sym_types.h"
00020 
00021 void pack_cut PROTO((cut_data *cut));
00022 cut_data *unpack_cut PROTO((cut_data *cut));
00023 
00024 #endif

Generated on Sun Nov 14 14:06:42 2010 for Coin-All by  doxygen 1.4.7