Concorde tinytsp.h functions
CCtiny_bnc_tsp
File:
TINY/tinytsp.c
Header:
tinytsp.h
Prototype:
int CCtiny_bnc_tsp (int ncount, CCdatagroup *dat, double *upbound,
double *optval, int nodelimit)
Description:
MISSING
CCtiny_bnc_msp
File:
TINY/tinytsp.c
Header:
tinytsp.h
Prototype:
int CCtiny_bnc_msp (int ncount, int ecount, int *elist, int *elen,
int depot, int *lower, int *upper, double *upperbound,
int objsense, double *optval, int *xsol, int checkresult,
int searchlimit)
Description:
MISSING
CCtiny_bnb_tsp
File:
TINY/bnbtsp.c
Header:
tinytsp.h
Prototype:
int CCtiny_bnb_tsp (int nnodes, int nedges, int *elist, int *weight,
int *lbound, int *ubound, double *objlimit, int objdir,
double *objval, int *xsol, int searchlimit)
Description:
MISSING
CCtiny_bnb_msp
File:
TINY/bnbmsp.c
Header:
tinytsp.h
Prototype:
CCtiny_bnb_msp (int nnodes, int nedges, int *elist, int *weight,
int depot, int *lbound, int *ubound, double *objlimit,
int objdir, double *objval, int *xsol, int searchlimit)
Description:
MISSING
CCtiny_benttsp_elist
File:
TINY/benttsp.c
Header:
tinytsp.h
Prototype:
int CCtiny_benttsp_elist (int ncount, int ecount, int *elist,
int *elen, double *upbound, double *optval, int *foundtour,
int anytour, int searchlimit, int silent)
Description:
MISSING