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

Description

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

Definition at line 1085 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::pair< std::vector< size_t >, std::vector< size_t > > & solution () const
 

Member Function Documentation

◆ operator()()

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

Definition at line 1088 of file GraphAlgorithm.h.

◆ solution()

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

Definition at line 1094 of file GraphAlgorithm.h.


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