Changed some files from source (https://pallini.di.uniroma1.it/index.html) Version 2.7R1 (MAY 19 2019):
- naututil.h:
For msvc use, change
<sys/time.h>
to"times.h"
andtimes.c
with Macro defined for arch choice. - gtools.h:
For msvc use, change
<sys/wait.h>
to"wait.h"
- showg.c:
Add a compiler choice
ASLIB
- New
CMakeLists.txt
instead ofmakefile
. - All
boolean
type code are changed to_Boolean
- Change a Macro in
nauty.h
:FIRSTBITNZ(x)
tomsc_bsr_xx(x)
where callunsigned long p
instead ofunsigned long *p
File and wait.h
is from https://github.com/win32ports
, By MIT License. Some necessary changed is with them.
File times.h
is used for necessary function and types.
This repo is try to use nauty
for some chemical research and create some new API. It's still on going.
Original License is COPYRIGHT