#include <Nauty.h>
Definition at line 23 of file Nauty.h.
Enumerator |
---|
FIX_AT_ZERO |
|
FIX_AT_ONE |
|
FREE |
|
Definition at line 27 of file Nauty.h.
Apparently sizes are skewed on 64bit machines
Definition at line 25 of file Nauty.cpp.
void Nauty::clearPartitions |
( |
| ) |
|
void Nauty::computeAuto |
( |
| ) |
|
double Nauty::getGroupSize |
( |
| ) |
const |
int Nauty::getNautyCalls |
( |
| ) |
const |
|
inline |
double Nauty::getNautyTime |
( |
| ) |
const |
|
inline |
int Nauty::getN |
( |
| ) |
const |
|
inline |
int Nauty::getNumGenerators |
( |
| ) |
const |
int Nauty::getNumOrbits |
( |
| ) |
const |
std::vector< std::vector< int > > * Nauty::getOrbits |
( |
| ) |
const |
Returns the orbits in a "convenient" form.
Definition at line 215 of file Nauty.cpp.
void Nauty::getVstat |
( |
double * |
v, |
|
|
int |
nv |
|
) |
| |
void Nauty::setWriteAutoms |
( |
const std::string & |
afilename | ) |
|
Methods to classify orbits.
Not horribly efficient, but gets the job done
Definition at line 302 of file Nauty.cpp.
void Nauty::unsetWriteAutoms |
( |
| ) |
|
optionblk* Nauty::options_ |
|
private |
setword* Nauty::workspace_ |
|
private |
bool Nauty::autoComputed_ |
|
private |
int Nauty::nautyCalls_ = 0 |
|
staticprivate |
double Nauty::nautyTime_ = 0.0 |
|
staticprivate |
std::multimap<int,int> Nauty::constr_rhs |
|
private |
std::multimap<int,int>::iterator Nauty::it |
|
private |
std::pair<std::multimap<int,int>::iterator, std::multimap<int,int>::iterator> Nauty::ret |
|
private |
The documentation for this class was generated from the following files:
- /tmp/OS-2.10.2/Couenne/src/branch/Nauty.h
- /tmp/OS-2.10.2/Couenne/src/branch/Nauty.cpp