Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
Applications
VRP
include
decomp
ind_sort.h
Go to the documentation of this file.
1
#ifndef _IND_SORT
2
#define _IND_SORT
3
4
#include "
sym_proto.h
"
5
6
void
exchange
PROTO
((
int
*ind_list,
double
*vals,
int
i,
int
j));
7
int
partition
PROTO
((
int
*ind_list,
double
*vals,
int
len));
8
void
ind_sort
PROTO
((
int
*ind_list,
double
*vals,
int
len));
9
10
#endif
PROTO
#define PROTO(x)
Definition:
sym_proto.h:27
sym_proto.h
Generated by
1.8.5