Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
relation::IsSymmetric Class Reference

#include <IsSymmetric.h>

Static Public Member Functions

template<class T >
static bool isSymmetric (const ext::set< ext::pair< T, T > > &relation)
 

Detailed Description

Computes the complement relation in given universe.

Member Function Documentation

◆ isSymmetric()

template<class T >
bool relation::IsSymmetric::isSymmetric ( const ext::set< ext::pair< T, T > > &  relation)
static

Checks whether a relation is symmetric.

Template Parameters
TType of the items in relation.
Parameters
relationthe tested relation
Returns
true if the relation is symmetric, false otherwise
Here is the call graph for this function:

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