.. Copyright (c) 2022, J. D. Mitchell

   Distributed under the terms of the GPL license version 3.

   The full license is in the file LICENSE, distributed with this software.

Making presentations from other objects
=======================================

Defined in ``make-present.hpp``.

This page describes the functionality for creating semigroup and
monoid presentations in ``libsemigroups`` from other types of objects.

.. doxygenfunction:: libsemigroups::make(FroidurePinBase&)
   :project: libsemigroups

.. doxygenfunction:: make(FroidurePinBase &, std::string const &)
   :project: libsemigroups

.. doxygenfunction:: libsemigroups::make(T const&, F&&)
   :project: libsemigroups

.. doxygenfunction:: libsemigroups::make(T const&)
   :project: libsemigroups

.. doxygenfunction:: libsemigroups::make(T, std::string const &)
   :project: libsemigroups
