@@ -27,6 +27,7 @@ Contents
2727
2828 ~KnuthBendix
2929 KnuthBendix.active_rules
30+ KnuthBendix.add_generating_pair
3031 KnuthBendix.check_confluence_interval
3132 KnuthBendix.confluent
3233 KnuthBendix.confluent_known
@@ -36,11 +37,14 @@ Contents
3637 KnuthBendix.generating_pairs
3738 KnuthBendix.gilman_graph
3839 KnuthBendix.gilman_graph_node_labels
40+ KnuthBendix.init
41+ KnuthBendix.kind
3942 KnuthBendix.max_overlap
4043 KnuthBendix.max_pending_rules
4144 KnuthBendix.max_rules
4245 KnuthBendix.number_of_active_rules
4346 KnuthBendix.number_of_classes
47+ KnuthBendix.number_of_generating_pairs
4448 KnuthBendix.number_of_inactive_rules
4549 KnuthBendix.overlap_policy
4650 KnuthBendix.presentation
@@ -57,7 +61,7 @@ Full API
5761 :inherited-members:
5862 :exclude-members:
5963 options, run_for, run_until, run, finished, stopped, current_state, dead,
60- internal_generating_pairs, kill, kind, last_report, report, report_every,
64+ internal_generating_pairs, kill, last_report, report, report_every,
6165 report_prefix, report_why_we_stopped, reset_last_report, reset_start_time,
6266 running, running_for, running_until, start_time, started, state,
6367 stopped_by_predicate, success, timed_out
0 commit comments