/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/Applications/SPP/include/spp_common.h

Go to the documentation of this file.
00001 /*===========================================================================*/
00002 /*                                                                           */
00003 /* This file is part of a demonstration application for use with the         */
00004 /* SYMPHONY Branch, Cut, and Price Library. This application is a solver for */
00005 /* the Set Partitioning Problem.                                             */
00006 /*                                                                           */
00007 /* (c) Copyright 2005-2008 Marta Eso and Ted Ralphs. All Rights Reserved.    */
00008 /*                                                                           */
00009 /* This application was originally developed by Marta Eso and was modified   */
00010 /* Ted Ralphs (tkralphs@lehigh.edu)                                          */
00011 /*                                                                           */
00012 /* This software is licensed under the Common Public License. Please see     */
00013 /* accompanying file for terms.                                              */
00014 /*                                                                           */
00015 /*===========================================================================*/
00016 
00017 #ifndef _SPP_COMMON_H_
00018 #define _SPP_COMMON_H_
00019 
00020 #include <stdio.h>
00021 
00022 #include "sym_proto.h"
00023 #include "spp_types.h"
00024 
00025 int *spp_lexsort PROTO((col_ordered *matrix));
00026 int spp_lexcompare PROTO((const void *i, const void *j));
00027 void spp_free_cmatrix PROTO((col_ordered *m));
00028 void spp_free_rmatrix PROTO((row_ordered *m));
00029 void spp_column_to_row PROTO((col_ordered *cm, row_ordered *rm, int *i_tmpm,
00030                               int **istar_tmpm));
00031 void spp_row_to_column PROTO((row_ordered *rm, col_ordered *cm, int *i_tmpn,
00032                               row_ind_type **rowindstar_tmpn));
00033 FILE *get_filehandler PROTO((int counter, char *filename, char *fname));
00034 
00035 #endif

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