File: nautaux.h

package info (click to toggle)
nauty 2.5r9%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 3,764 kB
  • ctags: 3,143
  • sloc: ansic: 45,030; makefile: 831; sh: 196
file content (34 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*****************************************************************************
*                                                                            *
* This is the header file for version 2.5 of nautaux.c.                      *
*                                                                            *
*   Copyright (1984-2013) 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.                          *
*        3-Nov-04 : declared nautaux_freedyn and nautaux_check               *
*       21-Aug-12 : remove nvector                                           *
*                                                                            *
*****************************************************************************/

#include "nauty.h"           /* which includes stdio.h */

#ifdef __cplusplus
extern "C" {
#endif

extern int component(graph*,int,set*,int,int);
extern boolean equitable(graph*,int*,int*,int,int,int);
extern long ptncode(graph*,int*,int*,int,int,int);
extern void nautaux_freedyn(void);
extern void nautaux_check(int,int,int,int);
#ifdef __cplusplus
}
#endif