/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/include/sym_qsort.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 _QSORT_H
00016 #define _QSORT_H
00017 
00018 //void qsort(char *bot, unsigned int nmemb, int size,
00019 //         int (*compar)(const void *, const void *));
00020 
00021 void qsort_i(int *bot, int nmemb);
00022 void qsort_id(int *bot, double *botd, int nmemb);
00023 void qsort_ic(int *bot, char *botc, int nmemb);
00024 void qsort_ii(int *bot, int *bota, int nmemb);
00025 void qsort_di(double *botd, int *boti, int nmemb);
00026 
00027 #endif

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