/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/Applications/SPP+CUTS/include/spp_cg_clique.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_CG_CLIQUE_H
00018 #define _SPP_CG_CLIQUE_H
00019 
00020 int find_violated_star_cliques PROTO((spp_cg_problem *spp, double etol));
00021 void spp_delete_node PROTO((spp_cg_problem *spp, int del_ind,
00022                             int *pcurrent_nodenum, int *current_indices,
00023                             int *current_degrees, double *current_values));
00024 int choose_next_node PROTO((spp_cg_problem *spp, int current_nodenum,
00025                             int *current_indices, int *current_degrees,
00026                             double *current_values));
00027 int find_violated_row_cliques PROTO((spp_cg_problem *spp, double etol));
00028 int enumerate_maximal_cliques PROTO((spp_cg_problem *spp, int pos, double etol));
00029 int greedy_maximal_clique PROTO((spp_cg_problem *spp, cut_data *new_cut,
00030                                  int length, int *indices, int pos, double etol));
00031 #endif

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