Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@gitlab:/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base# cat nldm.pfc
- :- use_module(library(pfc)).
- adj(1,2).
- adj(2,3).
- adj(3,4).
- adj(4,5).
- adj(5,6).
- adj(6,7).
- adj(7,8).
- adj(8,9).
- adj(9,10).
- adj(10,1).
- adj(X,Y)==>tc(X,Y).
- (tc(X,Y), tc(Y,Z))==> tc(X,Z).
- :- statistics.
- :- listing(tc/2).
- :- mpred_why(tc(_,_)).
- root@gitlab:/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base# swipl -l nldm.pfc
- Installed packages (72):
- i aleph@5 - Aleph Inductive Logic Prorgramming system
- i arouter@1.1.1 - Alternative HTTP path router
- i assertions@0.0.1 - Assertion Reader for SWI-Prolog
- i auc@1.0 - Library for computing Areas Under the Receiving Operating Charactersitics and Precision Recall curves
- i blog_core@1.1.1 - Blog/CMS framework
- i clause_attvars@1.1.118 - An alternate interface to the clause database to allow attributed variables to be asserted
- i cplint@3.1.0 - A suite of programs for reasoning with probabilistic logic programs
- i cplint_r@1.0.0 - R plotting predicates for cplint
- i dict_schema@0.0.2 - Dict converter and validator
- i dictoo@1.1.118 - Dict-like OO Syntax
- i docstore@2.0.1 - Document-oriented database for Prolog
- i each_call_cleanup@1.1.118 - Each Call Redo Setup and Cleanup
- i eggdrop@1.1.118 - Hook up to an existing IRC Client called an Eggdrop
- i ffi@0.1 - Dynamically call C functions
- i file_scope@1.1.118 - File local scoped efects
- i flux@1.1.118 - FLUX: A logic programming method for reasoning agents and ALPprologis a Prolog implementation of an action programming language. With ALPprolog you can program strategies for autonomous agents in dynamic domains like e.g. the Wumpus world.
- i func@0.4.2 - Function application and composition
- i function_expansion@0.1.2 - Help for writing function-like macros
- i googleclient@0.5.2 - SWI-Prolog code for "Login with Google"
- i gvar_syntax@1.1.118 - Global Variable Syntax
- i hdt@0.1 - Access RDF HDT files
- i hook_hybrid@1.1.118 - Hook assert retract call of *specific* predicates
- i instant_prolog_docs@1.1.118 - Magically document prolog source files based on predicate and variable naming conventions
- i lambda@1.0.0 - Lambda expressions
- i lbfgs@1.0 - An interface to call libLBFGS from within SWI-Prolog
- i lib_atts@1.1.118 - Common atts.pl interface like https://sicstus.sics.se/sicstus/docs/4.0.0/html/sicstus/lib_002datts.html
- i list_util@0.12.0 - Predicates for working with lists
- i logicmoo_base@1.1.118 - LogicMOO - Extends Prolog Programming to support Dynamic Epistemic Logic (DEL) with Constraints
- i logicmoo_experimental@1.1.118 - Various experimental packages - warning: HUGE amount of test data
- i logicmoo_nlu@1.1.114 - Various English to Logic Convertors - warning: HUGE amount of test data
- i logicmoo_packages@1.1.118 - Various packages - warning: HUGE amount of test data
- i logicmoo_planner@1.1.118 - Various PDDLish planners - warning: HUGE amount of test data
- i logicmoo_planners@1.1.118 - Various Hybrid HTN Planners speaking PDDLish and OCLh
- i logicmoo_utils@1.1.118 - Common predicates used by external Logicmoo Utils and Base
- i logtalk@3.14.0 - Logtalk - Object-Oriented Logic Programming Language
- i loop_check@1.1.118 - New simple loop checking
- i markdown@0.0.2 - Markdown parser for SWI-Prolog
- i matrix@1.0 - Operations with matrices
- i mpi@1.0 - Porting of the LAMMPI library of Yap Prolog to SWI-Prolog
- i multimodal_dcg@1.1.118 - Reduce floundering of DCGs by constraining and narrowing search
- i multivar@1.1.118 - User defined datatypes
- i must_trace@1.1.118 - Trace with your eyeballs instead of your fingers
- i no_repeats@1.1.118 - New ways to avoid duplicate solutions
- i pcache@0.1.0 - Persistent answer cache
- i pfc@1.1.118 - Pfc -- a package for forward chaining in Prolog
- i planner_api@1.1.118 - planner_api -- A SWI-Prolog Pack that lets Prolog code seamlessly use planners speaking PDDLish and OCLh
- i predicate_streams@1.1.118 - Implement your own Abstract Predicate Streams
- i profile@0.1.0 - Manage user profiles
- i prologmud@1.1.118 - Online text adventure game - MUD Server
- i prologmud_samples@1.1.118 - Online text adventure game - Sample
- i real@2.0 - Integrative statistics with R
- i recaptcha@0.9.2 - reCAPTCHA plugin for SWI-Prolog HTTP framework
- i rocksdb@0.7.0 - SWI-Prolog interface to RocksDB
- i rserve_client@1.1.0 - R Rserve client
- i rtchecks@0.0.1 - Run-Time Checker for Assertions
- i s_expression@1.1.118 - Utilities for Handling of S-Expression Lisp/Scheme-Like forms and parsing of KIF, GDL, PDDL, CLIF
- i simple_template@1.2.0 - Logic-free text (HTML) templates
- i slack_prolog@1.1.118 - Prolog interface to Slack http://www.slack.com
- i sldnfdraw@1.6 - SLDNF Draw is a Prolog program that draws SLDNF Trees in LaTeX
- i smtp@1.0.0 - An (E)SMTP client for sending mail
- i sort_dict@0.0.3 - Sorts dicts by key
- i subclause_expansion@1.1.118 - More use specific versions of term/goal expansion hooks
- i tabling_dra@1.1.118 - SWI-Prolog interface to Table-handling procedures for the "dra" interpreter. Written by Feliks Kluzniak at UTD (March 2009)
- i trill@5.0.0 - A tableau probabilistic reasoner in three different versions
- i wam_common_lisp@1.1.118 - ANSI Common Lisp implemented in Prolog
- i with_open_options@1.1.118 - Utilities to open various objects for read/write
- i with_thread_local@1.1.118 - Call a Goal with local assertions
- i wordnet@0.9.1 - Access to WordNet database
- i xlibrary@0.0.2 - Extended Libraries for Prolog
- i xlisting@1.1.118 - Selective Interactive Non-Deterministic Tracing
- i xlisting_web@1.1.118 - Manipulate and browse prolog runtime over www
- i xtools@0.0.2 - Extended Tools for SWI-Prolog
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfc.pl:37
- % chusing_pfc(user, user, user, pfc_mod).
- % library(pfc_test) compiled into pfc_test 0.02 sec, 68 clauses
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:58
- % '$def_modules'([clause_expansion/2], [system-[clause_expansion/2], system-[clause_expansion/2]]).
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:140
- % warn(mtHybrid(user)).
- :- dynamic mpred_unload_option/2.
- :- dynamic mpred_unload_option/2.
- mpred_unload_option('/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl', never).
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:621
- % mpred_fwc1((_18590/mpred_positive_fact(_18590)==> \+ ~_18590)).
- % Adding positive
- % trigger: _2088
- % body: mpred_positive_fact(_2088)*->rhs([\+ ~_2088])
- % Support: (_1926/mpred_positive_fact(_1926)==> \+ ~_1926),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',621)
- % Found positive trigger: _1980/mpred_positive_fact(_1980)==> \+ ~_1980
- % body: mpred_positive_fact((_1980/mpred_positive_fact(_1980)==> \+ ~_1980))*->rhs([\+ ~ (_1980/mpred_positive_fact(_1980)==> \+ ~_1980)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:622
- % mpred_fwc1((~_13120/mpred_positive_fact(_13120)==> \+_13120, nesc(~_13120))).
- % Adding negative
- % trigger: _2228
- % test: call_u_no_bc(_2228),mpred_positive_fact(_2228)
- % body: rhs([\+_2228,nesc(~_2228)])
- % Support: (~_2024/mpred_positive_fact(_2024)==> \+_2024,nesc(~_2024)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',622)
- % Found positive trigger: ~_7484/mpred_positive_fact(_7484)==> \+_7484,nesc(~_7484)
- % body: mpred_positive_fact((~_7484/mpred_positive_fact(_7484)==> \+_7484,nesc(~_7484)))*->rhs([\+ ~ (~_7484/mpred_positive_fact(_7484)==> \+_7484,nesc(~_7484))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:623
- % mpred_fwc1((nesc(~_20948)/mpred_positive_fact(_20948)==> ~_20948, (_20948==> \+_20948))).
- % Adding positive
- % trigger: nesc(~_2244)
- % body: mpred_positive_fact(_2244)*->rhs([~_2244,(_2244==> \+_2244)])
- % Support: (nesc(~_2070)/mpred_positive_fact(_2070)==> ~_2070,(_2070==> \+_2070)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',623)
- % Found positive trigger: nesc(~_6008)/mpred_positive_fact(_6008)==> ~_6008,(_6008==> \+_6008)
- % body: mpred_positive_fact((nesc(~_6008)/mpred_positive_fact(_6008)==> ~_6008,(_6008==> \+_6008)))*->rhs([\+ ~ (nesc(~_6008)/mpred_positive_fact(_6008)==> ~_6008,(_6008==> \+_6008))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:624
- % mpred_fwc1((nesc(_19674)/mpred_positive_fact(_19674)==>_19674, (~_19674==> \+ ~_19674))).
- % Adding positive
- % trigger: nesc(_2240)
- % body: mpred_positive_fact(_2240)*->rhs([_2240,(~_2240==> \+ ~_2240)])
- % Support: (nesc(_2066)/mpred_positive_fact(_2066)==>_2066,(~_2066==> \+ ~_2066)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',624)
- % Found positive trigger: nesc(_5954)/mpred_positive_fact(_5954)==>_5954,(~_5954==> \+ ~_5954)
- % body: mpred_positive_fact((nesc(_5954)/mpred_positive_fact(_5954)==>_5954,(~_5954==> \+ ~_5954)))*->rhs([\+ ~ (nesc(_5954)/mpred_positive_fact(_5954)==>_5954,(~_5954==> \+ ~_5954))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:626
- % mpred_fwc1((nesc(_18408)==>_18408)).
- % Adding positive
- % trigger: nesc(_1962)
- % body: rhs([_1962])
- % Support: (nesc(_1822)==>_1822),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',626)
- % Found positive trigger: nesc(_5396)==>_5396
- % body: mpred_positive_fact((nesc(_5396)==>_5396))*->rhs([\+ ~ (nesc(_5396)==>_5396)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:629
- % mpred_fwc1((preventedWhen(_17986, _17988)==>(_17986/mpred_positive_fact(_17986), _17988==>nesc(~_17986)))).
- % Adding positive
- % trigger: preventedWhen(_2294,_2296)
- % body: rhs([(_2294/mpred_positive_fact(_2294),_2296==>nesc(~_2294))])
- % Support: (preventedWhen(_2070,_2072)==>(_2070/mpred_positive_fact(_2070),_2072==>nesc(~_2070))),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',629)
- % Found positive trigger: preventedWhen(_6038,_6040)==>(_6038/mpred_positive_fact(_6038),_6040==>nesc(~_6038))
- % body: mpred_positive_fact((preventedWhen(_6038,_6040)==>(_6038/mpred_positive_fact(_6038),_6040==>nesc(~_6038))))*->rhs([\+ ~ (preventedWhen(_6038,_6040)==>(_6038/mpred_positive_fact(_6038),_6040==>nesc(~_6038)))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:631
- % mpred_fwc1((preventedWhen(_20390, {_20396})/mpred_positive_fact(_20390)==>(~_20390:-cwc, _20396))).
- % Adding positive
- % trigger: preventedWhen(_2300,{_2302})
- % body: mpred_positive_fact(_2300)*->rhs([(~_2300:-cwc,_2302)])
- % Support: (preventedWhen(_2076,{_2082})/mpred_positive_fact(_2076)==>(~_2076:-cwc,_2082)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl',631)
- % Found positive trigger: preventedWhen(_6024,{_6030})/mpred_positive_fact(_6024)==>(~_6024:-cwc,_6030)
- % body: mpred_positive_fact((preventedWhen(_6024,{_6030})/mpred_positive_fact(_6024)==>(~_6024:-cwc,_6030)))*->rhs([\+ ~ (preventedWhen(_6024,{_6030})/mpred_positive_fact(_6024)==>(~_6024:-cwc,_6030))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:651
- % mpred_fwc1(arity(term_expansion, 2)).
- % Found positive trigger: arity(term_expansion,2)
- % body: predicateConventionMt(term_expansion,_2610)*->rhs([{kb_global(_2610:term_expansion/2)}])
- % Found positive trigger: arity(term_expansion,2)
- % body: prologHybrid(term_expansion)*->rhs([{kb_shared(term_expansion/2)}])
- % Found positive trigger: arity(term_expansion,2)
- % body: pfcControlled(term_expansion)*->rhs([hybrid_support(term_expansion,2)])
- % Found positive trigger: arity(term_expansion,2)
- % body: mpred_positive_fact(arity(term_expansion,2))*->rhs([\+ ~arity(term_expansion,2)])
- % mpred_fwc1(prologDynamic(term_expansion)).
- % Found positive trigger: prologDynamic(term_expansion)
- % body: mpred_positive_fact(prologDynamic(term_expansion))*->rhs([\+ ~prologDynamic(term_expansion)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl:652
- % mpred_fwc1(arity(var, 1)).
- % Found positive trigger: arity(var,1)
- % body: predicateConventionMt(var,_2610)*->rhs([{kb_global(_2610:var/1)}])
- % Found positive trigger: arity(var,1)
- % body: prologHybrid(var)*->rhs([{kb_shared(var/1)}])
- % Found positive trigger: arity(var,1)
- % body: pfcControlled(var)*->rhs([hybrid_support(var,1)])
- % Found positive trigger: arity(var,1)
- % body: mpred_positive_fact(arity(var,1))*->rhs([\+ ~arity(var,1)])
- % mpred_fwc1(prologBuiltin(var)).
- % Found positive trigger: prologBuiltin(var)
- % body: mpred_positive_fact(prologBuiltin(var))*->rhs([\+ ~prologBuiltin(var)])
- % system_base.pfc compiled into system_base_lite 1.37 sec, 7 clauses
- :- dynamic mpred_unload_option/2.
- mpred_unload_option('/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_base.pfc.pl', never).
- mpred_unload_option('/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_autoexec.pfc.pl', never).
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:48
- % mpred_fwc1(meta_argtypes(mdefault(ftAssertable))).
- % Found positive trigger: meta_argtypes(mdefault(ftAssertable))
- % body: mpred_positive_fact(meta_argtypes(mdefault(ftAssertable)))*->rhs([\+ ~meta_argtypes(mdefault(ftAssertable))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:51
- % mpred_fwc1((mdefault((_13644<-_13646))/mpred_literal(_13644)==>(_13644<-_13646, \+ ~_13644))).
- % Adding positive
- % trigger: mdefault((_2342<-_2344))
- % body: mpred_literal(_2342)*->rhs([(_2342<-_2344,\+ ~_2342)])
- % Support: (mdefault((_2124<-_2126))/mpred_literal(_2124)==>(_2124<-_2126,\+ ~_2124)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl',51)
- % Found positive trigger: mdefault((_6130<-_6132))/mpred_literal(_6130)==>(_6130<-_6132,\+ ~_6130)
- % body: mpred_positive_fact((mdefault((_6130<-_6132))/mpred_literal(_6130)==>(_6130<-_6132,\+ ~_6130)))*->rhs([\+ ~ (mdefault((_6130<-_6132))/mpred_literal(_6130)==>(_6130<-_6132,\+ ~_6130))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:54
- % mpred_fwc1((mdefault((_19786==>_19788))/nonvar(_19788)==>(_19786==>mdefault(_19788)))).
- % Adding positive
- % trigger: mdefault((_2294==>_2296))
- % body: nonvar(_2296)*->rhs([(_2294==>mdefault(_2296))])
- % Support: (mdefault((_2054==>_2056))/nonvar(_2056)==>(_2054==>mdefault(_2056))),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl',54)
- % Found positive trigger: mdefault((_5970==>_5972))/nonvar(_5972)==>(_5970==>mdefault(_5972))
- % body: mpred_positive_fact((mdefault((_5970==>_5972))/nonvar(_5972)==>(_5970==>mdefault(_5972))))*->rhs([\+ ~ (mdefault((_5970==>_5972))/nonvar(_5972)==>(_5970==>mdefault(_5972)))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:57
- % mpred_fwc1((mdefault(~_19260)/mpred_positive_fact(_19260)==>(\+_19260==> ~_19260))).
- % Adding positive
- % trigger: mdefault(~_2202)
- % body: mpred_positive_fact(_2202)*->rhs([(\+_2202==> ~_2202)])
- % Support: (mdefault(~_2044)/mpred_positive_fact(_2044)==>(\+_2044==> ~_2044)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl',57)
- % Found positive trigger: mdefault(~_5876)/mpred_positive_fact(_5876)==>(\+_5876==> ~_5876)
- % body: mpred_positive_fact((mdefault(~_5876)/mpred_positive_fact(_5876)==>(\+_5876==> ~_5876)))*->rhs([\+ ~ (mdefault(~_5876)/mpred_positive_fact(_5876)==>(\+_5876==> ~_5876))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:61
- % mpred_fwc1((mdefault(_20644)/(mpred_positive_fact(_20644), if_missing_mask(_20644, _20660, _20662))==>(\+_20660/(ground(_20660), _20662), \+ ~_20644==>_20644))).
- % Adding positive
- % trigger: mdefault(_2642)
- % body: mpred_positive_fact(_2642),if_missing_mask(_2642,_2644,_2646)*->rhs([(\+_2644/(ground(_2644),_2646),\+ ~_2642==>_2642)])
- % Support: (mdefault(_2340)/(mpred_positive_fact(_2340),if_missing_mask(_2340,_2356,_2358))==>(\+_2356/(ground(_2356),_2358),\+ ~_2340==>_2340)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl',61)
- % Found positive trigger: mdefault(_6664)/(mpred_positive_fact(_6664),if_missing_mask(_6664,_6680,_6682))==>(\+_6680/(ground(_6680),_6682),\+ ~_6664==>_6664)
- % body: mpred_positive_fact((mdefault(_6664)/(mpred_positive_fact(_6664),if_missing_mask(_6664,_6680,_6682))==>(\+_6680/(ground(_6680),_6682),\+ ~_6664==>_6664)))*->rhs([\+ ~ (mdefault(_6664)/(mpred_positive_fact(_6664),if_missing_mask(_6664,_6680,_6682))==>(\+_6680/(ground(_6680),_6682),\+ ~_6664==>_6664))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl:64
- % mpred_fwc1((mdefault(_22746)/(mpred_positive_fact(_22746), if_missing_mask(_22746, _22762, _22764))==>(_22762/(ground(_22762), _22764, \+_22762=_22746)==> \+_22746))).
- % Adding positive
- % trigger: mdefault(_2690)
- % body: mpred_positive_fact(_2690),if_missing_mask(_2690,_2692,_2694)*->rhs([(_2692/(ground(_2692),_2694,\+_2692=_2690)==> \+_2690)])
- % Support: (mdefault(_2354)/(mpred_positive_fact(_2354),if_missing_mask(_2354,_2370,_2372))==>(_2370/(ground(_2370),_2372,\+_2370=_2354)==> \+_2354)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_mdefault.pfc.pl',64)
- % Found positive trigger: mdefault(_6690)/(mpred_positive_fact(_6690),if_missing_mask(_6690,_6706,_6708))==>(_6706/(ground(_6706),_6708,\+_6706=_6690)==> \+_6690)
- % body: mpred_positive_fact((mdefault(_6690)/(mpred_positive_fact(_6690),if_missing_mask(_6690,_6706,_6708))==>(_6706/(ground(_6706),_6708,\+_6706=_6690)==> \+_6690)))*->rhs([\+ ~ (mdefault(_6690)/(mpred_positive_fact(_6690),if_missing_mask(_6690,_6706,_6708))==>(_6706/(ground(_6706),_6708,\+_6706=_6690)==> \+_6690))])
- % system_mdefault.pfc compiled into baseKB 0.08 sec, 13 clauses
- % system_module_inheritance.pfc compiled into baseKB 0.00 sec, 2 clauses
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:11
- % import_private(user, mpred_sv/2).
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:13
- % mpred_fwc1((mpred_sv(_39030, _39032)==>arity(_39030, _39032), hybrid_support(_39030, _39032), singleValuedInArg(_39030, _39032))).
- % Adding positive
- % trigger: mpred_sv(_2338,_2340)
- % body: rhs([arity(_2338,_2340),hybrid_support(_2338,_2340),singleValuedInArg(_2338,_2340)])
- % Support: (mpred_sv(_2102,_2104)==>arity(_2102,_2104),hybrid_support(_2102,_2104),singleValuedInArg(_2102,_2104)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',13)
- % Found positive trigger: mpred_sv(_15098,_15100)==>arity(_15098,_15100),hybrid_support(_15098,_15100),singleValuedInArg(_15098,_15100)
- % body: mpred_positive_fact((mpred_sv(_15098,_15100)==>arity(_15098,_15100),hybrid_support(_15098,_15100),singleValuedInArg(_15098,_15100)))*->rhs([\+ ~ (mpred_sv(_15098,_15100)==>arity(_15098,_15100),hybrid_support(_15098,_15100),singleValuedInArg(_15098,_15100))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:16
- % mpred_fwc1((mpred_sv_shared(_29786, _29788)==>{kb_shared(_29786/_29788)}, mpred_sv(_29786, _29788))).
- % Adding positive
- % trigger: mpred_sv_shared(_2288,_2290)
- % body: rhs([{kb_shared(_2288/_2290)},mpred_sv(_2288,_2290)])
- % Support: (mpred_sv_shared(_2058,_2060)==>{kb_shared(_2058/_2060)},mpred_sv(_2058,_2060)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',16)
- % Found positive trigger: mpred_sv_shared(_20528,_20530)==>{kb_shared(_20528/_20530)},mpred_sv(_20528,_20530)
- % body: mpred_positive_fact((mpred_sv_shared(_20528,_20530)==>{kb_shared(_20528/_20530)},mpred_sv(_20528,_20530)))*->rhs([\+ ~ (mpred_sv_shared(_20528,_20530)==>{kb_shared(_20528/_20530)},mpred_sv(_20528,_20530))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:17
- % mpred_fwc1(mpred_sv_shared(mpred_sv, 2)).
- % Found positive trigger: mpred_sv_shared(mpred_sv,2)
- % body: mpred_positive_fact(mpred_sv_shared(mpred_sv,2))*->rhs([\+ ~mpred_sv_shared(mpred_sv,2)])
- % Found positive trigger: mpred_sv_shared(mpred_sv,2)
- % body: rhs([{kb_shared(mpred_sv/2)},mpred_sv(mpred_sv,2)])
- % RHS-Post1: mpred_sv(mpred_sv,2)
- % Support: mpred_sv_shared(mpred_sv,2),pt(mpred_sv_shared(mpred_sv,2),rhs([{kb_shared(mpred_sv/2)},mpred_sv(mpred_sv,2)]))
- % mpred_fwc1(mpred_sv(mpred_sv, 2)).
- % Found positive trigger: mpred_sv(mpred_sv,2)
- % body: mpred_positive_fact(mpred_sv(mpred_sv,2))*->rhs([\+ ~mpred_sv(mpred_sv,2)])
- % Found positive trigger: mpred_sv(mpred_sv,2)
- % body: rhs([arity(mpred_sv,2),hybrid_support(mpred_sv,2),singleValuedInArg(mpred_sv,2)])
- % RHS-Post1: arity(mpred_sv,2)
- % Support: mpred_sv(mpred_sv,2),pt(mpred_sv(mpred_sv,2),rhs([arity(mpred_sv,2),hybrid_support(mpred_sv,2),singleValuedInArg(mpred_sv,2)]))
- % RHS-Post1: hybrid_support(mpred_sv,2)
- % Support: mpred_sv(mpred_sv,2),pt(mpred_sv(mpred_sv,2),rhs([arity(mpred_sv,2),hybrid_support(mpred_sv,2),singleValuedInArg(mpred_sv,2)]))
- % mpred_fwc1(hybrid_support(mpred_sv, 2)).
- % Found positive trigger: hybrid_support(mpred_sv,2)
- % body: mpred_positive_fact(hybrid_support(mpred_sv,2))*->rhs([\+ ~hybrid_support(mpred_sv,2)])
- % RHS-Post1: singleValuedInArg(mpred_sv,2)
- % Support: mpred_sv(mpred_sv,2),pt(mpred_sv(mpred_sv,2),rhs([arity(mpred_sv,2),hybrid_support(mpred_sv,2),singleValuedInArg(mpred_sv,2)]))
- % mpred_fwc1(singleValuedInArg(mpred_sv, 2)).
- % Found positive trigger: singleValuedInArg(mpred_sv,2)
- % body: mpred_positive_fact(singleValuedInArg(mpred_sv,2))*->rhs([\+ ~singleValuedInArg(mpred_sv,2)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:18
- % mpred_fwc1(mpred_sv_shared(singleValuedInArg, 2)).
- % Found positive trigger: mpred_sv_shared(singleValuedInArg,2)
- % body: mpred_positive_fact(mpred_sv_shared(singleValuedInArg,2))*->rhs([\+ ~mpred_sv_shared(singleValuedInArg,2)])
- % Found positive trigger: mpred_sv_shared(singleValuedInArg,2)
- % body: rhs([{kb_shared(singleValuedInArg/2)},mpred_sv(singleValuedInArg,2)])
- % RHS-Post1: mpred_sv(singleValuedInArg,2)
- % Support: mpred_sv_shared(singleValuedInArg,2),pt(mpred_sv_shared(singleValuedInArg,2),rhs([{kb_shared(singleValuedInArg/2)},mpred_sv(singleValuedInArg,2)]))
- % mpred_fwc1(mpred_sv(singleValuedInArg, 2)).
- % Found positive trigger: mpred_sv(singleValuedInArg,2)
- % body: mpred_positive_fact(mpred_sv(singleValuedInArg,2))*->rhs([\+ ~mpred_sv(singleValuedInArg,2)])
- % Found positive trigger: mpred_sv(singleValuedInArg,2)
- % body: rhs([arity(singleValuedInArg,2),hybrid_support(singleValuedInArg,2),singleValuedInArg(singleValuedInArg,2)])
- % RHS-Post1: arity(singleValuedInArg,2)
- % Support: mpred_sv(singleValuedInArg,2),pt(mpred_sv(singleValuedInArg,2),rhs([arity(singleValuedInArg,2),hybrid_support(singleValuedInArg,2),singleValuedInArg(singleValuedInArg,2)]))
- % RHS-Post1: hybrid_support(singleValuedInArg,2)
- % Support: mpred_sv(singleValuedInArg,2),pt(mpred_sv(singleValuedInArg,2),rhs([arity(singleValuedInArg,2),hybrid_support(singleValuedInArg,2),singleValuedInArg(singleValuedInArg,2)]))
- % mpred_fwc1(hybrid_support(singleValuedInArg, 2)).
- % Found positive trigger: hybrid_support(singleValuedInArg,2)
- % body: mpred_positive_fact(hybrid_support(singleValuedInArg,2))*->rhs([\+ ~hybrid_support(singleValuedInArg,2)])
- % RHS-Post1: singleValuedInArg(singleValuedInArg,2)
- % Support: mpred_sv(singleValuedInArg,2),pt(mpred_sv(singleValuedInArg,2),rhs([arity(singleValuedInArg,2),hybrid_support(singleValuedInArg,2),singleValuedInArg(singleValuedInArg,2)]))
- % mpred_fwc1(singleValuedInArg(singleValuedInArg, 2)).
- % Found positive trigger: singleValuedInArg(singleValuedInArg,2)
- % body: mpred_positive_fact(singleValuedInArg(singleValuedInArg,2))*->rhs([\+ ~singleValuedInArg(singleValuedInArg,2)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:19
- % mpred_fwc1(mpred_sv_shared(singleValuedInArgDefault, 3)).
- % Found positive trigger: mpred_sv_shared(singleValuedInArgDefault,3)
- % body: mpred_positive_fact(mpred_sv_shared(singleValuedInArgDefault,3))*->rhs([\+ ~mpred_sv_shared(singleValuedInArgDefault,3)])
- % Found positive trigger: mpred_sv_shared(singleValuedInArgDefault,3)
- % body: rhs([{kb_shared(singleValuedInArgDefault/3)},mpred_sv(singleValuedInArgDefault,3)])
- % mpred_fwc1(mpred_prop(baseKB, singleValuedInArgDefault, 3, kb_shared)).
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared)
- % body: pt(genlMt(_2804,baseKB),(_2804\=baseKB*->rhs([{nop(dmsg(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3))),show_failure(on_x_fail(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3)))}])))
- % Adding positive
- % trigger: genlMt(_2804,baseKB)
- % body: _2804\=baseKB*->rhs([{nop(dmsg(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3))),show_failure(on_x_fail(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3)))}])
- % Support: mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared),pt(mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared),pt(genlMt(_2804,baseKB),(_2804\=baseKB*->rhs([{nop(dmsg(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3))),show_failure(on_x_fail(_2804:call(kb_shared,_2804:singleValuedInArgDefault/3)))}]))))
- % mpred_fwc1(mpred_prop(user, singleValuedInArgDefault, 3, kb_shared)).
- % Found positive trigger: mpred_prop(user,singleValuedInArgDefault,3,kb_shared)
- % body: pt(genlMt(_4476,user),(_4476\=baseKB*->rhs([{nop(dmsg(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3))),show_failure(on_x_fail(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3)))}])))
- % Adding positive
- % trigger: genlMt(_4476,user)
- % body: _4476\=baseKB*->rhs([{nop(dmsg(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3))),show_failure(on_x_fail(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3)))}])
- % Support: mpred_prop(user,singleValuedInArgDefault,3,kb_shared),pt(mpred_prop(user,singleValuedInArgDefault,3,kb_shared),pt(genlMt(_4476,user),(_4476\=baseKB*->rhs([{nop(dmsg(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3))),show_failure(on_x_fail(_4476:call(kb_shared,_4476:singleValuedInArgDefault/3)))}]))))
- % Found positive trigger: mpred_prop(user,singleValuedInArgDefault,3,kb_shared)
- % body: \+ground(singleValuedInArgDefault/3)*->rhs([{trace_or_throw_ex(mpred_prop(user,singleValuedInArgDefault,3,kb_shared))}])
- % Found positive trigger: mpred_prop(user,singleValuedInArgDefault,3,kb_shared)
- % body: genlPreds(kb_shared,_18424)*->rhs([mpred_prop(user,singleValuedInArgDefault,3,_18424)])
- % Found positive trigger: mpred_prop(user,singleValuedInArgDefault,3,kb_shared)
- % body: mpred_positive_fact(mpred_prop(user,singleValuedInArgDefault,3,kb_shared))*->rhs([\+ ~mpred_prop(user,singleValuedInArgDefault,3,kb_shared)])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared)
- % body: \+ground(singleValuedInArgDefault/3)*->rhs([{trace_or_throw_ex(mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared))}])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared)
- % body: genlPreds(kb_shared,_5854)*->rhs([mpred_prop(baseKB,singleValuedInArgDefault,3,_5854)])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared)
- % body: mpred_positive_fact(mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared))*->rhs([\+ ~mpred_prop(baseKB,singleValuedInArgDefault,3,kb_shared)])
- % RHS-Post1: mpred_sv(singleValuedInArgDefault,3)
- % Support: mpred_sv_shared(singleValuedInArgDefault,3),pt(mpred_sv_shared(singleValuedInArgDefault,3),rhs([{kb_shared(singleValuedInArgDefault/3)},mpred_sv(singleValuedInArgDefault,3)]))
- % mpred_fwc1(mpred_sv(singleValuedInArgDefault, 3)).
- % Found positive trigger: mpred_sv(singleValuedInArgDefault,3)
- % body: mpred_positive_fact(mpred_sv(singleValuedInArgDefault,3))*->rhs([\+ ~mpred_sv(singleValuedInArgDefault,3)])
- % Found positive trigger: mpred_sv(singleValuedInArgDefault,3)
- % body: rhs([arity(singleValuedInArgDefault,3),hybrid_support(singleValuedInArgDefault,3),singleValuedInArg(singleValuedInArgDefault,3)])
- % RHS-Post1: arity(singleValuedInArgDefault,3)
- % Support: mpred_sv(singleValuedInArgDefault,3),pt(mpred_sv(singleValuedInArgDefault,3),rhs([arity(singleValuedInArgDefault,3),hybrid_support(singleValuedInArgDefault,3),singleValuedInArg(singleValuedInArgDefault,3)]))
- % RHS-Post1: hybrid_support(singleValuedInArgDefault,3)
- % Support: mpred_sv(singleValuedInArgDefault,3),pt(mpred_sv(singleValuedInArgDefault,3),rhs([arity(singleValuedInArgDefault,3),hybrid_support(singleValuedInArgDefault,3),singleValuedInArg(singleValuedInArgDefault,3)]))
- % mpred_fwc1(hybrid_support(singleValuedInArgDefault, 3)).
- % Found positive trigger: hybrid_support(singleValuedInArgDefault,3)
- % body: mpred_positive_fact(hybrid_support(singleValuedInArgDefault,3))*->rhs([\+ ~hybrid_support(singleValuedInArgDefault,3)])
- % RHS-Post1: singleValuedInArg(singleValuedInArgDefault,3)
- % Support: mpred_sv(singleValuedInArgDefault,3),pt(mpred_sv(singleValuedInArgDefault,3),rhs([arity(singleValuedInArgDefault,3),hybrid_support(singleValuedInArgDefault,3),singleValuedInArg(singleValuedInArgDefault,3)]))
- % mpred_fwc1(singleValuedInArg(singleValuedInArgDefault, 3)).
- % Found positive trigger: singleValuedInArg(singleValuedInArgDefault,3)
- % body: mpred_positive_fact(singleValuedInArg(singleValuedInArgDefault,3))*->rhs([\+ ~singleValuedInArg(singleValuedInArgDefault,3)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:21
- % mpred_fwc1((prologSingleValued(_13924), arity(_13924, _13936)/(\+singleValuedInArg(_13924, _13946))==>singleValuedInArg(_13924, _13936))).
- % Adding positive
- % trigger: prologSingleValued(_2370)
- % body: pt(arity(_2370,_2372),(\+singleValuedInArg(_2370,_2412)*->rhs([singleValuedInArg(_2370,_2372)])))
- % Support: (prologSingleValued(_2118),arity(_2118,_2130)/(\+singleValuedInArg(_2118,_2140))==>singleValuedInArg(_2118,_2130)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',21)
- % Found positive trigger: prologSingleValued(_6176),arity(_6176,_6188)/(\+singleValuedInArg(_6176,_6198))==>singleValuedInArg(_6176,_6188)
- % body: mpred_positive_fact((prologSingleValued(_6176),arity(_6176,_6188)/(\+singleValuedInArg(_6176,_6198))==>singleValuedInArg(_6176,_6188)))*->rhs([\+ ~ (prologSingleValued(_6176),arity(_6176,_6188)/(\+singleValuedInArg(_6176,_6198))==>singleValuedInArg(_6176,_6188))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:42
- % mpred_fwc1(meta_argtypes(singleValuedInArgDefault(prologSingleValued, ftInt, ftTerm))).
- % Found positive trigger: meta_argtypes(singleValuedInArgDefault(prologSingleValued,ftInt,ftTerm))
- % body: mpred_positive_fact(meta_argtypes(singleValuedInArgDefault(prologSingleValued,ftInt,ftTerm)))*->rhs([\+ ~meta_argtypes(singleValuedInArgDefault(prologSingleValued,ftInt,ftTerm))])
- % mpred_fwc1(prologHybrid(singleValuedInArgDefault)).
- % Found positive trigger: prologHybrid(singleValuedInArgDefault)
- % body: arity(singleValuedInArgDefault,_10484)*->rhs([{kb_shared(singleValuedInArgDefault/_10484)}])
- % Found positive trigger: prologHybrid(singleValuedInArgDefault)
- % body: mpred_positive_fact(prologHybrid(singleValuedInArgDefault))*->rhs([\+ ~prologHybrid(singleValuedInArgDefault)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:45
- % mpred_fwc1((singleValuedInArg(_14128, _14130)==>prologSingleValued(_14128))).
- % Adding positive
- % trigger: singleValuedInArg(_2070,_2084)
- % body: rhs([prologSingleValued(_2070)])
- % Support: (singleValuedInArg(_1892,_1894)==>prologSingleValued(_1892)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',45)
- % RHS-Post1: prologSingleValued(mpred_sv)
- % Support: singleValuedInArg(mpred_sv,2),pt(singleValuedInArg(_6574,_6576),rhs([prologSingleValued(_6574)]))
- % mpred_fwc1(prologSingleValued(mpred_sv)).
- % Found positive trigger: prologSingleValued(mpred_sv)
- % body: mpred_positive_fact(prologSingleValued(mpred_sv))*->rhs([\+ ~prologSingleValued(mpred_sv)])
- % Found positive trigger: prologSingleValued(mpred_sv)
- % body: pt(arity(mpred_sv,_6078),(\+singleValuedInArg(mpred_sv,_6094)*->rhs([singleValuedInArg(mpred_sv,_6078)])))
- % Adding positive
- % trigger: arity(mpred_sv,_6078)
- % body: \+singleValuedInArg(mpred_sv,_6094)*->rhs([singleValuedInArg(mpred_sv,_6078)])
- % Support: prologSingleValued(mpred_sv),pt(prologSingleValued(mpred_sv),pt(arity(mpred_sv,_6078),(\+singleValuedInArg(mpred_sv,_6094)*->rhs([singleValuedInArg(mpred_sv,_6078)]))))
- % RHS-Post1: prologSingleValued(singleValuedInArg)
- % Support: singleValuedInArg(singleValuedInArg,2),pt(singleValuedInArg(_2462,_2464),rhs([prologSingleValued(_2462)]))
- % mpred_fwc1(prologSingleValued(singleValuedInArg)).
- % Found positive trigger: prologSingleValued(singleValuedInArg)
- % body: mpred_positive_fact(prologSingleValued(singleValuedInArg))*->rhs([\+ ~prologSingleValued(singleValuedInArg)])
- % Found positive trigger: prologSingleValued(singleValuedInArg)
- % body: pt(arity(singleValuedInArg,_6106),(\+singleValuedInArg(singleValuedInArg,_6122)*->rhs([singleValuedInArg(singleValuedInArg,_6106)])))
- % Adding positive
- % trigger: arity(singleValuedInArg,_6106)
- % body: \+singleValuedInArg(singleValuedInArg,_6122)*->rhs([singleValuedInArg(singleValuedInArg,_6106)])
- % Support: prologSingleValued(singleValuedInArg),pt(prologSingleValued(singleValuedInArg),pt(arity(singleValuedInArg,_6106),(\+singleValuedInArg(singleValuedInArg,_6122)*->rhs([singleValuedInArg(singleValuedInArg,_6106)]))))
- % RHS-Post1: prologSingleValued(singleValuedInArgDefault)
- % Support: singleValuedInArg(singleValuedInArgDefault,3),pt(singleValuedInArg(_2462,_2464),rhs([prologSingleValued(_2462)]))
- % mpred_fwc1(prologSingleValued(singleValuedInArgDefault)).
- % Found positive trigger: prologSingleValued(singleValuedInArgDefault)
- % body: mpred_positive_fact(prologSingleValued(singleValuedInArgDefault))*->rhs([\+ ~prologSingleValued(singleValuedInArgDefault)])
- % Found positive trigger: prologSingleValued(singleValuedInArgDefault)
- % body: pt(arity(singleValuedInArgDefault,_6044),(\+singleValuedInArg(singleValuedInArgDefault,_6060)*->rhs([singleValuedInArg(singleValuedInArgDefault,_6044)])))
- % Adding positive
- % trigger: arity(singleValuedInArgDefault,_6044)
- % body: \+singleValuedInArg(singleValuedInArgDefault,_6060)*->rhs([singleValuedInArg(singleValuedInArgDefault,_6044)])
- % Support: prologSingleValued(singleValuedInArgDefault),pt(prologSingleValued(singleValuedInArgDefault),pt(arity(singleValuedInArgDefault,_6044),(\+singleValuedInArg(singleValuedInArgDefault,_6060)*->rhs([singleValuedInArg(singleValuedInArgDefault,_6044)]))))
- % Found positive trigger: singleValuedInArg(_16548,_16550)==>prologSingleValued(_16548)
- % body: mpred_positive_fact((singleValuedInArg(_16548,_16550)==>prologSingleValued(_16548)))*->rhs([\+ ~ (singleValuedInArg(_16548,_16550)==>prologSingleValued(_16548))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:47
- % mpred_fwc1((singleValuedInArgDefault(_29242, _29244, _29246)/ground(_29246)==>singleValuedInArg(_29242, _29244))).
- % Adding positive
- % trigger: singleValuedInArgDefault(_2270,_2272,_2294)
- % body: ground(_2294)*->rhs([singleValuedInArg(_2270,_2272)])
- % Support: (singleValuedInArgDefault(_2032,_2034,_2036)/ground(_2036)==>singleValuedInArg(_2032,_2034)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',47)
- % Found positive trigger: singleValuedInArgDefault(_5960,_5962,_5964)/ground(_5964)==>singleValuedInArg(_5960,_5962)
- % body: mpred_positive_fact((singleValuedInArgDefault(_5960,_5962,_5964)/ground(_5964)==>singleValuedInArg(_5960,_5962)))*->rhs([\+ ~ (singleValuedInArgDefault(_5960,_5962,_5964)/ground(_5964)==>singleValuedInArg(_5960,_5962))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:49
- % mpred_fwc1(mpred_prop(baseKB, singleValuedInArgAX, 3, kb_shared)).
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared)
- % body: pt(genlMt(_2024,baseKB),(_2024\=baseKB*->rhs([{nop(dmsg(_2024:call(kb_shared,_2024:singleValuedInArgAX/3))),show_failure(on_x_fail(_2024:call(kb_shared,_2024:singleValuedInArgAX/3)))}])))
- dding positive
- % trigger: genlMt(_2024,baseKB)
- % body: _2024\=baseKB*->rhs([{nop(dmsg(_2024:call(kb_shared,_2024:singleValuedInArgAX/3))),show_failure(on_x_fail(_2024:call(kb_shared,_2024:singleValuedInArgAX/3)))}])
- % Support: mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared),pt(mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared),pt(genlMt(_2024,baseKB),(_2024\=baseKB*->rhs([{nop(dmsg(_2024:call(kb_shared,_2024:singleValuedInArgAX/3))),show_failure(on_x_fail(_2024:call(kb_shared,_2024:singleValuedInArgAX/3)))}]))))
- % mpred_fwc1(mpred_prop(user, singleValuedInArgAX, 3, kb_shared)).
- % Found positive trigger: mpred_prop(user,singleValuedInArgAX,3,kb_shared)
- % body: pt(genlMt(_3696,user),(_3696\=baseKB*->rhs([{nop(dmsg(_3696:call(kb_shared,_3696:singleValuedInArgAX/3))),show_failure(on_x_fail(_3696:call(kb_shared,_3696:singleValuedInArgAX/3)))}])))
- % Adding positive
- % trigger: genlMt(_3696,user)
- % body: _3696\=baseKB*->rhs([{nop(dmsg(_3696:call(kb_shared,_3696:singleValuedInArgAX/3))),show_failure(on_x_fail(_3696:call(kb_shared,_3696:singleValuedInArgAX/3)))}])
- % Support: mpred_prop(user,singleValuedInArgAX,3,kb_shared),pt(mpred_prop(user,singleValuedInArgAX,3,kb_shared),pt(genlMt(_3696,user),(_3696\=baseKB*->rhs([{nop(dmsg(_3696:call(kb_shared,_3696:singleValuedInArgAX/3))),show_failure(on_x_fail(_3696:call(kb_shared,_3696:singleValuedInArgAX/3)))}]))))
- % Found positive trigger: mpred_prop(user,singleValuedInArgAX,3,kb_shared)
- % body: \+ground(singleValuedInArgAX/3)*->rhs([{trace_or_throw_ex(mpred_prop(user,singleValuedInArgAX,3,kb_shared))}])
- % Found positive trigger: mpred_prop(user,singleValuedInArgAX,3,kb_shared)
- % body: genlPreds(kb_shared,_17618)*->rhs([mpred_prop(user,singleValuedInArgAX,3,_17618)])
- % Found positive trigger: mpred_prop(user,singleValuedInArgAX,3,kb_shared)
- % body: mpred_positive_fact(mpred_prop(user,singleValuedInArgAX,3,kb_shared))*->rhs([\+ ~mpred_prop(user,singleValuedInArgAX,3,kb_shared)])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared)
- % body: \+ground(singleValuedInArgAX/3)*->rhs([{trace_or_throw_ex(mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared))}])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared)
- % body: genlPreds(kb_shared,_11372)*->rhs([mpred_prop(baseKB,singleValuedInArgAX,3,_11372)])
- % Found positive trigger: mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared)
- % body: mpred_positive_fact(mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared))*->rhs([\+ ~mpred_prop(baseKB,singleValuedInArgAX,3,kb_shared)])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:51
- % mpred_fwc1((singleValuedInArg(_28146, _28148), arity(_28146, _28154)==>singleValuedInArgAX(_28146, _28154, _28148))).
- % Adding positive
- % trigger: singleValuedInArg(_2354,_2356)
- % body: arity(_2354,_2358)*->rhs([singleValuedInArgAX(_2354,_2358,_2356)])
- % Support: (singleValuedInArg(_2062,_2064),arity(_2062,_2070)==>singleValuedInArgAX(_2062,_2070,_2064)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',51)
- % RHS-Post1: singleValuedInArgAX(mpred_sv,2,2)
- % Support: singleValuedInArg(mpred_sv,2),pt(singleValuedInArg(_7038,_7040),(arity(_7038,_7052)*->rhs([singleValuedInArgAX(_7038,_7052,_7040)])))
- % mpred_fwc1(singleValuedInArgAX(mpred_sv, 2, 2)).
- % Found positive trigger: singleValuedInArgAX(mpred_sv,2,2)
- % body: mpred_positive_fact(singleValuedInArgAX(mpred_sv,2,2))*->rhs([\+ ~singleValuedInArgAX(mpred_sv,2,2)])
- % RHS-Post1: singleValuedInArgAX(singleValuedInArg,2,2)
- % Support: singleValuedInArg(singleValuedInArg,2),pt(singleValuedInArg(_2810,_2812),(arity(_2810,_2824)*->rhs([singleValuedInArgAX(_2810,_2824,_2812)])))
- % mpred_fwc1(singleValuedInArgAX(singleValuedInArg, 2, 2)).
- % Found positive trigger: singleValuedInArgAX(singleValuedInArg,2,2)
- % body: mpred_positive_fact(singleValuedInArgAX(singleValuedInArg,2,2))*->rhs([\+ ~singleValuedInArgAX(singleValuedInArg,2,2)])
- % RHS-Post1: singleValuedInArgAX(singleValuedInArgDefault,3,3)
- % Support: singleValuedInArg(singleValuedInArgDefault,3),pt(singleValuedInArg(_2810,_2812),(arity(_2810,_2824)*->rhs([singleValuedInArgAX(_2810,_2824,_2812)])))
- % mpred_fwc1(singleValuedInArgAX(singleValuedInArgDefault, 3, 3)).
- % Found positive trigger: singleValuedInArgAX(singleValuedInArgDefault,3,3)
- % body: mpred_positive_fact(singleValuedInArgAX(singleValuedInArgDefault,3,3))*->rhs([\+ ~singleValuedInArgAX(singleValuedInArgDefault,3,3)])
- % Adding positive
- % trigger: arity(_2336,_2340)
- % body: singleValuedInArg(_2336,_2338)*->rhs([singleValuedInArgAX(_2336,_2340,_2338)])
- % Support: (singleValuedInArg(_2076,_2078),arity(_2076,_2084)==>singleValuedInArgAX(_2076,_2084,_2078)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',51)
- % RHS-Post1: singleValuedInArgAX(singleValuedInArg,2,2)
- % Support: arity(singleValuedInArg,2),pt(arity(_2838,_2840),(singleValuedInArg(_2838,_2852)*->rhs([singleValuedInArgAX(_2838,_2840,_2852)])))
- % RHS-Post1: singleValuedInArgAX(mpred_sv,2,2)
- % Support: arity(mpred_sv,2),pt(arity(_2824,_2826),(singleValuedInArg(_2824,_2838)*->rhs([singleValuedInArgAX(_2824,_2826,_2838)])))
- % RHS-Post1: singleValuedInArgAX(singleValuedInArgDefault,3,3)
- % Support: arity(singleValuedInArgDefault,3),pt(arity(_2824,_2826),(singleValuedInArg(_2824,_2838)*->rhs([singleValuedInArgAX(_2824,_2826,_2838)])))
- % Found positive trigger: singleValuedInArg(_2098,_2100),arity(_2098,_2106)==>singleValuedInArgAX(_2098,_2106,_2100)
- % body: mpred_positive_fact((singleValuedInArg(_2098,_2100),arity(_2098,_2106)==>singleValuedInArgAX(_2098,_2106,_2100)))*->rhs([\+ ~ (singleValuedInArg(_2098,_2100),arity(_2098,_2106)==>singleValuedInArgAX(_2098,_2106,_2100))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:54
- % mpred_fwc1((singleValuedInArgAX(_5118, _5120, _5122), {functor(_5136, _5118, _5120), arg(_5122, _5136, _5154), replace_arg(_5136, _5122, _5162, _5164)}==>(_5136, {_5154\=isMissing, dif(_5162, _5154), call_u(_5164), ground(_5164)}, _5164==> \+_5164, _5136))).
- % Adding positive
- % trigger: singleValuedInArgAX(_3426,_3428,_3430)
- % body: functor(_3408,_3426,_3428),arg(_3430,_3408,_3410),replace_arg(_3408,_3430,_3412,_3414)*->rhs([(_3408,{_3410\=isMissing,dif(_3412,_3410),call_u(_3414),ground(_3414)},_3414==> \+_3414,_3408)])
- % Support: (singleValuedInArgAX(_2890,_2892,_2894),{functor(_2908,_2890,_2892),arg(_2894,_2908,_2926),replace_arg(_2908,_2894,_2934,_2936)}==>(_2908,{_2926\=isMissing,dif(_2934,_2926),call_u(_2936),ground(_2936)},_2936==> \+_2936,_2908)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',54)
- % RHS-Post1: mpred_sv(_10406,_3410),{_3410\=isMissing,dif(_3412,_3410),call_u(mpred_sv(_10406,_3412)),ground(mpred_sv(_10406,_3412))},mpred_sv(_10406,_3412)==> \+mpred_sv(_10406,_3412),mpred_sv(_10406,_3410)
- % Support: singleValuedInArgAX(mpred_sv,2,2),pt(singleValuedInArgAX(_9428,_9430,_9432),(functor(_9448,_9428,_9430),arg(_9432,_9448,_9466),replace_arg(_9448,_9432,_9474,_9476)*->rhs([(_9448,{_9466\=isMissing,dif(_9474,_9466),call_u(_9476),ground(_9476)},_9476==> \+_9476,_9448)])))
- % mpred_fwc1((mpred_sv(_26896, _26898), {_26898\=isMissing, dif(_26930, _26898), call_u(mpred_sv(_26896, _26930)), ground(mpred_sv(_26896, _26930))}, mpred_sv(_26896, _26930)==> \+mpred_sv(_26896, _26930), mpred_sv(_26896, _26898))).
- % Adding positive
- % trigger: mpred_sv(_6598,_6600)
- % body: _6600\=isMissing,dif(_6602,_6600),call_u(mpred_sv(_6598,_6602)),ground(mpred_sv(_6598,_6602))*->pt(mpred_sv(_6598,_6602),rhs([\+mpred_sv(_6598,_6602),mpred_sv(_6598,_6600)]))
- % Support: (mpred_sv(_6244,_6246),{_6246\=isMissing,dif(_6288,_6246),call_u(mpred_sv(_6244,_6288)),ground(mpred_sv(_6244,_6288))},mpred_sv(_6244,_6288)==> \+mpred_sv(_6244,_6288),mpred_sv(_6244,_6246)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',54)
- % Found positive trigger: mpred_sv(_12796,_12798),{_12798\=isMissing,dif(_12840,_12798),call_u(mpred_sv(_12796,_12840)),ground(mpred_sv(_12796,_12840))},mpred_sv(_12796,_12840)==> \+mpred_sv(_12796,_12840),mpred_sv(_12796,_12798)
- % body: mpred_positive_fact((mpred_sv(_12796,_12798),{_12798\=isMissing,dif(_12840,_12798),call_u(mpred_sv(_12796,_12840)),ground(mpred_sv(_12796,_12840))},mpred_sv(_12796,_12840)==> \+mpred_sv(_12796,_12840),mpred_sv(_12796,_12798)))*->rhs([\+ ~ (mpred_sv(_12796,_12798),{_12798\=isMissing,dif(_12840,_12798),call_u(mpred_sv(_12796,_12840)),ground(mpred_sv(_12796,_12840))},mpred_sv(_12796,_12840)==> \+mpred_sv(_12796,_12840),mpred_sv(_12796,_12798))])
- % RHS-Post1: singleValuedInArg(_21120,_3410),{_3410\=isMissing,dif(_3412,_3410),call_u(singleValuedInArg(_21120,_3412)),ground(singleValuedInArg(_21120,_3412))},singleValuedInArg(_21120,_3412)==> \+singleValuedInArg(_21120,_3412),singleValuedInArg(_21120,_3410)
- % Support: singleValuedInArgAX(singleValuedInArg,2,2),pt(singleValuedInArgAX(_4550,_4552,_4554),(functor(_4570,_4550,_4552),arg(_4554,_4570,_4588),replace_arg(_4570,_4554,_4596,_4598)*->rhs([(_4570,{_4588\=isMissing,dif(_4596,_4588),call_u(_4598),ground(_4598)},_4598==> \+_4598,_4570)])))
- % mpred_fwc1((singleValuedInArg(_8452, _8454), {_8454\=isMissing, dif(_8486, _8454), call_u(singleValuedInArg(_8452, _8486)), ground(singleValuedInArg(_8452, _8486))}, singleValuedInArg(_8452, _8486)==> \+singleValuedInArg(_8452, _8486), singleValuedInArg(_8452, _8454))).
- % Adding positive
- % trigger: singleValuedInArg(_10202,_10204)
- % body: _10204\=isMissing,dif(_10206,_10204),call_u(singleValuedInArg(_10202,_10206)),ground(singleValuedInArg(_10202,_10206))*->pt(singleValuedInArg(_10202,_10206),rhs([\+singleValuedInArg(_10202,_10206),singleValuedInArg(_10202,_10204)]))
- % Support: (singleValuedInArg(_9406,_9408),{_9408\=isMissing,dif(_9450,_9408),call_u(singleValuedInArg(_9406,_9450)),ground(singleValuedInArg(_9406,_9450))},singleValuedInArg(_9406,_9450)==> \+singleValuedInArg(_9406,_9450),singleValuedInArg(_9406,_9408)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',54)
- % Found positive trigger: singleValuedInArg(_21018,_21020),{_21020\=isMissing,dif(_21062,_21020),call_u(singleValuedInArg(_21018,_21062)),ground(singleValuedInArg(_21018,_21062))},singleValuedInArg(_21018,_21062)==> \+singleValuedInArg(_21018,_21062),singleValuedInArg(_21018,_21020)
- % body: mpred_positive_fact((singleValuedInArg(_21018,_21020),{_21020\=isMissing,dif(_21062,_21020),call_u(singleValuedInArg(_21018,_21062)),ground(singleValuedInArg(_21018,_21062))},singleValuedInArg(_21018,_21062)==> \+singleValuedInArg(_21018,_21062),singleValuedInArg(_21018,_21020)))*->rhs([\+ ~ (singleValuedInArg(_21018,_21020),{_21020\=isMissing,dif(_21062,_21020),call_u(singleValuedInArg(_21018,_21062)),ground(singleValuedInArg(_21018,_21062))},singleValuedInArg(_21018,_21062)==> \+singleValuedInArg(_21018,_21062),singleValuedInArg(_21018,_21020))])
- % RHS-Post1: singleValuedInArgDefault(_29448,_29450,_3410),{_3410\=isMissing,dif(_3412,_3410),call_u(singleValuedInArgDefault(_29448,_29450,_3412)),ground(singleValuedInArgDefault(_29448,_29450,_3412))},singleValuedInArgDefault(_29448,_29450,_3412)==> \+singleValuedInArgDefault(_29448,_29450,_3412),singleValuedInArgDefault(_29448,_29450,_3410)
- % Support: singleValuedInArgAX(singleValuedInArgDefault,3,3),pt(singleValuedInArgAX(_4550,_4552,_4554),(functor(_4570,_4550,_4552),arg(_4554,_4570,_4588),replace_arg(_4570,_4554,_4596,_4598)*->rhs([(_4570,{_4588\=isMissing,dif(_4596,_4588),call_u(_4598),ground(_4598)},_4598==> \+_4598,_4570)])))
- % mpred_fwc1((singleValuedInArgDefault(_8482, _8484, _8486), {_8486\=isMissing, dif(_8518, _8486), call_u(singleValuedInArgDefault(_8482, _8484, _8518)), ground(singleValuedInArgDefault(_8482, _8484, _8518))}, singleValuedInArgDefault(_8482, _8484, _8518)==> \+singleValuedInArgDefault(_8482, _8484, _8518), singleValuedInArgDefault(_8482, _8484, _8486))).
- % Adding positive
- % trigger: singleValuedInArgDefault(_21218,_21220,_21222)
- % body: _21222\=isMissing,dif(_21224,_21222),call_u(singleValuedInArgDefault(_21218,_21220,_21224)),ground(singleValuedInArgDefault(_21218,_21220,_21224))*->pt(singleValuedInArgDefault(_21218,_21220,_21224),rhs([\+singleValuedInArgDefault(_21218,_21220,_21224),singleValuedInArgDefault(_21218,_21220,_21222)]))
- % Support: (singleValuedInArgDefault(_9488,_9490,_9492),{_9492\=isMissing,dif(_9534,_9492),call_u(singleValuedInArgDefault(_9488,_9490,_9534)),ground(singleValuedInArgDefault(_9488,_9490,_9534))},singleValuedInArgDefault(_9488,_9490,_9534)==> \+singleValuedInArgDefault(_9488,_9490,_9534),singleValuedInArgDefault(_9488,_9490,_9492)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',54)
- % Found positive trigger: singleValuedInArgDefault(_6304,_6306,_6308),{_6308\=isMissing,dif(_6350,_6308),call_u(singleValuedInArgDefault(_6304,_6306,_6350)),ground(singleValuedInArgDefault(_6304,_6306,_6350))},singleValuedInArgDefault(_6304,_6306,_6350)==> \+singleValuedInArgDefault(_6304,_6306,_6350),singleValuedInArgDefault(_6304,_6306,_6308)
- % body: mpred_positive_fact((singleValuedInArgDefault(_6304,_6306,_6308),{_6308\=isMissing,dif(_6350,_6308),call_u(singleValuedInArgDefault(_6304,_6306,_6350)),ground(singleValuedInArgDefault(_6304,_6306,_6350))},singleValuedInArgDefault(_6304,_6306,_6350)==> \+singleValuedInArgDefault(_6304,_6306,_6350),singleValuedInArgDefault(_6304,_6306,_6308)))*->rhs([\+ ~ (singleValuedInArgDefault(_6304,_6306,_6308),{_6308\=isMissing,dif(_6350,_6308),call_u(singleValuedInArgDefault(_6304,_6306,_6350)),ground(singleValuedInArgDefault(_6304,_6306,_6350))},singleValuedInArgDefault(_6304,_6306,_6350)==> \+singleValuedInArgDefault(_6304,_6306,_6350),singleValuedInArgDefault(_6304,_6306,_6308))])
- % Found positive trigger: singleValuedInArgAX(_10508,_10510,_10512),{functor(_10526,_10508,_10510),arg(_10512,_10526,_10544),replace_arg(_10526,_10512,_10552,_10554)}==>(_10526,{_10544\=isMissing,dif(_10552,_10544),call_u(_10554),ground(_10554)},_10554==> \+_10554,_10526)
- % body: mpred_positive_fact((singleValuedInArgAX(_10508,_10510,_10512),{functor(_10526,_10508,_10510),arg(_10512,_10526,_10544),replace_arg(_10526,_10512,_10552,_10554)}==>(_10526,{_10544\=isMissing,dif(_10552,_10544),call_u(_10554),ground(_10554)},_10554==> \+_10554,_10526)))*->rhs([\+ ~ (singleValuedInArgAX(_10508,_10510,_10512),{functor(_10526,_10508,_10510),arg(_10512,_10526,_10544),replace_arg(_10526,_10512,_10552,_10554)}==>(_10526,{_10544\=isMissing,dif(_10552,_10544),call_u(_10554),ground(_10554)},_10554==> \+_10554,_10526))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:61
- % mpred_fwc1((unused==>(singleValuedInArgAX(_5196, _5198, _5200), {functor(_5214, _5196, _5198), arg(_5200, _5214, _5232), replace_arg(_5214, _5200, _5240, _5242)}==>(_5214/ground(_5214)==>{_5232\==isMissing, dif(_5240, _5232), call_u(_5242), ground(_5242), ignore(retract(_5242))})))).
- % Adding positive
- % trigger: unused
- % body: rhs([(singleValuedInArgAX(_2572,_2574,_2576),{functor(_2590,_2572,_2574),arg(_2576,_2590,_2608),replace_arg(_2590,_2576,_2616,_2618)}==>(_2590/ground(_2590)==>{_2608\==isMissing,dif(_2616,_2608),call_u(_2618),ground(_2618),ignore(retract(_2618))}))])
- % Support: (unused==>(singleValuedInArgAX(_6430,_6432,_6434),{functor(_6448,_6430,_6432),arg(_6434,_6448,_6466),replace_arg(_6448,_6434,_6474,_6476)}==>(_6448/ground(_6448)==>{_6466\==isMissing,dif(_6474,_6466),call_u(_6476),ground(_6476),ignore(retract(_6476))}))),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',61)
- % Found positive trigger: unused==>(singleValuedInArgAX(_3554,_3556,_3558),{functor(_3572,_3554,_3556),arg(_3558,_3572,_3590),replace_arg(_3572,_3558,_3598,_3600)}==>(_3572/ground(_3572)==>{_3590\==isMissing,dif(_3598,_3590),call_u(_3600),ground(_3600),ignore(retract(_3600))}))
- % body: mpred_positive_fact((unused==>(singleValuedInArgAX(_3554,_3556,_3558),{functor(_3572,_3554,_3556),arg(_3558,_3572,_3590),replace_arg(_3572,_3558,_3598,_3600)}==>(_3572/ground(_3572)==>{_3590\==isMissing,dif(_3598,_3590),call_u(_3600),ground(_3600),ignore(retract(_3600))}))))*->rhs([\+ ~ (unused==>(singleValuedInArgAX(_3554,_3556,_3558),{functor(_3572,_3554,_3556),arg(_3558,_3572,_3590),replace_arg(_3572,_3558,_3598,_3600)}==>(_3572/ground(_3572)==>{_3590\==isMissing,dif(_3598,_3590),call_u(_3600),ground(_3600),ignore(retract(_3600))})))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:69
- % mpred_fwc1((unused==>(singleValuedInArgAX_maybe(_5316, _5318, _5320), {functor(_5334, _5316, _5318), arg(_5320, _5334, _5352), replace_arg(_5334, _5320, _5360, _5362)}==>(_5334/ground(_5334)==>{_5352\==isMissing, dif(_5360, _5352), call_u(_5362), ground(_5362)}, \+_5362, _5334, single_override_maybe(_5334, _5362))))).
- % Adding positive
- % trigger: unused
- % body: rhs([(singleValuedInArgAX_maybe(_2620,_2622,_2624),{functor(_2638,_2620,_2622),arg(_2624,_2638,_2656),replace_arg(_2638,_2624,_2664,_2666)}==>(_2638/ground(_2638)==>{_2656\==isMissing,dif(_2664,_2656),call_u(_2666),ground(_2666)},\+_2666,_2638,single_override_maybe(_2638,_2666)))])
- % Support: (unused==>(singleValuedInArgAX_maybe(_3050,_3052,_3054),{functor(_3068,_3050,_3052),arg(_3054,_3068,_3086),replace_arg(_3068,_3054,_3094,_3096)}==>(_3068/ground(_3068)==>{_3086\==isMissing,dif(_3094,_3086),call_u(_3096),ground(_3096)},\+_3096,_3068,single_override_maybe(_3068,_3096)))),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',69)
- % Found positive trigger: unused==>(singleValuedInArgAX_maybe(_9546,_9548,_9550),{functor(_9564,_9546,_9548),arg(_9550,_9564,_9582),replace_arg(_9564,_9550,_9590,_9592)}==>(_9564/ground(_9564)==>{_9582\==isMissing,dif(_9590,_9582),call_u(_9592),ground(_9592)},\+_9592,_9564,single_override_maybe(_9564,_9592)))
- % body: mpred_positive_fact((unused==>(singleValuedInArgAX_maybe(_9546,_9548,_9550),{functor(_9564,_9546,_9548),arg(_9550,_9564,_9582),replace_arg(_9564,_9550,_9590,_9592)}==>(_9564/ground(_9564)==>{_9582\==isMissing,dif(_9590,_9582),call_u(_9592),ground(_9592)},\+_9592,_9564,single_override_maybe(_9564,_9592)))))*->rhs([\+ ~ (unused==>(singleValuedInArgAX_maybe(_9546,_9548,_9550),{functor(_9564,_9546,_9548),arg(_9550,_9564,_9582),replace_arg(_9564,_9550,_9590,_9592)}==>(_9564/ground(_9564)==>{_9582\==isMissing,dif(_9590,_9582),call_u(_9592),ground(_9592)},\+_9592,_9564,single_override_maybe(_9564,_9592))))])
- % /opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl:76
- % mpred_fwc1((single_override(_29426, _29428), {ignore(retract(_29428))}==>(\+_29426==> \+single_override(_29426, _29428), {mpred_supported(_29428)}, _29428))).
- % Adding positive
- % trigger: single_override(_2534,_2536)
- % body: ignore(retract(_2536))*->rhs([(\+_2534==> \+single_override(_2534,_2536),{mpred_supported(_2536)},_2536)])
- % Support: (single_override(_2288,_2290),{ignore(retract(_2290))}==>(\+_2288==> \+single_override(_2288,_2290),{mpred_supported(_2290)},_2290)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/prolog/pfclib/system_singleValued.pfc.pl',76)
- % Found positive trigger: single_override(_2346,_2348),{ignore(retract(_2348))}==>(\+_2346==> \+single_override(_2346,_2348),{mpred_supported(_2348)},_2348)
- % body: mpred_positive_fact((single_override(_2346,_2348),{ignore(retract(_2348))}==>(\+_2346==> \+single_override(_2346,_2348),{mpred_supported(_2348)},_2348)))*->rhs([\+ ~ (single_override(_2346,_2348),{ignore(retract(_2348))}==>(\+_2346==> \+single_override(_2346,_2348),{mpred_supported(_2348)},_2348))])
- [0m% system_singleValued.pfc compiled into baseKB 0.68 sec, 6 clauses
- % pfclib/system_autoexec.pfc compiled into baseKB 2.18 sec, 9 clauses
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:4
- % mpred_fwc1(adj(1, 2)).
- % Found positive trigger: adj(1,2)
- % body: mpred_positive_fact(adj(1,2))*->rhs([\+ ~adj(1,2)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:5
- % mpred_fwc1(adj(2, 3)).
- % Found positive trigger: adj(2,3)
- % body: mpred_positive_fact(adj(2,3))*->rhs([\+ ~adj(2,3)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:6
- % mpred_fwc1(adj(3, 4)).
- % Found positive trigger: adj(3,4)
- % body: mpred_positive_fact(adj(3,4))*->rhs([\+ ~adj(3,4)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:7
- % mpred_fwc1(adj(4, 5)).
- % Found positive trigger: adj(4,5)
- % body: mpred_positive_fact(adj(4,5))*->rhs([\+ ~adj(4,5)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:8
- % mpred_fwc1(adj(5, 6)).
- % Found positive trigger: adj(5,6)
- % body: mpred_positive_fact(adj(5,6))*->rhs([\+ ~adj(5,6)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:9
- % mpred_fwc1(adj(6, 7)).
- % Found positive trigger: adj(6,7)
- % body: mpred_positive_fact(adj(6,7))*->rhs([\+ ~adj(6,7)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:10
- % mpred_fwc1(adj(7, 8)).
- % Found positive trigger: adj(7,8)
- % body: mpred_positive_fact(adj(7,8))*->rhs([\+ ~adj(7,8)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:11
- % mpred_fwc1(adj(8, 9)).
- % Found positive trigger: adj(8,9)
- % body: mpred_positive_fact(adj(8,9))*->rhs([\+ ~adj(8,9)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:12
- % mpred_fwc1(adj(9, 10)).
- % Found positive trigger: adj(9,10)
- % body: mpred_positive_fact(adj(9,10))*->rhs([\+ ~adj(9,10)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:13
- % mpred_fwc1(adj(10, 1)).
- % Found positive trigger: adj(10,1)
- % body: mpred_positive_fact(adj(10,1))*->rhs([\+ ~adj(10,1)])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:15
- % mpred_fwc1((adj(_11438, _11440)==>tc(_11438, _11440))).
- % Adding positive
- % trigger: adj(_1298,_1300)
- % body: rhs([tc(_1298,_1300)])
- % Support: (adj(_1098,_1100)==>tc(_1098,_1100)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc',15)
- % RHS-Post1: tc(1,2)
- % Support: adj(1,2),pt(adj(_10142,_10144),rhs([tc(_10142,_10144)]))
- % mpred_fwc1(tc(1, 2)).
- % Found positive trigger: tc(1,2)
- % body: mpred_positive_fact(tc(1,2))*->rhs([\+ ~tc(1,2)])
- % RHS-Post1: tc(2,3)
- % Support: adj(2,3),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(2, 3)).
- % Found positive trigger: tc(2,3)
- % body: mpred_positive_fact(tc(2,3))*->rhs([\+ ~tc(2,3)])
- % RHS-Post1: tc(3,4)
- % Support: adj(3,4),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(3, 4)).
- % Found positive trigger: tc(3,4)
- % body: mpred_positive_fact(tc(3,4))*->rhs([\+ ~tc(3,4)])
- % RHS-Post1: tc(4,5)
- % Support: adj(4,5),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(4, 5)).
- % Found positive trigger: tc(4,5)
- % body: mpred_positive_fact(tc(4,5))*->rhs([\+ ~tc(4,5)])
- % RHS-Post1: tc(5,6)
- % Support: adj(5,6),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(5, 6)).
- % Found positive trigger: tc(5,6)
- % body: mpred_positive_fact(tc(5,6))*->rhs([\+ ~tc(5,6)])
- % RHS-Post1: tc(6,7)
- % Support: adj(6,7),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(6, 7)).
- % Found positive trigger: tc(6,7)
- % body: mpred_positive_fact(tc(6,7))*->rhs([\+ ~tc(6,7)])
- % RHS-Post1: tc(7,8)
- % Support: adj(7,8),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(7, 8)).
- % Found positive trigger: tc(7,8)
- % body: mpred_positive_fact(tc(7,8))*->rhs([\+ ~tc(7,8)])
- % RHS-Post1: tc(8,9)
- % Support: adj(8,9),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(8, 9)).
- % Found positive trigger: tc(8,9)
- % body: mpred_positive_fact(tc(8,9))*->rhs([\+ ~tc(8,9)])
- % RHS-Post1: tc(9,10)
- % Support: adj(9,10),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(9, 10)).
- % Found positive trigger: tc(9,10)
- % body: mpred_positive_fact(tc(9,10))*->rhs([\+ ~tc(9,10)])
- % RHS-Post1: tc(10,1)
- % Support: adj(10,1),pt(adj(_1704,_1706),rhs([tc(_1704,_1706)]))
- % mpred_fwc1(tc(10, 1)).
- % Found positive trigger: tc(10,1)
- % body: mpred_positive_fact(tc(10,1))*->rhs([\+ ~tc(10,1)])
- % Found positive trigger: adj(_1148,_1150)==>tc(_1148,_1150)
- % body: mpred_positive_fact((adj(_1148,_1150)==>tc(_1148,_1150)))*->rhs([\+ ~ (adj(_1148,_1150)==>tc(_1148,_1150))])
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:17
- % mpred_fwc1((tc(_12298, _12300), tc(_12300, _12306)==>tc(_12298, _12306))).
- % Adding positive
- % trigger: tc(_1466,_1488)
- % body: tc(_1488,_1468)*->rhs([tc(_1466,_1468)])
- % Support: (tc(_1228,_1230),tc(_1230,_1236)==>tc(_1228,_1236)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc',17)
- % RHS-Post1: tc(1,3)
- % Support: tc(1,2),pt(tc(_6136,_6138),(tc(_6138,_6150)*->rhs([tc(_6136,_6150)])))
- % mpred_fwc1(tc(1, 3)).
- % Found positive trigger: tc(1,3)
- % body: mpred_positive_fact(tc(1,3))*->rhs([\+ ~tc(1,3)])
- % Found positive trigger: tc(1,3)
- % body: tc(3,_5630)*->rhs([tc(1,_5630)])
- % RHS-Post1: tc(1,4)
- % Support: tc(1,3),pt(tc(1,3),(tc(3,4)*->rhs([tc(1,4)])))
- % mpred_fwc1(tc(1, 4)).
- % Found positive trigger: tc(1,4)
- % body: mpred_positive_fact(tc(1,4))*->rhs([\+ ~tc(1,4)])
- % Found positive trigger: tc(1,4)
- % body: tc(4,_6170)*->rhs([tc(1,_6170)])
- % RHS-Post1: tc(1,5)
- % Support: tc(1,4),pt(tc(1,4),(tc(4,5)*->rhs([tc(1,5)])))
- % mpred_fwc1(tc(1, 5)).
- % Found positive trigger: tc(1,5)
- % body: mpred_positive_fact(tc(1,5))*->rhs([\+ ~tc(1,5)])
- % Found positive trigger: tc(1,5)
- % body: tc(5,_6710)*->rhs([tc(1,_6710)])
- % RHS-Post1: tc(1,6)
- % Support: tc(1,5),pt(tc(1,5),(tc(5,6)*->rhs([tc(1,6)])))
- % mpred_fwc1(tc(1, 6)).
- % Found positive trigger: tc(1,6)
- % body: mpred_positive_fact(tc(1,6))*->rhs([\+ ~tc(1,6)])
- % Found positive trigger: tc(1,6)
- % body: tc(6,_7250)*->rhs([tc(1,_7250)])
- % RHS-Post1: tc(1,7)
- % Support: tc(1,6),pt(tc(1,6),(tc(6,7)*->rhs([tc(1,7)])))
- % mpred_fwc1(tc(1, 7)).
- % Found positive trigger: tc(1,7)
- % body: mpred_positive_fact(tc(1,7))*->rhs([\+ ~tc(1,7)])
- % Found positive trigger: tc(1,7)
- % body: tc(7,_7790)*->rhs([tc(1,_7790)])
- % RHS-Post1: tc(1,8)
- % Support: tc(1,7),pt(tc(1,7),(tc(7,8)*->rhs([tc(1,8)])))
- % mpred_fwc1(tc(1, 8)).
- % Found positive trigger: tc(1,8)
- % body: mpred_positive_fact(tc(1,8))*->rhs([\+ ~tc(1,8)])
- % Found positive trigger: tc(1,8)
- % body: tc(8,_5348)*->rhs([tc(1,_5348)])
- % RHS-Post1: tc(1,9)
- % Support: tc(1,8),pt(tc(1,8),(tc(8,9)*->rhs([tc(1,9)])))
- % mpred_fwc1(tc(1, 9)).
- % Found positive trigger: tc(1,9)
- % body: mpred_positive_fact(tc(1,9))*->rhs([\+ ~tc(1,9)])
- % Found positive trigger: tc(1,9)
- % body: tc(9,_22896)*->rhs([tc(1,_22896)])
- % RHS-Post1: tc(1,10)
- % Support: tc(1,9),pt(tc(1,9),(tc(9,10)*->rhs([tc(1,10)])))
- % mpred_fwc1(tc(1, 10)).
- % Found positive trigger: tc(1,10)
- % body: mpred_positive_fact(tc(1,10))*->rhs([\+ ~tc(1,10)])
- % Found positive trigger: tc(1,10)
- % body: tc(10,_19192)*->rhs([tc(1,_19192)])
- % RHS-Post1: tc(1,1)
- % Support: tc(1,10),pt(tc(1,10),(tc(10,1)*->rhs([tc(1,1)])))
- % mpred_fwc1(tc(1, 1)).
- % Found positive trigger: tc(1,1)
- % body: mpred_positive_fact(tc(1,1))*->rhs([\+ ~tc(1,1)])
- % Found positive trigger: tc(1,1)
- % body: tc(1,_9950)*->rhs([tc(1,_9950)])
- % RHS-Post1: tc(1,2)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,2)*->rhs([tc(1,2)])))
- HS-Post1: tc(1,3)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,3)*->rhs([tc(1,3)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,4)*->rhs([tc(1,4)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,5)*->rhs([tc(1,5)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,6)*->rhs([tc(1,6)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,7)*->rhs([tc(1,7)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,8)*->rhs([tc(1,8)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,9)*->rhs([tc(1,9)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,10)*->rhs([tc(1,10)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(1,1),pt(tc(1,1),(tc(1,1)*->rhs([tc(1,1)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(2,3),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(2, 4)).
- % Found positive trigger: tc(2,4)
- % body: mpred_positive_fact(tc(2,4))*->rhs([\+ ~tc(2,4)])
- % Found positive trigger: tc(2,4)
- % body: tc(4,_25670)*->rhs([tc(2,_25670)])
- % RHS-Post1: tc(2,5)
- % Support: tc(2,4),pt(tc(2,4),(tc(4,5)*->rhs([tc(2,5)])))
- % mpred_fwc1(tc(2, 5)).
- % Found positive trigger: tc(2,5)
- % body: mpred_positive_fact(tc(2,5))*->rhs([\+ ~tc(2,5)])
- % Found positive trigger: tc(2,5)
- % body: tc(5,_6192)*->rhs([tc(2,_6192)])
- % RHS-Post1: tc(2,6)
- % Support: tc(2,5),pt(tc(2,5),(tc(5,6)*->rhs([tc(2,6)])))
- % mpred_fwc1(tc(2, 6)).
- % Found positive trigger: tc(2,6)
- % body: mpred_positive_fact(tc(2,6))*->rhs([\+ ~tc(2,6)])
- % Found positive trigger: tc(2,6)
- % body: tc(6,_6732)*->rhs([tc(2,_6732)])
- % RHS-Post1: tc(2,7)
- % Support: tc(2,6),pt(tc(2,6),(tc(6,7)*->rhs([tc(2,7)])))
- % mpred_fwc1(tc(2, 7)).
- % Found positive trigger: tc(2,7)
- % body: mpred_positive_fact(tc(2,7))*->rhs([\+ ~tc(2,7)])
- % Found positive trigger: tc(2,7)
- % body: tc(7,_7272)*->rhs([tc(2,_7272)])
- % RHS-Post1: tc(2,8)
- % Support: tc(2,7),pt(tc(2,7),(tc(7,8)*->rhs([tc(2,8)])))
- % mpred_fwc1(tc(2, 8)).
- % Found positive trigger: tc(2,8)
- % body: mpred_positive_fact(tc(2,8))*->rhs([\+ ~tc(2,8)])
- % Found positive trigger: tc(2,8)
- % body: tc(8,_7812)*->rhs([tc(2,_7812)])
- % RHS-Post1: tc(2,9)
- % Support: tc(2,8),pt(tc(2,8),(tc(8,9)*->rhs([tc(2,9)])))
- % mpred_fwc1(tc(2, 9)).
- % Found positive trigger: tc(2,9)
- % body: mpred_positive_fact(tc(2,9))*->rhs([\+ ~tc(2,9)])
- % Found positive trigger: tc(2,9)
- % body: tc(9,_5370)*->rhs([tc(2,_5370)])
- % RHS-Post1: tc(2,10)
- % Support: tc(2,9),pt(tc(2,9),(tc(9,10)*->rhs([tc(2,10)])))
- % mpred_fwc1(tc(2, 10)).
- % Found positive trigger: tc(2,10)
- % body: mpred_positive_fact(tc(2,10))*->rhs([\+ ~tc(2,10)])
- % Found positive trigger: tc(2,10)
- % body: tc(10,_22926)*->rhs([tc(2,_22926)])
- % RHS-Post1: tc(2,1)
- % Support: tc(2,10),pt(tc(2,10),(tc(10,1)*->rhs([tc(2,1)])))
- % mpred_fwc1(tc(2, 1)).
- % Found positive trigger: tc(2,1)
- % body: mpred_positive_fact(tc(2,1))*->rhs([\+ ~tc(2,1)])
- % Found positive trigger: tc(2,1)
- % body: tc(1,_19206)*->rhs([tc(2,_19206)])
- % RHS-Post1: tc(2,2)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,2)*->rhs([tc(2,2)])))
- % mpred_fwc1(tc(2, 2)).
- % Found positive trigger: tc(2,2)
- % body: mpred_positive_fact(tc(2,2))*->rhs([\+ ~tc(2,2)])
- % Found positive trigger: tc(2,2)
- % body: tc(2,_10010)*->rhs([tc(2,_10010)])
- % RHS-Post1: tc(2,3)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,3)*->rhs([tc(2,3)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,4)*->rhs([tc(2,4)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,5)*->rhs([tc(2,5)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,6)*->rhs([tc(2,6)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,7)*->rhs([tc(2,7)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,8)*->rhs([tc(2,8)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,9)*->rhs([tc(2,9)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,10)*->rhs([tc(2,10)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,1)*->rhs([tc(2,1)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(2,2),pt(tc(2,2),(tc(2,2)*->rhs([tc(2,2)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,3)*->rhs([tc(2,3)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,4)*->rhs([tc(2,4)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,5)*->rhs([tc(2,5)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,6)*->rhs([tc(2,6)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,7)*->rhs([tc(2,7)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,8)*->rhs([tc(2,8)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,9)*->rhs([tc(2,9)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,10)*->rhs([tc(2,10)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(2,1),pt(tc(2,1),(tc(1,1)*->rhs([tc(2,1)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(3,4),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(3, 5)).
- % Found positive trigger: tc(3,5)
- % body: mpred_positive_fact(tc(3,5))*->rhs([\+ ~tc(3,5)])
- % Found positive trigger: tc(3,5)
- % body: tc(5,_15522)*->rhs([tc(3,_15522)])
- % RHS-Post1: tc(3,6)
- % Support: tc(3,5),pt(tc(3,5),(tc(5,6)*->rhs([tc(3,6)])))
- % mpred_fwc1(tc(3, 6)).
- % Found positive trigger: tc(3,6)
- % body: mpred_positive_fact(tc(3,6))*->rhs([\+ ~tc(3,6)])
- % Found positive trigger: tc(3,6)
- % body: tc(6,_15988)*->rhs([tc(3,_15988)])
- % RHS-Post1: tc(3,7)
- % Support: tc(3,6),pt(tc(3,6),(tc(6,7)*->rhs([tc(3,7)])))
- % mpred_fwc1(tc(3, 7)).
- % Found positive trigger: tc(3,7)
- % body: mpred_positive_fact(tc(3,7))*->rhs([\+ ~tc(3,7)])
- % Found positive trigger: tc(3,7)
- % body: tc(7,_16528)*->rhs([tc(3,_16528)])
- % RHS-Post1: tc(3,8)
- % Support: tc(3,7),pt(tc(3,7),(tc(7,8)*->rhs([tc(3,8)])))
- % mpred_fwc1(tc(3, 8)).
- % Found positive trigger: tc(3,8)
- % body: mpred_positive_fact(tc(3,8))*->rhs([\+ ~tc(3,8)])
- % Found positive trigger: tc(3,8)
- % body: tc(8,_17068)*->rhs([tc(3,_17068)])
- % RHS-Post1: tc(3,9)
- % Support: tc(3,8),pt(tc(3,8),(tc(8,9)*->rhs([tc(3,9)])))
- % mpred_fwc1(tc(3, 9)).
- % Found positive trigger: tc(3,9)
- % body: mpred_positive_fact(tc(3,9))*->rhs([\+ ~tc(3,9)])
- % Found positive trigger: tc(3,9)
- % body: tc(9,_17608)*->rhs([tc(3,_17608)])
- % RHS-Post1: tc(3,10)
- % Support: tc(3,9),pt(tc(3,9),(tc(9,10)*->rhs([tc(3,10)])))
- % mpred_fwc1(tc(3, 10)).
- % Found positive trigger: tc(3,10)
- % body: mpred_positive_fact(tc(3,10))*->rhs([\+ ~tc(3,10)])
- % Found positive trigger: tc(3,10)
- % body: tc(10,_8376)*->rhs([tc(3,_8376)])
- % RHS-Post1: tc(3,1)
- % Support: tc(3,10),pt(tc(3,10),(tc(10,1)*->rhs([tc(3,1)])))
- % mpred_fwc1(tc(3, 1)).
- % Found positive trigger: tc(3,1)
- % body: mpred_positive_fact(tc(3,1))*->rhs([\+ ~tc(3,1)])
- % Found positive trigger: tc(3,1)
- % body: tc(1,_5932)*->rhs([tc(3,_5932)])
- 9m HS-Post1: tc(3,2)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,2)*->rhs([tc(3,2)])))
- % mpred_fwc1(tc(3, 2)).
- % Found positive trigger: tc(3,2)
- % body: mpred_positive_fact(tc(3,2))*->rhs([\+ ~tc(3,2)])
- % Found positive trigger: tc(3,2)
- % body: tc(2,_23480)*->rhs([tc(3,_23480)])
- % RHS-Post1: tc(3,3)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,3)*->rhs([tc(3,3)])))
- % mpred_fwc1(tc(3, 3)).
- % Found positive trigger: tc(3,3)
- % body: mpred_positive_fact(tc(3,3))*->rhs([\+ ~tc(3,3)])
- % Found positive trigger: tc(3,3)
- % body: tc(3,_19844)*->rhs([tc(3,_19844)])
- % RHS-Post1: tc(3,4)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,4)*->rhs([tc(3,4)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,5)*->rhs([tc(3,5)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,6)*->rhs([tc(3,6)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,7)*->rhs([tc(3,7)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,8)*->rhs([tc(3,8)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,9)*->rhs([tc(3,9)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,10)*->rhs([tc(3,10)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,1)*->rhs([tc(3,1)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,2)*->rhs([tc(3,2)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(3,3),pt(tc(3,3),(tc(3,3)*->rhs([tc(3,3)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,4)*->rhs([tc(3,4)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,5)*->rhs([tc(3,5)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,6)*->rhs([tc(3,6)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,7)*->rhs([tc(3,7)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,8)*->rhs([tc(3,8)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,9)*->rhs([tc(3,9)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,10)*->rhs([tc(3,10)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,1)*->rhs([tc(3,1)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(3,2),pt(tc(3,2),(tc(2,2)*->rhs([tc(3,2)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,3)*->rhs([tc(3,3)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,4)*->rhs([tc(3,4)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,5)*->rhs([tc(3,5)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,6)*->rhs([tc(3,6)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,7)*->rhs([tc(3,7)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,8)*->rhs([tc(3,8)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,9)*->rhs([tc(3,9)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,10)*->rhs([tc(3,10)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(3,1),pt(tc(3,1),(tc(1,1)*->rhs([tc(3,1)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(4,5),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(4, 6)).
- % Found positive trigger: tc(4,6)
- % body: mpred_positive_fact(tc(4,6))*->rhs([\+ ~tc(4,6)])
- % Found positive trigger: tc(4,6)
- % body: tc(6,_2714)*->rhs([tc(4,_2714)])
- % RHS-Post1: tc(4,7)
- % Support: tc(4,6),pt(tc(4,6),(tc(6,7)*->rhs([tc(4,7)])))
- % mpred_fwc1(tc(4, 7)).
- % Found positive trigger: tc(4,7)
- % body: mpred_positive_fact(tc(4,7))*->rhs([\+ ~tc(4,7)])
- % Found positive trigger: tc(4,7)
- % body: tc(7,_3254)*->rhs([tc(4,_3254)])
- % RHS-Post1: tc(4,8)
- % Support: tc(4,7),pt(tc(4,7),(tc(7,8)*->rhs([tc(4,8)])))
- % mpred_fwc1(tc(4, 8)).
- % Found positive trigger: tc(4,8)
- % body: mpred_positive_fact(tc(4,8))*->rhs([\+ ~tc(4,8)])
- % Found positive trigger: tc(4,8)
- % body: tc(8,_3794)*->rhs([tc(4,_3794)])
- % RHS-Post1: tc(4,9)
- % Support: tc(4,8),pt(tc(4,8),(tc(8,9)*->rhs([tc(4,9)])))
- % mpred_fwc1(tc(4, 9)).
- % Found positive trigger: tc(4,9)
- % body: mpred_positive_fact(tc(4,9))*->rhs([\+ ~tc(4,9)])
- % Found positive trigger: tc(4,9)
- % body: tc(9,_4334)*->rhs([tc(4,_4334)])
- % RHS-Post1: tc(4,10)
- % Support: tc(4,9),pt(tc(4,9),(tc(9,10)*->rhs([tc(4,10)])))
- % mpred_fwc1(tc(4, 10)).
- % Found positive trigger: tc(4,10)
- % body: mpred_positive_fact(tc(4,10))*->rhs([\+ ~tc(4,10)])
- % Found positive trigger: tc(4,10)
- % body: tc(10,_4874)*->rhs([tc(4,_4874)])
- % RHS-Post1: tc(4,1)
- % Support: tc(4,10),pt(tc(4,10),(tc(10,1)*->rhs([tc(4,1)])))
- % mpred_fwc1(tc(4, 1)).
- % Found positive trigger: tc(4,1)
- % body: mpred_positive_fact(tc(4,1))*->rhs([\+ ~tc(4,1)])
- % Found positive trigger: tc(4,1)
- % body: tc(1,_22422)*->rhs([tc(4,_22422)])
- % RHS-Post1: tc(4,2)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,2)*->rhs([tc(4,2)])))
- % mpred_fwc1(tc(4, 2)).
- % Found positive trigger: tc(4,2)
- % body: mpred_positive_fact(tc(4,2))*->rhs([\+ ~tc(4,2)])
- % Found positive trigger: tc(4,2)
- % body: tc(2,_18748)*->rhs([tc(4,_18748)])
- % RHS-Post1: tc(4,3)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,3)*->rhs([tc(4,3)])))
- % mpred_fwc1(tc(4, 3)).
- % Found positive trigger: tc(4,3)
- % body: mpred_positive_fact(tc(4,3))*->rhs([\+ ~tc(4,3)])
- % Found positive trigger: tc(4,3)
- % body: tc(3,_9552)*->rhs([tc(4,_9552)])
- % RHS-Post1: tc(4,4)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,4)*->rhs([tc(4,4)])))
- % mpred_fwc1(tc(4, 4)).
- % Found positive trigger: tc(4,4)
- % body: mpred_positive_fact(tc(4,4))*->rhs([\+ ~tc(4,4)])
- % Found positive trigger: tc(4,4)
- % body: tc(4,_28074)*->rhs([tc(4,_28074)])
- % RHS-Post1: tc(4,5)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,5)*->rhs([tc(4,5)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,6)*->rhs([tc(4,6)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,7)*->rhs([tc(4,7)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,8)*->rhs([tc(4,8)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,9)*->rhs([tc(4,9)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,10)*->rhs([tc(4,10)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,1)*->rhs([tc(4,1)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,2)*->rhs([tc(4,2)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,3)*->rhs([tc(4,3)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(4,4),pt(tc(4,4),(tc(4,4)*->rhs([tc(4,4)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,5)*->rhs([tc(4,5)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,6)*->rhs([tc(4,6)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,7)*->rhs([tc(4,7)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,8)*->rhs([tc(4,8)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,9)*->rhs([tc(4,9)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,10)*->rhs([tc(4,10)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,1)*->rhs([tc(4,1)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,2)*->rhs([tc(4,2)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(4,3),pt(tc(4,3),(tc(3,3)*->rhs([tc(4,3)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,4)*->rhs([tc(4,4)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,5)*->rhs([tc(4,5)])))
- 0m HS-Post1: tc(4,6)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,6)*->rhs([tc(4,6)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,7)*->rhs([tc(4,7)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,8)*->rhs([tc(4,8)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,9)*->rhs([tc(4,9)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,10)*->rhs([tc(4,10)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,1)*->rhs([tc(4,1)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(4,2),pt(tc(4,2),(tc(2,2)*->rhs([tc(4,2)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,3)*->rhs([tc(4,3)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,4)*->rhs([tc(4,4)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,5)*->rhs([tc(4,5)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,6)*->rhs([tc(4,6)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,7)*->rhs([tc(4,7)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,8)*->rhs([tc(4,8)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,9)*->rhs([tc(4,9)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,10)*->rhs([tc(4,10)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(4,1),pt(tc(4,1),(tc(1,1)*->rhs([tc(4,1)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,6),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(5, 7)).
- % Found positive trigger: tc(5,7)
- % body: mpred_positive_fact(tc(5,7))*->rhs([\+ ~tc(5,7)])
- % Found positive trigger: tc(5,7)
- % body: tc(7,_2736)*->rhs([tc(5,_2736)])
- % RHS-Post1: tc(5,8)
- % Support: tc(5,7),pt(tc(5,7),(tc(7,8)*->rhs([tc(5,8)])))
- % mpred_fwc1(tc(5, 8)).
- % Found positive trigger: tc(5,8)
- % body: mpred_positive_fact(tc(5,8))*->rhs([\+ ~tc(5,8)])
- % Found positive trigger: tc(5,8)
- % body: tc(8,_3276)*->rhs([tc(5,_3276)])
- % RHS-Post1: tc(5,9)
- % Support: tc(5,8),pt(tc(5,8),(tc(8,9)*->rhs([tc(5,9)])))
- % mpred_fwc1(tc(5, 9)).
- % Found positive trigger: tc(5,9)
- % body: mpred_positive_fact(tc(5,9))*->rhs([\+ ~tc(5,9)])
- % Found positive trigger: tc(5,9)
- % body: tc(9,_3816)*->rhs([tc(5,_3816)])
- % RHS-Post1: tc(5,10)
- % Support: tc(5,9),pt(tc(5,9),(tc(9,10)*->rhs([tc(5,10)])))
- % mpred_fwc1(tc(5, 10)).
- % Found positive trigger: tc(5,10)
- % body: mpred_positive_fact(tc(5,10))*->rhs([\+ ~tc(5,10)])
- % Found positive trigger: tc(5,10)
- % body: tc(10,_4356)*->rhs([tc(5,_4356)])
- % RHS-Post1: tc(5,1)
- % Support: tc(5,10),pt(tc(5,10),(tc(10,1)*->rhs([tc(5,1)])))
- % mpred_fwc1(tc(5, 1)).
- % Found positive trigger: tc(5,1)
- % body: mpred_positive_fact(tc(5,1))*->rhs([\+ ~tc(5,1)])
- % Found positive trigger: tc(5,1)
- % body: tc(1,_21904)*->rhs([tc(5,_21904)])
- % RHS-Post1: tc(5,2)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,2)*->rhs([tc(5,2)])))
- % mpred_fwc1(tc(5, 2)).
- % Found positive trigger: tc(5,2)
- % body: mpred_positive_fact(tc(5,2))*->rhs([\+ ~tc(5,2)])
- % Found positive trigger: tc(5,2)
- % body: tc(2,_18230)*->rhs([tc(5,_18230)])
- % RHS-Post1: tc(5,3)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,3)*->rhs([tc(5,3)])))
- % mpred_fwc1(tc(5, 3)).
- % Found positive trigger: tc(5,3)
- % body: mpred_positive_fact(tc(5,3))*->rhs([\+ ~tc(5,3)])
- % Found positive trigger: tc(5,3)
- % body: tc(3,_9034)*->rhs([tc(5,_9034)])
- % RHS-Post1: tc(5,4)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,4)*->rhs([tc(5,4)])))
- % mpred_fwc1(tc(5, 4)).
- % Found positive trigger: tc(5,4)
- % body: mpred_positive_fact(tc(5,4))*->rhs([\+ ~tc(5,4)])
- % Found positive trigger: tc(5,4)
- % body: tc(4,_6630)*->rhs([tc(5,_6630)])
- % RHS-Post1: tc(5,5)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,5)*->rhs([tc(5,5)])))
- % mpred_fwc1(tc(5, 5)).
- % Found positive trigger: tc(5,5)
- % body: mpred_positive_fact(tc(5,5))*->rhs([\+ ~tc(5,5)])
- % Found positive trigger: tc(5,5)
- % body: tc(5,_24178)*->rhs([tc(5,_24178)])
- % RHS-Post1: tc(5,6)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,6)*->rhs([tc(5,6)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,7)*->rhs([tc(5,7)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,8)*->rhs([tc(5,8)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,9)*->rhs([tc(5,9)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,10)*->rhs([tc(5,10)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,1)*->rhs([tc(5,1)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,2)*->rhs([tc(5,2)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,3)*->rhs([tc(5,3)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,4)*->rhs([tc(5,4)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(5,5),pt(tc(5,5),(tc(5,5)*->rhs([tc(5,5)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,6)*->rhs([tc(5,6)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,7)*->rhs([tc(5,7)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,8)*->rhs([tc(5,8)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,9)*->rhs([tc(5,9)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,10)*->rhs([tc(5,10)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,1)*->rhs([tc(5,1)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,2)*->rhs([tc(5,2)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,3)*->rhs([tc(5,3)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(5,4),pt(tc(5,4),(tc(4,4)*->rhs([tc(5,4)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,5)*->rhs([tc(5,5)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,6)*->rhs([tc(5,6)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,7)*->rhs([tc(5,7)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,8)*->rhs([tc(5,8)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,9)*->rhs([tc(5,9)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,10)*->rhs([tc(5,10)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,1)*->rhs([tc(5,1)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,2)*->rhs([tc(5,2)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(5,3),pt(tc(5,3),(tc(3,3)*->rhs([tc(5,3)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,4)*->rhs([tc(5,4)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,5)*->rhs([tc(5,5)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,6)*->rhs([tc(5,6)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,7)*->rhs([tc(5,7)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,8)*->rhs([tc(5,8)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,9)*->rhs([tc(5,9)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,10)*->rhs([tc(5,10)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,1)*->rhs([tc(5,1)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(5,2),pt(tc(5,2),(tc(2,2)*->rhs([tc(5,2)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,3)*->rhs([tc(5,3)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,4)*->rhs([tc(5,4)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,5)*->rhs([tc(5,5)])))
- [49m HS-Post1: tc(5,6)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,6)*->rhs([tc(5,6)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,7)*->rhs([tc(5,7)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,8)*->rhs([tc(5,8)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,9)*->rhs([tc(5,9)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,10)*->rhs([tc(5,10)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,1),pt(tc(5,1),(tc(1,1)*->rhs([tc(5,1)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,7),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(6, 8)).
- % Found positive trigger: tc(6,8)
- % body: mpred_positive_fact(tc(6,8))*->rhs([\+ ~tc(6,8)])
- % Found positive trigger: tc(6,8)
- % body: tc(8,_15588)*->rhs([tc(6,_15588)])
- % RHS-Post1: tc(6,9)
- % Support: tc(6,8),pt(tc(6,8),(tc(8,9)*->rhs([tc(6,9)])))
- % mpred_fwc1(tc(6, 9)).
- % Found positive trigger: tc(6,9)
- % body: mpred_positive_fact(tc(6,9))*->rhs([\+ ~tc(6,9)])
- % Found positive trigger: tc(6,9)
- % body: tc(9,_16054)*->rhs([tc(6,_16054)])
- % RHS-Post1: tc(6,10)
- % Support: tc(6,9),pt(tc(6,9),(tc(9,10)*->rhs([tc(6,10)])))
- % mpred_fwc1(tc(6, 10)).
- % Found positive trigger: tc(6,10)
- % body: mpred_positive_fact(tc(6,10))*->rhs([\+ ~tc(6,10)])
- % Found positive trigger: tc(6,10)
- % body: tc(10,_16602)*->rhs([tc(6,_16602)])
- % RHS-Post1: tc(6,1)
- % Support: tc(6,10),pt(tc(6,10),(tc(10,1)*->rhs([tc(6,1)])))
- % mpred_fwc1(tc(6, 1)).
- % Found positive trigger: tc(6,1)
- % body: mpred_positive_fact(tc(6,1))*->rhs([\+ ~tc(6,1)])
- % Found positive trigger: tc(6,1)
- % body: tc(1,_17134)*->rhs([tc(6,_17134)])
- % RHS-Post1: tc(6,2)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,2)*->rhs([tc(6,2)])))
- % mpred_fwc1(tc(6, 2)).
- % Found positive trigger: tc(6,2)
- % body: mpred_positive_fact(tc(6,2))*->rhs([\+ ~tc(6,2)])
- % Found positive trigger: tc(6,2)
- % body: tc(2,_17712)*->rhs([tc(6,_17712)])
- % RHS-Post1: tc(6,3)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,3)*->rhs([tc(6,3)])))
- % mpred_fwc1(tc(6, 3)).
- % Found positive trigger: tc(6,3)
- % body: mpred_positive_fact(tc(6,3))*->rhs([\+ ~tc(6,3)])
- % Found positive trigger: tc(6,3)
- % body: tc(3,_8516)*->rhs([tc(6,_8516)])
- % RHS-Post1: tc(6,4)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,4)*->rhs([tc(6,4)])))
- % mpred_fwc1(tc(6, 4)).
- % Found positive trigger: tc(6,4)
- % body: mpred_positive_fact(tc(6,4))*->rhs([\+ ~tc(6,4)])
- % Found positive trigger: tc(6,4)
- % body: tc(4,_6112)*->rhs([tc(6,_6112)])
- % RHS-Post1: tc(6,5)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,5)*->rhs([tc(6,5)])))
- % mpred_fwc1(tc(6, 5)).
- % Found positive trigger: tc(6,5)
- % body: mpred_positive_fact(tc(6,5))*->rhs([\+ ~tc(6,5)])
- % Found positive trigger: tc(6,5)
- % body: tc(5,_23660)*->rhs([tc(6,_23660)])
- % RHS-Post1: tc(6,6)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,6)*->rhs([tc(6,6)])))
- % mpred_fwc1(tc(6, 6)).
- % Found positive trigger: tc(6,6)
- % body: mpred_positive_fact(tc(6,6))*->rhs([\+ ~tc(6,6)])
- % Found positive trigger: tc(6,6)
- % body: tc(6,_20024)*->rhs([tc(6,_20024)])
- % RHS-Post1: tc(6,7)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,7)*->rhs([tc(6,7)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,2)*->rhs([tc(6,2)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,3)*->rhs([tc(6,3)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,4)*->rhs([tc(6,4)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,5)*->rhs([tc(6,5)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,6),pt(tc(6,6),(tc(6,6)*->rhs([tc(6,6)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,7)*->rhs([tc(6,7)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,2)*->rhs([tc(6,2)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,3)*->rhs([tc(6,3)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,4)*->rhs([tc(6,4)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,5),pt(tc(6,5),(tc(5,5)*->rhs([tc(6,5)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,6)*->rhs([tc(6,6)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,7)*->rhs([tc(6,7)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,2)*->rhs([tc(6,2)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,3)*->rhs([tc(6,3)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,4),pt(tc(6,4),(tc(4,4)*->rhs([tc(6,4)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,5)*->rhs([tc(6,5)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,6)*->rhs([tc(6,6)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,7)*->rhs([tc(6,7)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,2)*->rhs([tc(6,2)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,3),pt(tc(6,3),(tc(3,3)*->rhs([tc(6,3)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,4)*->rhs([tc(6,4)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,5)*->rhs([tc(6,5)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,6)*->rhs([tc(6,6)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,7)*->rhs([tc(6,7)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,2),pt(tc(6,2),(tc(2,2)*->rhs([tc(6,2)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,3)*->rhs([tc(6,3)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,4)*->rhs([tc(6,4)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,5)*->rhs([tc(6,5)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,6)*->rhs([tc(6,6)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,7)*->rhs([tc(6,7)])))
- [49m% RHS-Post1: tc(6,8)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,8)*->rhs([tc(6,8)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,9)*->rhs([tc(6,9)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,10)*->rhs([tc(6,10)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,1),pt(tc(6,1),(tc(1,1)*->rhs([tc(6,1)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,8),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(7, 9)).
- % Found positive trigger: tc(7,9)
- % body: mpred_positive_fact(tc(7,9))*->rhs([\+ ~tc(7,9)])
- % Found positive trigger: tc(7,9)
- % body: tc(9,_5762)*->rhs([tc(7,_5762)])
- % RHS-Post1: tc(7,10)
- % Support: tc(7,9),pt(tc(7,9),(tc(9,10)*->rhs([tc(7,10)])))
- % mpred_fwc1(tc(7, 10)).
- % Found positive trigger: tc(7,10)
- % body: mpred_positive_fact(tc(7,10))*->rhs([\+ ~tc(7,10)])
- % Found positive trigger: tc(7,10)
- % body: tc(10,_6304)*->rhs([tc(7,_6304)])
- % RHS-Post1: tc(7,1)
- % Support: tc(7,10),pt(tc(7,10),(tc(10,1)*->rhs([tc(7,1)])))
- % mpred_fwc1(tc(7, 1)).
- % Found positive trigger: tc(7,1)
- % body: mpred_positive_fact(tc(7,1))*->rhs([\+ ~tc(7,1)])
- % Found positive trigger: tc(7,1)
- % body: tc(1,_6842)*->rhs([tc(7,_6842)])
- % RHS-Post1: tc(7,2)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,2)*->rhs([tc(7,2)])))
- % mpred_fwc1(tc(7, 2)).
- % Found positive trigger: tc(7,2)
- % body: mpred_positive_fact(tc(7,2))*->rhs([\+ ~tc(7,2)])
- % Found positive trigger: tc(7,2)
- % body: tc(2,_7420)*->rhs([tc(7,_7420)])
- % RHS-Post1: tc(7,3)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,3)*->rhs([tc(7,3)])))
- % mpred_fwc1(tc(7, 3)).
- % Found positive trigger: tc(7,3)
- % body: mpred_positive_fact(tc(7,3))*->rhs([\+ ~tc(7,3)])
- % Found positive trigger: tc(7,3)
- % body: tc(3,_5016)*->rhs([tc(7,_5016)])
- % RHS-Post1: tc(7,4)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,4)*->rhs([tc(7,4)])))
- % mpred_fwc1(tc(7, 4)).
- % Found positive trigger: tc(7,4)
- % body: mpred_positive_fact(tc(7,4))*->rhs([\+ ~tc(7,4)])
- % Found positive trigger: tc(7,4)
- % body: tc(4,_22564)*->rhs([tc(7,_22564)])
- % RHS-Post1: tc(7,5)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,5)*->rhs([tc(7,5)])))
- % mpred_fwc1(tc(7, 5)).
- % Found positive trigger: tc(7,5)
- % body: mpred_positive_fact(tc(7,5))*->rhs([\+ ~tc(7,5)])
- % Found positive trigger: tc(7,5)
- % body: tc(5,_18928)*->rhs([tc(7,_18928)])
- % RHS-Post1: tc(7,6)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,6)*->rhs([tc(7,6)])))
- % mpred_fwc1(tc(7, 6)).
- % Found positive trigger: tc(7,6)
- % body: mpred_positive_fact(tc(7,6))*->rhs([\+ ~tc(7,6)])
- % Found positive trigger: tc(7,6)
- % body: tc(6,_9732)*->rhs([tc(7,_9732)])
- % RHS-Post1: tc(7,7)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,7)*->rhs([tc(7,7)])))
- % mpred_fwc1(tc(7, 7)).
- % Found positive trigger: tc(7,7)
- % body: mpred_positive_fact(tc(7,7))*->rhs([\+ ~tc(7,7)])
- % Found positive trigger: tc(7,7)
- % body: tc(7,_28254)*->rhs([tc(7,_28254)])
- % RHS-Post1: tc(7,8)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,7),pt(tc(7,7),(tc(7,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,6),pt(tc(7,6),(tc(6,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,5),pt(tc(7,5),(tc(5,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,4),pt(tc(7,4),(tc(4,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,3),pt(tc(7,3),(tc(3,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,10)*->rhs([tc(7,10)])))
- HS-Post1: tc(7,1)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,2),pt(tc(7,2),(tc(2,2)*->rhs([tc(7,2)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,3)*->rhs([tc(7,3)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,4)*->rhs([tc(7,4)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,5)*->rhs([tc(7,5)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,6)*->rhs([tc(7,6)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,7)*->rhs([tc(7,7)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,8)*->rhs([tc(7,8)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,9)*->rhs([tc(7,9)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,10)*->rhs([tc(7,10)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,1),pt(tc(7,1),(tc(1,1)*->rhs([tc(7,1)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,9),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(8, 10)).
- % Found positive trigger: tc(8,10)
- % body: mpred_positive_fact(tc(8,10))*->rhs([\+ ~tc(8,10)])
- % Found positive trigger: tc(8,10)
- % body: tc(10,_2802)*->rhs([tc(8,_2802)])
- % RHS-Post1: tc(8,1)
- % Support: tc(8,10),pt(tc(8,10),(tc(10,1)*->rhs([tc(8,1)])))
- % mpred_fwc1(tc(8, 1)).
- % Found positive trigger: tc(8,1)
- % body: mpred_positive_fact(tc(8,1))*->rhs([\+ ~tc(8,1)])
- % Found positive trigger: tc(8,1)
- % body: tc(1,_3342)*->rhs([tc(8,_3342)])
- % RHS-Post1: tc(8,2)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,2)*->rhs([tc(8,2)])))
- % mpred_fwc1(tc(8, 2)).
- % Found positive trigger: tc(8,2)
- % body: mpred_positive_fact(tc(8,2))*->rhs([\+ ~tc(8,2)])
- % Found positive trigger: tc(8,2)
- % body: tc(2,_3920)*->rhs([tc(8,_3920)])
- % RHS-Post1: tc(8,3)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,3)*->rhs([tc(8,3)])))
- % mpred_fwc1(tc(8, 3)).
- % Found positive trigger: tc(8,3)
- % body: mpred_positive_fact(tc(8,3))*->rhs([\+ ~tc(8,3)])
- % Found positive trigger: tc(8,3)
- % body: tc(3,_4498)*->rhs([tc(8,_4498)])
- % RHS-Post1: tc(8,4)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,4)*->rhs([tc(8,4)])))
- % mpred_fwc1(tc(8, 4)).
- % Found positive trigger: tc(8,4)
- % body: mpred_positive_fact(tc(8,4))*->rhs([\+ ~tc(8,4)])
- % Found positive trigger: tc(8,4)
- % body: tc(4,_22046)*->rhs([tc(8,_22046)])
- % RHS-Post1: tc(8,5)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,5)*->rhs([tc(8,5)])))
- % mpred_fwc1(tc(8, 5)).
- % Found positive trigger: tc(8,5)
- % body: mpred_positive_fact(tc(8,5))*->rhs([\+ ~tc(8,5)])
- % Found positive trigger: tc(8,5)
- % body: tc(5,_18410)*->rhs([tc(8,_18410)])
- % RHS-Post1: tc(8,6)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,6)*->rhs([tc(8,6)])))
- % mpred_fwc1(tc(8, 6)).
- % Found positive trigger: tc(8,6)
- % body: mpred_positive_fact(tc(8,6))*->rhs([\+ ~tc(8,6)])
- % Found positive trigger: tc(8,6)
- % body: tc(6,_9214)*->rhs([tc(8,_9214)])
- % RHS-Post1: tc(8,7)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,7)*->rhs([tc(8,7)])))
- % mpred_fwc1(tc(8, 7)).
- % Found positive trigger: tc(8,7)
- % body: mpred_positive_fact(tc(8,7))*->rhs([\+ ~tc(8,7)])
- % Found positive trigger: tc(8,7)
- % body: tc(7,_6810)*->rhs([tc(8,_6810)])
- % RHS-Post1: tc(8,8)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,8)*->rhs([tc(8,8)])))
- % mpred_fwc1(tc(8, 8)).
- % Found positive trigger: tc(8,8)
- % body: mpred_positive_fact(tc(8,8))*->rhs([\+ ~tc(8,8)])
- % Found positive trigger: tc(8,8)
- % body: tc(8,_24358)*->rhs([tc(8,_24358)])
- % RHS-Post1: tc(8,9)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,8),pt(tc(8,8),(tc(8,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,7),pt(tc(8,7),(tc(7,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,6),pt(tc(8,6),(tc(6,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,5),pt(tc(8,5),(tc(5,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,3)*->rhs([tc(8,3)])))
- 9m HS-Post1: tc(8,4)
- % Support: tc(8,4),pt(tc(8,4),(tc(4,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,3),pt(tc(8,3),(tc(3,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,2),pt(tc(8,2),(tc(2,2)*->rhs([tc(8,2)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,3)*->rhs([tc(8,3)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,4)*->rhs([tc(8,4)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,5)*->rhs([tc(8,5)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,6)*->rhs([tc(8,6)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,7)*->rhs([tc(8,7)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,8)*->rhs([tc(8,8)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,9)*->rhs([tc(8,9)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,10)*->rhs([tc(8,10)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,1),pt(tc(8,1),(tc(1,1)*->rhs([tc(8,1)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,10),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(9, 1)).
- % Found positive trigger: tc(9,1)
- % body: mpred_positive_fact(tc(9,1))*->rhs([\+ ~tc(9,1)])
- % Found positive trigger: tc(9,1)
- % body: tc(1,_2824)*->rhs([tc(9,_2824)])
- % RHS-Post1: tc(9,2)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,2)*->rhs([tc(9,2)])))
- % mpred_fwc1(tc(9, 2)).
- % Found positive trigger: tc(9,2)
- % body: mpred_positive_fact(tc(9,2))*->rhs([\+ ~tc(9,2)])
- % Found positive trigger: tc(9,2)
- % body: tc(2,_3402)*->rhs([tc(9,_3402)])
- % RHS-Post1: tc(9,3)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,3)*->rhs([tc(9,3)])))
- % mpred_fwc1(tc(9, 3)).
- % Found positive trigger: tc(9,3)
- % body: mpred_positive_fact(tc(9,3))*->rhs([\+ ~tc(9,3)])
- % Found positive trigger: tc(9,3)
- % body: tc(3,_3980)*->rhs([tc(9,_3980)])
- % RHS-Post1: tc(9,4)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,4)*->rhs([tc(9,4)])))
- % mpred_fwc1(tc(9, 4)).
- % Found positive trigger: tc(9,4)
- % body: mpred_positive_fact(tc(9,4))*->rhs([\+ ~tc(9,4)])
- % Found positive trigger: tc(9,4)
- % body: tc(4,_4558)*->rhs([tc(9,_4558)])
- % RHS-Post1: tc(9,5)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,5)*->rhs([tc(9,5)])))
- % mpred_fwc1(tc(9, 5)).
- % Found positive trigger: tc(9,5)
- % body: mpred_positive_fact(tc(9,5))*->rhs([\+ ~tc(9,5)])
- % Found positive trigger: tc(9,5)
- % body: tc(5,_22106)*->rhs([tc(9,_22106)])
- % RHS-Post1: tc(9,6)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,6)*->rhs([tc(9,6)])))
- % mpred_fwc1(tc(9, 6)).
- % Found positive trigger: tc(9,6)
- % body: mpred_positive_fact(tc(9,6))*->rhs([\+ ~tc(9,6)])
- % Found positive trigger: tc(9,6)
- % body: tc(6,_18470)*->rhs([tc(9,_18470)])
- % RHS-Post1: tc(9,7)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,7)*->rhs([tc(9,7)])))
- % mpred_fwc1(tc(9, 7)).
- % Found positive trigger: tc(9,7)
- % body: mpred_positive_fact(tc(9,7))*->rhs([\+ ~tc(9,7)])
- % Found positive trigger: tc(9,7)
- % body: tc(7,_9274)*->rhs([tc(9,_9274)])
- % RHS-Post1: tc(9,8)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,8)*->rhs([tc(9,8)])))
- % mpred_fwc1(tc(9, 8)).
- % Found positive trigger: tc(9,8)
- % body: mpred_positive_fact(tc(9,8))*->rhs([\+ ~tc(9,8)])
- % Found positive trigger: tc(9,8)
- % body: tc(8,_6870)*->rhs([tc(9,_6870)])
- % RHS-Post1: tc(9,9)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,9)*->rhs([tc(9,9)])))
- % mpred_fwc1(tc(9, 9)).
- % Found positive trigger: tc(9,9)
- % body: mpred_positive_fact(tc(9,9))*->rhs([\+ ~tc(9,9)])
- % Found positive trigger: tc(9,9)
- % body: tc(9,_24418)*->rhs([tc(9,_24418)])
- % RHS-Post1: tc(9,10)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,9),pt(tc(9,9),(tc(9,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,8),pt(tc(9,8),(tc(8,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,7),pt(tc(9,7),(tc(7,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,8)*->rhs([tc(9,8)])))
- 9m HS-Post1: tc(9,9)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,6),pt(tc(9,6),(tc(6,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,5),pt(tc(9,5),(tc(5,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,4),pt(tc(9,4),(tc(4,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,3),pt(tc(9,3),(tc(3,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,2),pt(tc(9,2),(tc(2,2)*->rhs([tc(9,2)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,3)*->rhs([tc(9,3)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,4)*->rhs([tc(9,4)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,5)*->rhs([tc(9,5)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,6)*->rhs([tc(9,6)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,7)*->rhs([tc(9,7)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,8)*->rhs([tc(9,8)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,9)*->rhs([tc(9,9)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,10)*->rhs([tc(9,10)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,1),pt(tc(9,1),(tc(1,1)*->rhs([tc(9,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % mpred_fwc1(tc(10, 2)).
- % Found positive trigger: tc(10,2)
- % body: mpred_positive_fact(tc(10,2))*->rhs([\+ ~tc(10,2)])
- % Found positive trigger: tc(10,2)
- % body: tc(2,_5868)*->rhs([tc(10,_5868)])
- % RHS-Post1: tc(10,3)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,3)*->rhs([tc(10,3)])))
- % mpred_fwc1(tc(10, 3)).
- % Found positive trigger: tc(10,3)
- % body: mpred_positive_fact(tc(10,3))*->rhs([\+ ~tc(10,3)])
- % Found positive trigger: tc(10,3)
- % body: tc(3,_6446)*->rhs([tc(10,_6446)])
- % RHS-Post1: tc(10,4)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,4)*->rhs([tc(10,4)])))
- % mpred_fwc1(tc(10, 4)).
- % Found positive trigger: tc(10,4)
- % body: mpred_positive_fact(tc(10,4))*->rhs([\+ ~tc(10,4)])
- % Found positive trigger: tc(10,4)
- % body: tc(4,_7024)*->rhs([tc(10,_7024)])
- % RHS-Post1: tc(10,5)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,5)*->rhs([tc(10,5)])))
- % mpred_fwc1(tc(10, 5)).
- % Found positive trigger: tc(10,5)
- % body: mpred_positive_fact(tc(10,5))*->rhs([\+ ~tc(10,5)])
- % Found positive trigger: tc(10,5)
- % body: tc(5,_7602)*->rhs([tc(10,_7602)])
- % RHS-Post1: tc(10,6)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,6)*->rhs([tc(10,6)])))
- % mpred_fwc1(tc(10, 6)).
- % Found positive trigger: tc(10,6)
- % body: mpred_positive_fact(tc(10,6))*->rhs([\+ ~tc(10,6)])
- % Found positive trigger: tc(10,6)
- % body: tc(6,_5196)*->rhs([tc(10,_5196)])
- % RHS-Post1: tc(10,7)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,7)*->rhs([tc(10,7)])))
- % mpred_fwc1(tc(10, 7)).
- % Found positive trigger: tc(10,7)
- % body: mpred_positive_fact(tc(10,7))*->rhs([\+ ~tc(10,7)])
- % Found positive trigger: tc(10,7)
- % body: tc(7,_22752)*->rhs([tc(10,_22752)])
- % RHS-Post1: tc(10,8)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,8)*->rhs([tc(10,8)])))
- % mpred_fwc1(tc(10, 8)).
- % Found positive trigger: tc(10,8)
- % body: mpred_positive_fact(tc(10,8))*->rhs([\+ ~tc(10,8)])
- % Found positive trigger: tc(10,8)
- % body: tc(8,_19116)*->rhs([tc(10,_19116)])
- % RHS-Post1: tc(10,9)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,9)*->rhs([tc(10,9)])))
- % mpred_fwc1(tc(10, 9)).
- % Found positive trigger: tc(10,9)
- % body: mpred_positive_fact(tc(10,9))*->rhs([\+ ~tc(10,9)])
- % Found positive trigger: tc(10,9)
- % body: tc(9,_9914)*->rhs([tc(10,_9914)])
- % RHS-Post1: tc(10,10)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,10)*->rhs([tc(10,10)])))
- % mpred_fwc1(tc(10, 10)).
- % Found positive trigger: tc(10,10)
- % body: mpred_positive_fact(tc(10,10))*->rhs([\+ ~tc(10,10)])
- % Found positive trigger: tc(10,10)
- % body: tc(10,_28450)*->rhs([tc(10,_28450)])
- % RHS-Post1: tc(10,1)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,4)*->rhs([tc(10,4)])))
- 0m% RHS-Post1: tc(10,5)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,10),pt(tc(10,10),(tc(10,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,9),pt(tc(10,9),(tc(9,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,8),pt(tc(10,8),(tc(8,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,7),pt(tc(10,7),(tc(7,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,6),pt(tc(10,6),(tc(6,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,5),pt(tc(10,5),(tc(5,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,4),pt(tc(10,4),(tc(4,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,3),pt(tc(10,3),(tc(3,3)*->rhs([tc(10,3)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,4)*->rhs([tc(10,4)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,5)*->rhs([tc(10,5)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,6)*->rhs([tc(10,6)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,7)*->rhs([tc(10,7)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,8)*->rhs([tc(10,8)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,9)*->rhs([tc(10,9)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,10)*->rhs([tc(10,10)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,1)*->rhs([tc(10,1)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,2),pt(tc(10,2),(tc(2,2)*->rhs([tc(10,2)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,1),pt(tc(_1946,_1948),(tc(_1948,_1960)*->rhs([tc(_1946,_1960)])))
- % Adding positive
- % trigger: tc(_6850,_6832)
- % body: tc(_6830,_6850)*->rhs([tc(_6830,_6832)])
- % Support: (tc(_6376,_6378),tc(_6378,_6384)==>tc(_6376,_6384)),mfl(baseKB,'/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc',17)
- % RHS-Post1: tc(10,2)
- % Support: tc(1,2),pt(tc(_14230,_14232),(tc(_14242,_14230)*->rhs([tc(_14242,_14232)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(1,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(2,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(3,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(4,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(5,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(6,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(7,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(8,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(9,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(10,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(1,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(1,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(1,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(1,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(1,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(1,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(1,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(1,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(1,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(2,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(2,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(2,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(2,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(2,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(2,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(2,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(2,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(2,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(3,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(3,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(3,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(3,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(3,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(3,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(3,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(3,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(3,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(4,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(4,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(4,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(4,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(4,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(4,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(4,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(4,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(4,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(5,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- HS-Post1: tc(4,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(5,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(5,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(5,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(5,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(5,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(5,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(5,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(5,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(6,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- m HS-Post1: tc(3,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(6,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(6,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(6,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(6,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(6,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(6,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(6,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(6,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(7,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- 9m HS-Post1: tc(7,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(7,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(7,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(7,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(7,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(7,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(7,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(7,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(7,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(8,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(8,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- 16m HS-Post1: tc(7,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(8,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(8,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(8,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(8,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(8,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(8,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(8,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,1)
- % Support: tc(9,1),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(9,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- [0m HS-Post1: tc(3,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(9,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(9,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(9,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(9,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(9,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(9,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(9,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,2)
- % Support: tc(10,2),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,3)
- % Support: tc(10,3),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- [49m% RHS-Post1: tc(6,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,4)
- % Support: tc(10,4),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,5)
- % Support: tc(10,5),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,6)
- % Support: tc(10,6),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,7)
- % Support: tc(10,7),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,8)
- % Support: tc(10,8),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,9)
- % Support: tc(10,9),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(9,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(1,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(2,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(3,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(4,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(5,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(6,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(7,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(8,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % RHS-Post1: tc(10,10)
- % Support: tc(10,10),pt(tc(_1952,_1954),(tc(_1964,_1952)*->rhs([tc(_1964,_1954)])))
- % Found positive trigger: tc(_11236,_11238),tc(_11238,_11244)==>tc(_11236,_11244)
- % body: mpred_positive_fact((tc(_11236,_11238),tc(_11238,_11244)==>tc(_11236,_11244)))*->rhs([\+ ~ (tc(_11236,_11238),tc(_11238,_11244)==>tc(_11236,_11244))])
- % Started at Sat Jun 30 17:00:41 2018
- % 10.033 seconds cpu time for 40,632,346 inferences
- % 14,152 atoms, 11,683 functors, 11,390 predicates, 218 modules, 735,250 VM-codes
- %
- % Limit Allocated In use
- % Local stack: 16,000,004,096 258,048 4,440 Bytes
- % Global stack: 16,000,004,096 258,032 68,408 Bytes
- % Trail stack: 16,000,002,048 260,088 488 Bytes
- %
- % 678 garbage collections gained 76,079,656 bytes in 0.112 seconds.
- % 5 atom garbage collections gained 50,555 atoms in 0.021 seconds.
- % 154 clause garbage collections gained 14,875 clauses in 0.012 seconds.
- % Stack shifts: 3 local, 2 global, 2 trail in 0.002 seconds
- % 2 threads, 0 finished threads used 0.000 seconds
- :- dynamic baseKB:tc/2.
- :- multifile baseKB:tc/2.
- :- public baseKB:tc/2.
- :- module_transparent baseKB:tc/2.
- baseKB:tc(1, 2).
- baseKB:tc(2, 3).
- baseKB:tc(3, 4).
- baseKB:tc(4, 5).
- baseKB:tc(5, 6).
- baseKB:tc(6, 7).
- baseKB:tc(7, 8).
- baseKB:tc(8, 9).
- baseKB:tc(9, 10).
- baseKB:tc(10, 1).
- baseKB:tc(1, 3).
- baseKB:tc(1, 4).
- baseKB:tc(1, 5).
- baseKB:tc(1, 6).
- baseKB:tc(1, 7).
- baseKB:tc(1, 8).
- baseKB:tc(1, 9).
- baseKB:tc(1, 10).
- baseKB:tc(1, 1).
- baseKB:tc(2, 4).
- baseKB:tc(2, 5).
- baseKB:tc(2, 6).
- baseKB:tc(2, 7).
- baseKB:tc(2, 8).
- baseKB:tc(2, 9).
- baseKB:tc(2, 10).
- baseKB:tc(2, 1).
- baseKB:tc(2, 2).
- baseKB:tc(3, 5).
- baseKB:tc(3, 6).
- baseKB:tc(3, 7).
- baseKB:tc(3, 8).
- baseKB:tc(3, 9).
- baseKB:tc(3, 10).
- baseKB:tc(3, 1).
- baseKB:tc(3, 2).
- baseKB:tc(3, 3).
- baseKB:tc(4, 6).
- baseKB:tc(4, 7).
- baseKB:tc(4, 8).
- baseKB:tc(4, 9).
- baseKB:tc(4, 10).
- baseKB:tc(4, 1).
- baseKB:tc(4, 2).
- baseKB:tc(4, 3).
- baseKB:tc(4, 4).
- baseKB:tc(5, 7).
- baseKB:tc(5, 8).
- baseKB:tc(5, 9).
- baseKB:tc(5, 10).
- baseKB:tc(5, 1).
- baseKB:tc(5, 2).
- baseKB:tc(5, 3).
- baseKB:tc(5, 4).
- baseKB:tc(5, 5).
- baseKB:tc(6, 8).
- baseKB:tc(6, 9).
- baseKB:tc(6, 10).
- baseKB:tc(6, 1).
- baseKB:tc(6, 2).
- baseKB:tc(6, 3).
- baseKB:tc(6, 4).
- baseKB:tc(6, 5).
- baseKB:tc(6, 6).
- baseKB:tc(7, 9).
- baseKB:tc(7, 10).
- baseKB:tc(7, 1).
- baseKB:tc(7, 2).
- baseKB:tc(7, 3).
- baseKB:tc(7, 4).
- baseKB:tc(7, 5).
- baseKB:tc(7, 6).
- baseKB:tc(7, 7).
- baseKB:tc(8, 10).
- baseKB:tc(8, 1).
- baseKB:tc(8, 2).
- baseKB:tc(8, 3).
- baseKB:tc(8, 4).
- baseKB:tc(8, 5).
- baseKB:tc(8, 6).
- baseKB:tc(8, 7).
- baseKB:tc(8, 8).
- baseKB:tc(9, 1).
- baseKB:tc(9, 2).
- baseKB:tc(9, 3).
- baseKB:tc(9, 4).
- baseKB:tc(9, 5).
- baseKB:tc(9, 6).
- baseKB:tc(9, 7).
- baseKB:tc(9, 8).
- baseKB:tc(9, 9).
- baseKB:tc(10, 2).
- baseKB:tc(10, 3).
- baseKB:tc(10, 4).
- baseKB:tc(10, 5).
- baseKB:tc(10, 6).
- baseKB:tc(10, 7).
- baseKB:tc(10, 8).
- baseKB:tc(10, 9).
- baseKB:tc(10, 10).
- :- dynamic tc/2.
- :- multifile tc/2.
- :- public tc/2.
- :- module_transparent tc/2.
- tc(A, B) :-
- zwc,
- inherit_above(user, tc(A, B)).
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:23
- % justifications(tc(1, 1), [[tc(1, 10), (tc(_343746, _343748), tc(_343748, _343754)==>tc(_343746, _343754)), tc(1, 9), mfl(baseKB, '/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc', 17), tc(1, 8), tc(1, 7), tc(1, 6), tc(1, 5), tc(1, 4), tc(1, 3), tc(1, 2), adj(1, 2), (adj(_343836, _343838)==>tc(_343836, _343838)), mfl(baseKB, '/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc', 4), mfl(baseKB, '/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc', 15)]]).
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % /opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:23
- Justifications for tc(1,1):
- 1.1 tc(1,10) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_345468]
- 1.2 tc(X4,W4),tc(W4,Y4)==>tc(X4,Y4) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:17]
- 1.3 tc(1,9) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_346348]
- 1.4 mfl(baseKB,/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc,17)
- 1.5 tc(1,8) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_346906]
- 1.6 tc(1,7) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_347340]
- 1.7 tc(1,6) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_347774]
- 1.8 tc(1,5) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_348208]
- 1.9 tc(1,4) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_348642]
- 1.10 tc(1,3) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_349076]
- 1.11 tc(1,2) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:_349510]
- 1.12 adj(1,2) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:4]
- 1.13 adj(W4,X4)==>tc(W4,X4) % [/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc:15]
- 1.14 mfl(baseKB,/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc,4)
- 1.15 mfl(baseKB,/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc,15)
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % init_why(after('/opt/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nldm.pfc')).
- Welcome to SWI-Prolog (threaded, 64 bits, version 7.7.12-148-g2c5419a-DIRTY)
- SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software.
- Please run ?- license. for legal details.
- For online help and background, visit http://www.swi-prolog.org
- For built-in help, use ?- help(Topic). or ?- apropos(Word).
- ?-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement