#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.
 
 
      
        
          | void Nauty::addElement | ( | int | ix, | 
        
          |  |  | int | jx | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void Nauty::clearPartitions | ( |  | ) |  | 
      
 
 
      
        
          | void Nauty::computeAuto | ( |  | ) |  | 
      
 
 
      
        
          | void Nauty::deleteElement | ( | int | ix, | 
        
          |  |  | int | jx | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | void Nauty::color_node | ( | int | ix, |  
          |  |  | int | color |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | void Nauty::insertRHS | ( | int | rhs, |  
          |  |  | int | cons |  
          |  | ) |  |  |  | inline | 
 
 
      
        
          | 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. 
 
 
      
        
          | 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 
 
 
      
        
          | void Nauty::unsetWriteAutoms | ( |  | ) |  | 
      
 
 
  
  | 
        
          | optionblk* Nauty::options_ |  | private | 
 
 
  
  | 
        
          | setword* Nauty::workspace_ |  | private | 
 
 
  
  | 
        
          | bool Nauty::autoComputed_ |  | private | 
 
 
  
  | 
        
          | 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 file: