/*****************************************************************************
* *
* This is the header file for versions 2.0 of nautaux.c. *
* *
* Copyright (1984-2000) Brendan McKay. All rights reserved. *
* Subject to the waivers and disclaimers in nauty.h. *
* *
* CHANGE HISTORY *
* 26-Apr-89 : initial creation for version 1.5. *
* 14-Oct-90 : renamed as version 1.6 (no changes to this file) *
* 5-Jun-93 : renamed as version 1.7+ (no changes to this file) *
* 18-Aug-93 : renamed as version 1.8 (no changes to this file) *
* 17-Sep-93 : renamed as version 1.9 (no changes to this file) *
* 19-Apr-95 : added prototype wrapper for C++ *
* 16-Nov-00 : made changes listed in nauty.h. *
* *
*****************************************************************************/
#include "nauty.h" /* which includes stdio.h */
#ifdef __cplusplus
extern "C" {
#endif
extern int component(graph*,int,set*,int,int);
extern boolean equitable(graph*,nvector*,nvector*,int,int,int);
extern long ptncode(graph*,nvector*,nvector*,int,int,int);
#ifdef __cplusplus
}
#endif
syntax highlighted by Code2HTML, v. 0.9.1