/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/Applications/SPP+CUTS/include/spp_master_functions.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_MASTER_FUNCTIONS_H
00018 #define _SPP_MASTER_FUNCTIONS_H
00019 
00020 #include "sym_proto.h"
00021 
00022 #include "spp.h"
00023 
00024 void   spp_read_params       PROTO((spp_problem *spp, char *filename));
00025 void   spp_print_params      PROTO((spp_problem *spp));
00026 void   spp_read_input        PROTO((spp_problem *spp));
00027 void   read_our_no_del       PROTO((col_ordered *matrix, FILE *f));
00028 int    read_our_del_dupl     PROTO((col_ordered *matrix, FILE *f));
00029 void   read_our0_no_del      PROTO((col_ordered *matrix, FILE *f));
00030 int    read_our0_del_dupl    PROTO((col_ordered *matrix, FILE *f));
00031 void   spp_fix_lex           PROTO((spp_problem *spp));
00032 void   spp_matrix_to_our     PROTO((col_ordered *matrix, char *filename,
00033                                     int *counter));
00034 void   spp_matrix_to_matlab  PROTO((col_ordered *matrix, char *filename,
00035                                     int *counter));
00036 #endif

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