Did you know ... Search Documentation:
Pack logtalk -- logtalk-3.101.0/docs/apis/_sources/union_find_0.rst.txt

.. index:: single: union_find .. _union_find/0:

.. rst-class:: right

object

union_find

Union find data structure implementation.

| Availability: | logtalk_load(union_find(loader))

| Author: José Antonio Riaza Valverde; adapted to Logtalk by Paulo Moura | Version: 1:0:0 | Date: 2022-02-18

| Compilation flags: | static, context_switching_calls

| Implements: | public :ref:`union_find_protocol <union_find_protocol/0>` | Extends: | public :ref:`compound <compound/0>` | Uses: | :ref:`avltree <avltree/0>`

| Remarks: | (none)

| Inherited public predicates: | Â :ref:`comparingp/0::(<)/2` Â :ref:`comparingp/0::(=:=)/2` Â :ref:`comparingp/0::(=<)/2` Â :ref:`comparingp/0::(=\=)/2` Â :ref:`comparingp/0::(>)/2` Â :ref:`comparingp/0::(>=)/2` Â :ref:`termp/0::check/1` Â :ref:`termp/0::depth/2` Â :ref:`union_find_protocol/0::disjoint_sets/2` Â :ref:`union_find_protocol/0::find/4` Â :ref:`union_find_protocol/0::find/5` Â :ref:`termp/0::ground/1` Â :ref:`union_find_protocol/0::make_set/3` Â :ref:`termp/0::new/1` Â :ref:`union_find_protocol/0::new/2` Â :ref:`termp/0::numbervars/1` Â :ref:`termp/0::numbervars/3` Â :ref:`termp/0::occurs/2` Â :ref:`termp/0::singletons/2` Â :ref:`termp/0::subsumes/2` Â :ref:`termp/0::subterm/2` Â :ref:`union_find_protocol/0::union/4` Â :ref:`union_find_protocol/0::union_all/3` Â :ref:`termp/0::valid/1` Â :ref:`termp/0::variables/2` Â :ref:`termp/0::variant/2` Â :ref:`termp/0::varnumbers/2` Â :ref:`termp/0::varnumbers/3` Â

.. contents:: :local: :backlinks: top

Public predicates

(no local declarations; see entity ancestors if any)

Protected predicates

(no local declarations; see entity ancestors if any)

Private predicates

(no local declarations; see entity ancestors if any)

Operators

(none)