ROSE 0.11.145.147
Public Member Functions | List of all members
Sawyer::Container::Algorithm::MaximumIsomorphicSubgraphs< GraphA, GraphB > Class Template Reference

Description

template<class GraphA, class GraphB>
class Sawyer::Container::Algorithm::MaximumIsomorphicSubgraphs< GraphA, GraphB >

Definition at line 1164 of file GraphAlgorithm.h.

Public Member Functions

CsiNextAction operator() (const GraphA &, const std::vector< size_t > &x, const GraphB &, const std::vector< size_t > &y)
 
const std::vector< std::pair< std::vector< size_t >, std::vector< size_t > > > & solutions () const
 

Member Function Documentation

◆ operator()()

template<class GraphA , class GraphB >
CsiNextAction Sawyer::Container::Algorithm::MaximumIsomorphicSubgraphs< GraphA, GraphB >::operator() ( const GraphA &  ,
const std::vector< size_t > &  x,
const GraphB &  ,
const std::vector< size_t > &  y 
)
inline

Definition at line 1167 of file GraphAlgorithm.h.

◆ solutions()

template<class GraphA , class GraphB >
const std::vector< std::pair< std::vector< size_t >, std::vector< size_t > > > & Sawyer::Container::Algorithm::MaximumIsomorphicSubgraphs< GraphA, GraphB >::solutions ( ) const
inline

Definition at line 1175 of file GraphAlgorithm.h.


The documentation for this class was generated from the following file: