@stevenvo780/st-lang 4.5.2 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +1 -1
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +2 -2
- package/dist/api.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +52 -45
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +75 -30
- package/dist/index.js.map +1 -1
- package/dist/logic/profile-bridge/index.d.ts +64 -0
- package/dist/logic/profile-bridge/index.d.ts.map +1 -0
- package/dist/logic/profile-bridge/index.js.map +1 -0
- package/dist/logic/profiles/aristotelian/syllogistic.d.ts +14 -0
- package/dist/logic/profiles/aristotelian/syllogistic.d.ts.map +1 -0
- package/dist/logic/profiles/aristotelian/syllogistic.js.map +1 -0
- package/dist/logic/profiles/arithmetic/index.d.ts +15 -0
- package/dist/logic/profiles/arithmetic/index.d.ts.map +1 -0
- package/dist/logic/profiles/arithmetic/index.js.map +1 -0
- package/dist/logic/profiles/classical/cdcl.d.ts +34 -0
- package/dist/logic/profiles/classical/cdcl.d.ts.map +1 -0
- package/dist/logic/profiles/classical/cdcl.js.map +1 -0
- package/dist/logic/profiles/classical/dpll.d.ts +20 -0
- package/dist/logic/profiles/classical/dpll.d.ts.map +1 -0
- package/dist/logic/profiles/classical/dpll.js.map +1 -0
- package/dist/logic/profiles/classical/first-order.d.ts +20 -0
- package/dist/logic/profiles/classical/first-order.d.ts.map +1 -0
- package/dist/logic/profiles/classical/first-order.js.map +1 -0
- package/dist/logic/profiles/classical/parallel-sat.d.ts.map +1 -0
- package/dist/logic/profiles/classical/parallel-sat.js.map +1 -0
- package/dist/logic/profiles/classical/propositional.d.ts +30 -0
- package/dist/logic/profiles/classical/propositional.d.ts.map +1 -0
- package/dist/logic/profiles/classical/propositional.js +2868 -0
- package/dist/logic/profiles/classical/propositional.js.map +1 -0
- package/dist/logic/profiles/classical/sat-preprocess.d.ts.map +1 -0
- package/dist/logic/profiles/classical/sat-preprocess.js.map +1 -0
- package/dist/logic/profiles/classical/undecidability-detector.d.ts +13 -0
- package/dist/logic/profiles/classical/undecidability-detector.d.ts.map +1 -0
- package/dist/logic/profiles/classical/undecidability-detector.js.map +1 -0
- package/dist/logic/profiles/ctl/check.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/check.js.map +1 -0
- package/dist/logic/profiles/ctl/index.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/index.js.map +1 -0
- package/dist/logic/profiles/ctl/types.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/types.js.map +1 -0
- package/dist/logic/profiles/ctl/witness.d.ts.map +1 -0
- package/dist/logic/profiles/ctl/witness.js.map +1 -0
- package/dist/logic/profiles/default-logic/entailment.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/entailment.js.map +1 -0
- package/dist/logic/profiles/default-logic/extensions.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/extensions.js.map +1 -0
- package/dist/logic/profiles/default-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/index.js.map +1 -0
- package/dist/logic/profiles/default-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/default-logic/types.js.map +1 -0
- package/dist/logic/profiles/deontic/standard.d.ts +10 -0
- package/dist/logic/profiles/deontic/standard.d.ts.map +1 -0
- package/dist/logic/profiles/deontic/standard.js.map +1 -0
- package/dist/logic/profiles/description-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/index.js.map +1 -0
- package/dist/logic/profiles/description-logic/nnf.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/nnf.js.map +1 -0
- package/dist/logic/profiles/description-logic/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/tableau.js.map +1 -0
- package/dist/logic/profiles/description-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/description-logic/types.js.map +1 -0
- package/dist/logic/profiles/epistemic/s5.d.ts +10 -0
- package/dist/logic/profiles/epistemic/s5.d.ts.map +1 -0
- package/dist/logic/profiles/epistemic/s5.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/index.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/index.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/sat.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/sat.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/semantics.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/semantics.js.map +1 -0
- package/dist/logic/profiles/hybrid-logic/types.d.ts.map +1 -0
- package/dist/logic/profiles/hybrid-logic/types.js.map +1 -0
- package/dist/logic/profiles/index.d.ts.map +1 -0
- package/dist/logic/profiles/index.js.map +1 -0
- package/dist/logic/profiles/interface.d.ts +11 -0
- package/dist/logic/profiles/interface.d.ts.map +1 -0
- package/dist/logic/profiles/interface.js.map +1 -0
- package/dist/logic/profiles/intuitionistic/propositional.d.ts +14 -0
- package/dist/logic/profiles/intuitionistic/propositional.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic/propositional.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/formula.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/formula.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/index.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/index.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/kripke.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/kripke.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/prover.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/prover.js.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/types.d.ts.map +1 -0
- package/dist/logic/profiles/intuitionistic-nj/types.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/index.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/index.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/sat.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/sat.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/tableau.js.map +1 -0
- package/dist/logic/profiles/ltl-sat/types.d.ts.map +1 -0
- package/dist/logic/profiles/ltl-sat/types.js.map +1 -0
- package/dist/logic/profiles/many-valued/index.d.ts.map +1 -0
- package/dist/logic/profiles/many-valued/index.js.map +1 -0
- package/dist/logic/profiles/modal/k.d.ts +10 -0
- package/dist/logic/profiles/modal/k.d.ts.map +1 -0
- package/dist/logic/profiles/modal/k.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/formula.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/formula.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/index.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/index.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/systems.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/systems.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/tableau.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/tableau.js.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/types.d.ts.map +1 -0
- package/dist/logic/profiles/modal-frame-axioms/types.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/check.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/check.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/ctl-translate.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/ctl-translate.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/index.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/index.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/types.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/types.js.map +1 -0
- package/dist/logic/profiles/mu-calculus/wellformed.d.ts.map +1 -0
- package/dist/logic/profiles/mu-calculus/wellformed.js.map +1 -0
- package/dist/logic/profiles/paraconsistent/belnap.d.ts +28 -0
- package/dist/logic/profiles/paraconsistent/belnap.d.ts.map +1 -0
- package/dist/logic/profiles/paraconsistent/belnap.js.map +1 -0
- package/dist/logic/profiles/probabilistic/basic.d.ts +18 -0
- package/dist/logic/profiles/probabilistic/basic.d.ts.map +1 -0
- package/dist/logic/profiles/probabilistic/basic.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/index.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/index.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/latex.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/latex.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/normalize.d.ts +15 -0
- package/dist/logic/profiles/sequent-g3/normalize.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/normalize.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/prover.d.ts +16 -0
- package/dist/logic/profiles/sequent-g3/prover.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/prover.js.map +1 -0
- package/dist/logic/profiles/sequent-g3/types.d.ts +30 -0
- package/dist/logic/profiles/sequent-g3/types.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-g3/types.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/cut-elimination.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/cut-elimination.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/index.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/index.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/prover.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/prover.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/types.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/types.js.map +1 -0
- package/dist/logic/profiles/sequent-lk/util.d.ts.map +1 -0
- package/dist/logic/profiles/sequent-lk/util.js.map +1 -0
- package/dist/logic/profiles/shared/base-profile.d.ts +22 -0
- package/dist/logic/profiles/shared/base-profile.d.ts.map +1 -0
- package/dist/logic/profiles/shared/base-profile.js +219 -0
- package/dist/logic/profiles/shared/base-profile.js.map +1 -0
- package/dist/logic/profiles/shared/tableau-engine.d.ts +73 -0
- package/dist/logic/profiles/shared/tableau-engine.d.ts.map +1 -0
- package/dist/logic/profiles/shared/tableau-engine.js +684 -0
- package/dist/logic/profiles/shared/tableau-engine.js.map +1 -0
- package/dist/logic/profiles/substructural/index.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/index.js.map +1 -0
- package/dist/logic/profiles/substructural/prover.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/prover.js.map +1 -0
- package/dist/logic/profiles/substructural/types.d.ts.map +1 -0
- package/dist/logic/profiles/substructural/types.js.map +1 -0
- package/dist/logic/profiles/temporal/ltl.d.ts +12 -0
- package/dist/logic/profiles/temporal/ltl.d.ts.map +1 -0
- package/dist/logic/profiles/temporal/ltl.js.map +1 -0
- package/dist/namespaces/logic.d.ts +28 -28
- package/dist/namespaces/logic.d.ts.map +1 -1
- package/dist/namespaces/logic.js +27 -27
- package/dist/namespaces/logic.js.map +1 -1
- package/dist/namespaces/proof-systems.d.ts +6 -6
- package/dist/namespaces/proof-systems.d.ts.map +1 -1
- package/dist/namespaces/proof-systems.js +6 -6
- package/dist/namespaces/proof-systems.js.map +1 -1
- package/dist/namespaces/reasoning.d.ts +7 -7
- package/dist/namespaces/reasoning.d.ts.map +1 -1
- package/dist/namespaces/reasoning.js +7 -7
- package/dist/namespaces/reasoning.js.map +1 -1
- package/dist/namespaces/semantics.d.ts +5 -5
- package/dist/namespaces/semantics.d.ts.map +1 -1
- package/dist/namespaces/semantics.js +5 -5
- package/dist/namespaces/semantics.js.map +1 -1
- package/dist/namespaces/solvers.d.ts +3 -3
- package/dist/namespaces/solvers.d.ts.map +1 -1
- package/dist/namespaces/solvers.js +3 -3
- package/dist/namespaces/solvers.js.map +1 -1
- package/dist/namespaces/type-theory.d.ts +8 -8
- package/dist/namespaces/type-theory.d.ts.map +1 -1
- package/dist/namespaces/type-theory.js +8 -8
- package/dist/namespaces/type-theory.js.map +1 -1
- package/dist/proof-systems/fol-prover/cnf.d.ts +10 -0
- package/dist/proof-systems/fol-prover/cnf.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/cnf.js.map +1 -0
- package/dist/proof-systems/fol-prover/index.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/index.js.map +1 -0
- package/dist/proof-systems/fol-prover/prove.d.ts +4 -0
- package/dist/proof-systems/fol-prover/prove.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/prove.js.map +1 -0
- package/dist/proof-systems/fol-prover/resolve.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/resolve.js.map +1 -0
- package/dist/proof-systems/fol-prover/types.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/types.js.map +1 -0
- package/dist/proof-systems/fol-prover/unify.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover/unify.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/demodulate.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/demodulate.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/index.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/index.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/paramodulate.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/paramodulate.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/prove.d.ts +7 -0
- package/dist/proof-systems/fol-prover-equality/prove.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/prove.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/term-utils.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/term-utils.js.map +1 -0
- package/dist/proof-systems/fol-prover-equality/types.d.ts.map +1 -0
- package/dist/proof-systems/fol-prover-equality/types.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/index.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/index.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/normalize.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/normalize.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/pattern.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/pattern.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/types.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/types.js.map +1 -0
- package/dist/proof-systems/higher-order-unify/unify.d.ts.map +1 -0
- package/dist/proof-systems/higher-order-unify/unify.js.map +1 -0
- package/dist/proof-systems/proof-exchange/index.d.ts +24 -0
- package/dist/proof-systems/proof-exchange/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-exchange/index.js.map +1 -0
- package/dist/proof-systems/proof-minify/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/index.js.map +1 -0
- package/dist/proof-systems/proof-minify/minify.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/minify.js.map +1 -0
- package/dist/proof-systems/proof-minify/types.d.ts.map +1 -0
- package/dist/proof-systems/proof-minify/types.js.map +1 -0
- package/dist/proof-systems/proof-nets/construct.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/construct.js.map +1 -0
- package/dist/proof-systems/proof-nets/correctness.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/correctness.js.map +1 -0
- package/dist/proof-systems/proof-nets/cut-elim.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/cut-elim.js.map +1 -0
- package/dist/proof-systems/proof-nets/index.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/index.js.map +1 -0
- package/dist/proof-systems/proof-nets/types.d.ts.map +1 -0
- package/dist/proof-systems/proof-nets/types.js.map +1 -0
- package/dist/proof-systems/tableau-framework/TableauProver.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/TableauProver.js.map +1 -0
- package/dist/proof-systems/tableau-framework/index.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/index.js.map +1 -0
- package/dist/proof-systems/tableau-framework/propositional.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/propositional.js.map +1 -0
- package/dist/proof-systems/tableau-framework/types.d.ts.map +1 -0
- package/dist/proof-systems/tableau-framework/types.js.map +1 -0
- package/dist/protocol/handler.js +1 -1
- package/dist/protocol/handler.js.map +1 -1
- package/dist/reasoning/abduction/entails.d.ts.map +1 -0
- package/dist/reasoning/abduction/entails.js.map +1 -0
- package/dist/reasoning/abduction/find.d.ts.map +1 -0
- package/dist/reasoning/abduction/find.js.map +1 -0
- package/dist/reasoning/abduction/index.d.ts.map +1 -0
- package/dist/reasoning/abduction/index.js.map +1 -0
- package/dist/reasoning/abduction/types.d.ts.map +1 -0
- package/dist/reasoning/abduction/types.js.map +1 -0
- package/dist/reasoning/argumentation/dot.d.ts.map +1 -0
- package/dist/reasoning/argumentation/dot.js.map +1 -0
- package/dist/reasoning/argumentation/extensions.d.ts.map +1 -0
- package/dist/reasoning/argumentation/extensions.js.map +1 -0
- package/dist/reasoning/argumentation/framework.d.ts.map +1 -0
- package/dist/reasoning/argumentation/framework.js.map +1 -0
- package/dist/reasoning/argumentation/index.d.ts.map +1 -0
- package/dist/reasoning/argumentation/index.js.map +1 -0
- package/dist/reasoning/argumentation/types.d.ts.map +1 -0
- package/dist/reasoning/argumentation/types.js.map +1 -0
- package/dist/reasoning/bayesian/factor.d.ts.map +1 -0
- package/dist/reasoning/bayesian/factor.js.map +1 -0
- package/dist/reasoning/bayesian/index.d.ts.map +1 -0
- package/dist/reasoning/bayesian/index.js.map +1 -0
- package/dist/reasoning/bayesian/inference.d.ts.map +1 -0
- package/dist/reasoning/bayesian/inference.js.map +1 -0
- package/dist/reasoning/bayesian/types.d.ts.map +1 -0
- package/dist/reasoning/bayesian/types.js.map +1 -0
- package/dist/reasoning/belief-revision/agm.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/agm.js.map +1 -0
- package/dist/reasoning/belief-revision/index.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/index.js.map +1 -0
- package/dist/reasoning/belief-revision/parser.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/parser.js.map +1 -0
- package/dist/reasoning/belief-revision/sat.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/sat.js.map +1 -0
- package/dist/reasoning/belief-revision/types.d.ts.map +1 -0
- package/dist/reasoning/belief-revision/types.js.map +1 -0
- package/dist/reasoning/citation-reasoning/derive.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/derive.js.map +1 -0
- package/dist/reasoning/citation-reasoning/index.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/index.js.map +1 -0
- package/dist/reasoning/citation-reasoning/types.d.ts.map +1 -0
- package/dist/reasoning/citation-reasoning/types.js.map +1 -0
- package/dist/reasoning/constructive-reals/index.d.ts.map +1 -0
- package/dist/reasoning/constructive-reals/index.js.map +1 -0
- package/dist/reasoning/fca/context.d.ts.map +1 -0
- package/dist/reasoning/fca/context.js.map +1 -0
- package/dist/reasoning/fca/implications.d.ts.map +1 -0
- package/dist/reasoning/fca/implications.js.map +1 -0
- package/dist/reasoning/fca/index.d.ts.map +1 -0
- package/dist/reasoning/fca/index.js.map +1 -0
- package/dist/reasoning/fca/lattice.d.ts.map +1 -0
- package/dist/reasoning/fca/lattice.js.map +1 -0
- package/dist/reasoning/fca/next-closure.d.ts.map +1 -0
- package/dist/reasoning/fca/next-closure.js.map +1 -0
- package/dist/reasoning/fca/types.d.ts.map +1 -0
- package/dist/reasoning/fca/types.js.map +1 -0
- package/dist/reasoning/game-theory/common-games.d.ts.map +1 -0
- package/dist/reasoning/game-theory/common-games.js.map +1 -0
- package/dist/reasoning/game-theory/dominance.d.ts.map +1 -0
- package/dist/reasoning/game-theory/dominance.js.map +1 -0
- package/dist/reasoning/game-theory/index.d.ts.map +1 -0
- package/dist/reasoning/game-theory/index.js.map +1 -0
- package/dist/reasoning/game-theory/lemke-howson.d.ts.map +1 -0
- package/dist/reasoning/game-theory/lemke-howson.js.map +1 -0
- package/dist/reasoning/game-theory/linalg.d.ts.map +1 -0
- package/dist/reasoning/game-theory/linalg.js.map +1 -0
- package/dist/reasoning/game-theory/pure-nash.d.ts.map +1 -0
- package/dist/reasoning/game-theory/pure-nash.js.map +1 -0
- package/dist/reasoning/game-theory/support-enumeration.d.ts.map +1 -0
- package/dist/reasoning/game-theory/support-enumeration.js.map +1 -0
- package/dist/reasoning/game-theory/types.d.ts.map +1 -0
- package/dist/reasoning/game-theory/types.js.map +1 -0
- package/dist/reasoning/hyperreal/index.d.ts.map +1 -0
- package/dist/reasoning/hyperreal/index.js.map +1 -0
- package/dist/reasoning/information-theory/index.d.ts.map +1 -0
- package/dist/reasoning/information-theory/index.js.map +1 -0
- package/dist/reasoning/lemma-synthesis/index.d.ts +124 -0
- package/dist/reasoning/lemma-synthesis/index.d.ts.map +1 -0
- package/dist/reasoning/lemma-synthesis/index.js +640 -0
- package/dist/reasoning/lemma-synthesis/index.js.map +1 -0
- package/dist/reasoning/markov-logic/grounding.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/grounding.js.map +1 -0
- package/dist/reasoning/markov-logic/index.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/index.js.map +1 -0
- package/dist/reasoning/markov-logic/inference.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/inference.js.map +1 -0
- package/dist/reasoning/markov-logic/parser.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/parser.js.map +1 -0
- package/dist/reasoning/markov-logic/types.d.ts.map +1 -0
- package/dist/reasoning/markov-logic/types.js.map +1 -0
- package/dist/reasoning/optimization/branch-and-bound.d.ts.map +1 -0
- package/dist/reasoning/optimization/branch-and-bound.js.map +1 -0
- package/dist/reasoning/optimization/index.d.ts.map +1 -0
- package/dist/reasoning/optimization/index.js.map +1 -0
- package/dist/reasoning/optimization/simplex.d.ts.map +1 -0
- package/dist/reasoning/optimization/simplex.js.map +1 -0
- package/dist/reasoning/optimization/standard-form.d.ts.map +1 -0
- package/dist/reasoning/optimization/standard-form.js.map +1 -0
- package/dist/reasoning/optimization/types.d.ts.map +1 -0
- package/dist/reasoning/optimization/types.js.map +1 -0
- package/dist/reasoning/planning/astar.d.ts.map +1 -0
- package/dist/reasoning/planning/astar.js.map +1 -0
- package/dist/reasoning/planning/bfs.d.ts.map +1 -0
- package/dist/reasoning/planning/bfs.js.map +1 -0
- package/dist/reasoning/planning/ground.d.ts.map +1 -0
- package/dist/reasoning/planning/ground.js.map +1 -0
- package/dist/reasoning/planning/heuristic.d.ts.map +1 -0
- package/dist/reasoning/planning/heuristic.js.map +1 -0
- package/dist/reasoning/planning/index.d.ts.map +1 -0
- package/dist/reasoning/planning/index.js.map +1 -0
- package/dist/reasoning/planning/types.d.ts.map +1 -0
- package/dist/reasoning/planning/types.js.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.d.ts +6 -0
- package/dist/reasoning/tactic-dsl/combinators.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/combinators.js +98 -0
- package/dist/reasoning/tactic-dsl/combinators.js.map +1 -0
- package/dist/reasoning/tactic-dsl/index.d.ts +39 -0
- package/dist/reasoning/tactic-dsl/index.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/index.js +162 -0
- package/dist/reasoning/tactic-dsl/index.js.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.d.ts +21 -0
- package/dist/reasoning/tactic-dsl/tactics.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/tactics.js +536 -0
- package/dist/reasoning/tactic-dsl/tactics.js.map +1 -0
- package/dist/reasoning/tactic-dsl/types.d.ts +54 -0
- package/dist/reasoning/tactic-dsl/types.d.ts.map +1 -0
- package/dist/reasoning/tactic-dsl/types.js +226 -0
- package/dist/reasoning/tactic-dsl/types.js.map +1 -0
- package/dist/repl/repl.js +2 -2
- package/dist/repl/repl.js.map +1 -1
- package/dist/runtime/bdd/index.d.ts.map +1 -0
- package/dist/runtime/bdd/index.js.map +1 -0
- package/dist/runtime/bdd/manager.d.ts.map +1 -0
- package/dist/runtime/bdd/manager.js.map +1 -0
- package/dist/runtime/bdd/types.d.ts.map +1 -0
- package/dist/runtime/bdd/types.js.map +1 -0
- package/dist/runtime/cross-system-compare.d.ts +1 -1
- package/dist/runtime/cross-system-compare.d.ts.map +1 -1
- package/dist/runtime/csp-hoare/analysis.d.ts +51 -0
- package/dist/runtime/csp-hoare/analysis.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/analysis.js +317 -0
- package/dist/runtime/csp-hoare/analysis.js.map +1 -0
- package/dist/runtime/csp-hoare/examples.d.ts +33 -0
- package/dist/runtime/csp-hoare/examples.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/examples.js +108 -0
- package/dist/runtime/csp-hoare/examples.js.map +1 -0
- package/dist/runtime/csp-hoare/index.d.ts +6 -0
- package/dist/runtime/csp-hoare/index.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/index.js +50 -0
- package/dist/runtime/csp-hoare/index.js.map +1 -0
- package/dist/runtime/csp-hoare/semantics.d.ts +49 -0
- package/dist/runtime/csp-hoare/semantics.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/semantics.js +494 -0
- package/dist/runtime/csp-hoare/semantics.js.map +1 -0
- package/dist/runtime/csp-hoare/types.d.ts +60 -0
- package/dist/runtime/csp-hoare/types.d.ts.map +1 -0
- package/dist/runtime/csp-hoare/types.js +31 -0
- package/dist/runtime/csp-hoare/types.js.map +1 -0
- package/dist/runtime/fallacies.d.ts +1 -1
- package/dist/runtime/fallacies.d.ts.map +1 -1
- package/dist/runtime/interpreter.d.ts +1 -1
- package/dist/runtime/interpreter.d.ts.map +1 -1
- package/dist/runtime/interpreter.js +5 -5
- package/dist/runtime/interpreter.js.map +1 -1
- package/dist/runtime/parallel/index.d.ts +1 -1
- package/dist/runtime/parallel/index.d.ts.map +1 -1
- package/dist/runtime/parallel/index.js +2 -2
- package/dist/runtime/parallel/index.js.map +1 -1
- package/dist/runtime/parallel/worker.d.ts +1 -1
- package/dist/runtime/parallel/worker.d.ts.map +1 -1
- package/dist/runtime/parallel/worker.js +2 -2
- package/dist/runtime/parallel/worker.js.map +1 -1
- package/dist/runtime/streaming/stream-eval.d.ts +1 -1
- package/dist/runtime/streaming/stream-eval.d.ts.map +1 -1
- package/dist/runtime/streaming/stream-eval.js +3 -3
- package/dist/runtime/streaming/stream-eval.js.map +1 -1
- package/dist/semantics/categorical/fin-set.d.ts +39 -0
- package/dist/semantics/categorical/fin-set.d.ts.map +1 -0
- package/dist/semantics/categorical/fin-set.js +217 -0
- package/dist/semantics/categorical/fin-set.js.map +1 -0
- package/dist/semantics/categorical/free.d.ts +23 -0
- package/dist/semantics/categorical/free.d.ts.map +1 -0
- package/dist/semantics/categorical/free.js +168 -0
- package/dist/semantics/categorical/free.js.map +1 -0
- package/dist/semantics/categorical/functor.d.ts +40 -0
- package/dist/semantics/categorical/functor.d.ts.map +1 -0
- package/dist/semantics/categorical/functor.js +139 -0
- package/dist/semantics/categorical/functor.js.map +1 -0
- package/dist/semantics/categorical/index.d.ts +11 -0
- package/dist/semantics/categorical/index.d.ts.map +1 -0
- package/dist/semantics/categorical/index.js +33 -0
- package/dist/semantics/categorical/index.js.map +1 -0
- package/dist/semantics/categorical/limits.d.ts +64 -0
- package/dist/semantics/categorical/limits.d.ts.map +1 -0
- package/dist/semantics/categorical/limits.js +248 -0
- package/dist/semantics/categorical/limits.js.map +1 -0
- package/dist/semantics/categorical/monoidal.d.ts +14 -0
- package/dist/semantics/categorical/monoidal.d.ts.map +1 -0
- package/dist/semantics/categorical/monoidal.js +148 -0
- package/dist/semantics/categorical/monoidal.js.map +1 -0
- package/dist/semantics/categorical/poset.d.ts +14 -0
- package/dist/semantics/categorical/poset.d.ts.map +1 -0
- package/dist/semantics/categorical/poset.js +115 -0
- package/dist/semantics/categorical/poset.js.map +1 -0
- package/dist/semantics/categorical/types.d.ts +111 -0
- package/dist/semantics/categorical/types.d.ts.map +1 -0
- package/dist/semantics/categorical/types.js +15 -0
- package/dist/semantics/categorical/types.js.map +1 -0
- package/dist/semantics/coinduction/index.d.ts.map +1 -0
- package/dist/semantics/coinduction/index.js.map +1 -0
- package/dist/semantics/game-semantics/convert.d.ts +4 -0
- package/dist/semantics/game-semantics/convert.d.ts.map +1 -0
- package/dist/semantics/game-semantics/convert.js +28 -0
- package/dist/semantics/game-semantics/convert.js.map +1 -0
- package/dist/semantics/game-semantics/index.d.ts.map +1 -0
- package/dist/semantics/game-semantics/index.js.map +1 -0
- package/dist/semantics/game-semantics/strategy.d.ts.map +1 -0
- package/dist/semantics/game-semantics/strategy.js +336 -0
- package/dist/semantics/game-semantics/strategy.js.map +1 -0
- package/dist/semantics/game-semantics/types.d.ts.map +1 -0
- package/dist/semantics/game-semantics/types.js.map +1 -0
- package/dist/semantics/text-layer/compiler.d.ts +18 -0
- package/dist/semantics/text-layer/compiler.d.ts.map +1 -0
- package/dist/semantics/text-layer/compiler.js.map +1 -0
- package/dist/semantics/text-layer/v2/claim-graph.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/claim-graph.js.map +1 -0
- package/dist/semantics/text-layer/v2/index.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/index.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/diff.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/diff.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/index.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/index.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/parser.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/parser.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/serializer.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/serializer.js.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/types.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/mdx-bridge/types.js.map +1 -0
- package/dist/semantics/text-layer/v2/types.d.ts.map +1 -0
- package/dist/semantics/text-layer/v2/types.js.map +1 -0
- package/dist/solver/csp/ac3.d.ts.map +1 -0
- package/dist/solver/csp/ac3.js.map +1 -0
- package/dist/solver/csp/backtrack.d.ts.map +1 -0
- package/dist/solver/csp/backtrack.js.map +1 -0
- package/dist/solver/csp/builtins.d.ts.map +1 -0
- package/dist/solver/csp/builtins.js.map +1 -0
- package/dist/solver/csp/index.d.ts.map +1 -0
- package/dist/solver/csp/index.js.map +1 -0
- package/dist/solver/csp/types.d.ts.map +1 -0
- package/dist/solver/csp/types.js.map +1 -0
- package/dist/solver/mus/extract.d.ts.map +1 -0
- package/dist/solver/mus/extract.js.map +1 -0
- package/dist/solver/mus/index.d.ts.map +1 -0
- package/dist/solver/mus/index.js.map +1 -0
- package/dist/solver/mus/quickxplain.d.ts.map +1 -0
- package/dist/solver/mus/quickxplain.js.map +1 -0
- package/dist/solver/mus/types.d.ts.map +1 -0
- package/dist/solver/mus/types.js.map +1 -0
- package/dist/solver/smt/index.d.ts.map +1 -0
- package/dist/solver/smt/index.js.map +1 -0
- package/dist/solver/smt/mock-backend.d.ts.map +1 -0
- package/dist/solver/smt/mock-backend.js.map +1 -0
- package/dist/solver/smt/serializer.d.ts.map +1 -0
- package/dist/solver/smt/serializer.js.map +1 -0
- package/dist/solver/smt/subprocess-backend.d.ts.map +1 -0
- package/dist/solver/smt/subprocess-backend.js.map +1 -0
- package/dist/solver/smt/types.d.ts.map +1 -0
- package/dist/solver/smt/types.js.map +1 -0
- package/dist/solver/smt-lib/ast.d.ts.map +1 -0
- package/dist/solver/smt-lib/ast.js.map +1 -0
- package/dist/solver/smt-lib/emitter.d.ts.map +1 -0
- package/dist/solver/smt-lib/emitter.js.map +1 -0
- package/dist/solver/smt-lib/index.d.ts.map +1 -0
- package/dist/solver/smt-lib/index.js.map +1 -0
- package/dist/solver/smt-lib/parser.d.ts.map +1 -0
- package/dist/solver/smt-lib/parser.js.map +1 -0
- package/dist/solver/smt-lib/tokenizer.d.ts.map +1 -0
- package/dist/solver/smt-lib/tokenizer.js.map +1 -0
- package/dist/tests/api/namespaces.test.js +1 -1
- package/dist/tests/api/namespaces.test.js.map +1 -1
- package/dist/tests/arithmetic.test.js +2 -2
- package/dist/tests/arithmetic.test.js.map +1 -1
- package/dist/tests/benchmark-cdcl.test.js +2 -2
- package/dist/tests/benchmark-cdcl.test.js.map +1 -1
- package/dist/tests/cli.test.js +1 -1
- package/dist/tests/cli.test.js.map +1 -1
- package/dist/tests/core.test.js +1 -1
- package/dist/tests/core.test.js.map +1 -1
- package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js +1 -1
- package/dist/tests/coverage-95/api-and-interpreter-e2e.test.js.map +1 -1
- package/dist/tests/coverage-95/argumentation.test.js +1 -1
- package/dist/tests/coverage-95/argumentation.test.js.map +1 -1
- package/dist/tests/coverage-95/arithmetic.test.js +1 -1
- package/dist/tests/coverage-95/arithmetic.test.js.map +1 -1
- package/dist/tests/coverage-95/belnap.test.js +1 -1
- package/dist/tests/coverage-95/belnap.test.js.map +1 -1
- package/dist/tests/coverage-95/classical-propositional-direct.test.js +1 -1
- package/dist/tests/coverage-95/classical-propositional-direct.test.js.map +1 -1
- package/dist/tests/coverage-95/first-order.test.js +1 -1
- package/dist/tests/coverage-95/first-order.test.js.map +1 -1
- package/dist/tests/coverage-95/fol-prover.test.js +3 -3
- package/dist/tests/coverage-95/fol-prover.test.js.map +1 -1
- package/dist/tests/coverage-95/lsp-server.test.js +1 -1
- package/dist/tests/coverage-95/lsp-server.test.js.map +1 -1
- package/dist/tests/coverage-95/modal-tableau-profiles.test.js +5 -5
- package/dist/tests/coverage-95/modal-tableau-profiles.test.js.map +1 -1
- package/dist/tests/coverage-95/parallel-sat.test.js +1 -1
- package/dist/tests/coverage-95/parallel-sat.test.js.map +1 -1
- package/dist/tests/coverage-95/propositional-utilities.test.js +1 -1
- package/dist/tests/coverage-95/propositional-utilities.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-mock-backend.test.js +1 -1
- package/dist/tests/coverage-95/smt-mock-backend.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-serializer.test.js +1 -1
- package/dist/tests/coverage-95/smt-serializer.test.js.map +1 -1
- package/dist/tests/coverage-95/smt-subprocess.test.js +1 -1
- package/dist/tests/coverage-95/smt-subprocess.test.js.map +1 -1
- package/dist/tests/coverage-95/tableau-engine.test.js +1 -1
- package/dist/tests/coverage-95/tableau-engine.test.js.map +1 -1
- package/dist/tests/coverage-95/temporal-ltl.test.js +1 -1
- package/dist/tests/coverage-95/temporal-ltl.test.js.map +1 -1
- package/dist/tests/coverage-95/undecidability-detector.test.js +1 -1
- package/dist/tests/coverage-95/undecidability-detector.test.js.map +1 -1
- package/dist/tests/coverage-fill-aristotelian.test.js +1 -1
- package/dist/tests/coverage-fill-aristotelian.test.js.map +1 -1
- package/dist/tests/coverage-fill-belnap.test.js +1 -1
- package/dist/tests/coverage-fill-belnap.test.js.map +1 -1
- package/dist/tests/coverage-fill-cross-system.test.js +1 -1
- package/dist/tests/coverage-fill-cross-system.test.js.map +1 -1
- package/dist/tests/coverage-fill-intuitionistic.test.js +1 -1
- package/dist/tests/coverage-fill-intuitionistic.test.js.map +1 -1
- package/dist/tests/coverage-fill-probabilistic.test.js +1 -1
- package/dist/tests/coverage-fill-probabilistic.test.js.map +1 -1
- package/dist/tests/integration/cross-modules.test.js +13 -13
- package/dist/tests/integration/cross-modules.test.js.map +1 -1
- package/dist/tests/logic/ctl/check.test.d.ts.map +1 -0
- package/dist/tests/logic/ctl/check.test.js +337 -0
- package/dist/tests/logic/ctl/check.test.js.map +1 -0
- package/dist/tests/logic/default-logic/extensions.test.d.ts.map +1 -0
- package/dist/tests/logic/default-logic/extensions.test.js +323 -0
- package/dist/tests/logic/default-logic/extensions.test.js.map +1 -0
- package/dist/tests/logic/description-logic/alc.test.d.ts.map +1 -0
- package/dist/tests/logic/description-logic/alc.test.js +253 -0
- package/dist/tests/logic/description-logic/alc.test.js.map +1 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.d.ts.map +1 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.js +169 -0
- package/dist/tests/logic/hybrid-logic/semantics.test.js.map +1 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.d.ts.map +1 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.js +216 -0
- package/dist/tests/logic/intuitionistic-nj/nj.test.js.map +1 -0
- package/dist/tests/logic/ltl-sat/sat.test.d.ts.map +1 -0
- package/dist/tests/logic/ltl-sat/sat.test.js +160 -0
- package/dist/tests/logic/ltl-sat/sat.test.js.map +1 -0
- package/dist/tests/logic/many-valued/many-valued.test.d.ts.map +1 -0
- package/dist/tests/logic/many-valued/many-valued.test.js +150 -0
- package/dist/tests/logic/many-valued/many-valued.test.js.map +1 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.d.ts.map +1 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js +236 -0
- package/dist/tests/logic/modal-frame-axioms/frame-axioms.test.js.map +1 -0
- package/dist/tests/logic/mu-calculus/check.test.d.ts.map +1 -0
- package/dist/tests/logic/mu-calculus/check.test.js +234 -0
- package/dist/tests/logic/mu-calculus/check.test.js.map +1 -0
- package/dist/tests/logic/profile-bridge/translations.test.d.ts.map +1 -0
- package/dist/tests/logic/profile-bridge/translations.test.js +266 -0
- package/dist/tests/logic/profile-bridge/translations.test.js.map +1 -0
- package/dist/tests/logic/profiles.test.d.ts.map +1 -0
- package/dist/tests/logic/profiles.test.js +393 -0
- package/dist/tests/logic/profiles.test.js.map +1 -0
- package/dist/tests/logic/sequent-g3/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/sequent-g3/prover.test.js +205 -0
- package/dist/tests/logic/sequent-g3/prover.test.js.map +1 -0
- package/dist/tests/logic/sequent-lk/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/sequent-lk/prover.test.js +317 -0
- package/dist/tests/logic/sequent-lk/prover.test.js.map +1 -0
- package/dist/tests/logic/substructural/prover.test.d.ts.map +1 -0
- package/dist/tests/logic/substructural/prover.test.js +271 -0
- package/dist/tests/logic/substructural/prover.test.js.map +1 -0
- package/dist/tests/natural-deduction-workshop.test.js +1 -1
- package/dist/tests/natural-deduction-workshop.test.js.map +1 -1
- package/dist/tests/parallel/parallel-pool.test.d.ts +1 -1
- package/dist/tests/parallel/parallel-pool.test.d.ts.map +1 -1
- package/dist/tests/parallel/parallel-pool.test.js +2 -2
- package/dist/tests/parallel/parallel-pool.test.js.map +1 -1
- package/dist/tests/parallel-sat.test.js +3 -3
- package/dist/tests/parallel-sat.test.js.map +1 -1
- package/dist/tests/proof-systems/fol-prover/cnf.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/cnf.test.js +74 -0
- package/dist/tests/proof-systems/fol-prover/cnf.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.js +106 -0
- package/dist/tests/proof-systems/fol-prover/prove.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.js +66 -0
- package/dist/tests/proof-systems/fol-prover/unify.test.js.map +1 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.js +179 -0
- package/dist/tests/proof-systems/fol-prover-equality/prove.test.js.map +1 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js +264 -0
- package/dist/tests/proof-systems/higher-order-unify/ho-unify.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js +161 -0
- package/dist/tests/proof-systems/proof-exchange/proof-exchange.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.js +281 -0
- package/dist/tests/proof-systems/proof-minify/minify.test.js.map +1 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.js +263 -0
- package/dist/tests/proof-systems/proof-nets/proof-nets.test.js.map +1 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.d.ts.map +1 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.js +196 -0
- package/dist/tests/proof-systems/tableau-framework/tableau.test.js.map +1 -0
- package/dist/tests/properties/agm.property.test.js +3 -3
- package/dist/tests/properties/agm.property.test.js.map +1 -1
- package/dist/tests/properties/argumentation.property.test.js +1 -1
- package/dist/tests/properties/argumentation.property.test.js.map +1 -1
- package/dist/tests/properties/bayesian.property.test.js +1 -1
- package/dist/tests/properties/bayesian.property.test.js.map +1 -1
- package/dist/tests/properties/coinduction.property.test.js +1 -1
- package/dist/tests/properties/coinduction.property.test.js.map +1 -1
- package/dist/tests/properties/constructive-reals.property.test.js +1 -1
- package/dist/tests/properties/constructive-reals.property.test.js.map +1 -1
- package/dist/tests/properties/csp.property.test.js +1 -1
- package/dist/tests/properties/csp.property.test.js.map +1 -1
- package/dist/tests/properties/generators.d.ts +5 -5
- package/dist/tests/properties/generators.d.ts.map +1 -1
- package/dist/tests/properties/ho-unify.property.test.js +1 -1
- package/dist/tests/properties/ho-unify.property.test.js.map +1 -1
- package/dist/tests/properties/hyperreal.property.test.js +1 -1
- package/dist/tests/properties/hyperreal.property.test.js.map +1 -1
- package/dist/tests/properties/intuit-nj.property.test.js +2 -2
- package/dist/tests/properties/intuit-nj.property.test.js.map +1 -1
- package/dist/tests/properties/lambda-calc.property.test.js +1 -1
- package/dist/tests/properties/lambda-calc.property.test.js.map +1 -1
- package/dist/tests/properties/mln.property.test.js +1 -1
- package/dist/tests/properties/mln.property.test.js.map +1 -1
- package/dist/tests/properties/mltt.property.test.js +3 -3
- package/dist/tests/properties/mltt.property.test.js.map +1 -1
- package/dist/tests/properties/nbe.property.test.js +1 -1
- package/dist/tests/properties/nbe.property.test.js.map +1 -1
- package/dist/tests/properties/planning.property.test.js +1 -1
- package/dist/tests/properties/planning.property.test.js.map +1 -1
- package/dist/tests/properties/profile-bridge.property.test.js +3 -3
- package/dist/tests/properties/profile-bridge.property.test.js.map +1 -1
- package/dist/tests/properties/refinement-types.property.test.js +1 -1
- package/dist/tests/properties/refinement-types.property.test.js.map +1 -1
- package/dist/tests/properties/sequent-g3.property.test.js +1 -1
- package/dist/tests/properties/sequent-g3.property.test.js.map +1 -1
- package/dist/tests/properties/system-f.property.test.js +1 -1
- package/dist/tests/properties/system-f.property.test.js.map +1 -1
- package/dist/tests/propositional-nd-audit.test.js +1 -1
- package/dist/tests/propositional-nd-audit.test.js.map +1 -1
- package/dist/tests/protocol-text-layer.test.js +1 -1
- package/dist/tests/protocol-text-layer.test.js.map +1 -1
- package/dist/tests/reasoning/abduction/abduction.test.d.ts.map +1 -0
- package/dist/tests/reasoning/abduction/abduction.test.js +380 -0
- package/dist/tests/reasoning/abduction/abduction.test.js.map +1 -0
- package/dist/tests/reasoning/argumentation/dung.test.d.ts.map +1 -0
- package/dist/tests/reasoning/argumentation/dung.test.js +219 -0
- package/dist/tests/reasoning/argumentation/dung.test.js.map +1 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.d.ts.map +1 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.js +328 -0
- package/dist/tests/reasoning/bayesian/bayesian.test.js.map +1 -0
- package/dist/tests/reasoning/belief-revision/agm.test.d.ts.map +1 -0
- package/dist/tests/reasoning/belief-revision/agm.test.js +173 -0
- package/dist/tests/reasoning/belief-revision/agm.test.js.map +1 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.d.ts.map +1 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js +240 -0
- package/dist/tests/reasoning/citation-reasoning/citation-reasoning.test.js.map +1 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.d.ts.map +1 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js +357 -0
- package/dist/tests/reasoning/constructive-reals/constructive-reals.test.js.map +1 -0
- package/dist/tests/reasoning/fca/fca.test.d.ts.map +1 -0
- package/dist/tests/reasoning/fca/fca.test.js +317 -0
- package/dist/tests/reasoning/fca/fca.test.js.map +1 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.d.ts.map +1 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.js +252 -0
- package/dist/tests/reasoning/game-theory/game-theory.test.js.map +1 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.d.ts.map +1 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.js +219 -0
- package/dist/tests/reasoning/hyperreal/hyperreal.test.js.map +1 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.d.ts.map +1 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.js +291 -0
- package/dist/tests/reasoning/information-theory/information-theory.test.js.map +1 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts +2 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.d.ts.map +1 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js +460 -0
- package/dist/tests/reasoning/lemma-synthesis/lemma-synthesis.test.js.map +1 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.d.ts.map +1 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.js +349 -0
- package/dist/tests/reasoning/markov-logic/markov-logic.test.js.map +1 -0
- package/dist/tests/reasoning/optimization/ilp.test.d.ts.map +1 -0
- package/dist/tests/reasoning/optimization/ilp.test.js +204 -0
- package/dist/tests/reasoning/optimization/ilp.test.js.map +1 -0
- package/dist/tests/reasoning/optimization/lp.test.d.ts.map +1 -0
- package/dist/tests/reasoning/optimization/lp.test.js +224 -0
- package/dist/tests/reasoning/optimization/lp.test.js.map +1 -0
- package/dist/tests/reasoning/planning/planning.test.d.ts.map +1 -0
- package/dist/tests/reasoning/planning/planning.test.js +397 -0
- package/dist/tests/reasoning/planning/planning.test.js.map +1 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts +2 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.d.ts.map +1 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js +259 -0
- package/dist/tests/reasoning/tactic-dsl/tactic-dsl.test.js.map +1 -0
- package/dist/tests/result-bindings.test.js +1 -1
- package/dist/tests/result-bindings.test.js.map +1 -1
- package/dist/tests/runtime/bdd/manager.test.d.ts.map +1 -0
- package/dist/tests/runtime/bdd/manager.test.js +472 -0
- package/dist/tests/runtime/bdd/manager.test.js.map +1 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts +2 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.d.ts.map +1 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.js +313 -0
- package/dist/tests/runtime/csp-hoare/csp-hoare.test.js.map +1 -0
- package/dist/tests/semantics/categorical/categorical.test.d.ts +2 -0
- package/dist/tests/semantics/categorical/categorical.test.d.ts.map +1 -0
- package/dist/tests/semantics/categorical/categorical.test.js +300 -0
- package/dist/tests/semantics/categorical/categorical.test.js.map +1 -0
- package/dist/tests/semantics/coinduction/coinduction.test.d.ts.map +1 -0
- package/dist/tests/semantics/coinduction/coinduction.test.js +217 -0
- package/dist/tests/semantics/coinduction/coinduction.test.js.map +1 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.d.ts.map +1 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.js +143 -0
- package/dist/tests/semantics/game-semantics/game-semantics.test.js.map +1 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.d.ts.map +1 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.js +255 -0
- package/dist/tests/semantics/text-layer-v2/claim-graph.test.js.map +1 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +1 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js +200 -0
- package/dist/tests/semantics/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +1 -0
- package/dist/tests/solver/csp/csp.test.d.ts.map +1 -0
- package/dist/tests/solver/csp/csp.test.js +292 -0
- package/dist/tests/solver/csp/csp.test.js.map +1 -0
- package/dist/tests/solver/mus/extract.test.d.ts.map +1 -0
- package/dist/tests/solver/mus/extract.test.js +352 -0
- package/dist/tests/solver/mus/extract.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.js +73 -0
- package/dist/tests/solver/sat-v2/clause-learning.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/lbd.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/lbd.test.js +82 -0
- package/dist/tests/solver/sat-v2/lbd.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/luby.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/luby.test.js +58 -0
- package/dist/tests/solver/sat-v2/luby.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.js +38 -0
- package/dist/tests/solver/sat-v2/phase-saving.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.js +199 -0
- package/dist/tests/solver/sat-v2/solver-end-to-end.test.js.map +1 -0
- package/dist/tests/solver/sat-v2/vsids.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2/vsids.test.js +69 -0
- package/dist/tests/solver/sat-v2/vsids.test.js.map +1 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.d.ts.map +1 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.js +352 -0
- package/dist/tests/solver/sat-v2-incremental/basic.test.js.map +1 -0
- package/dist/tests/solver/smt/mock-backend.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/mock-backend.test.js +129 -0
- package/dist/tests/solver/smt/mock-backend.test.js.map +1 -0
- package/dist/tests/solver/smt/serializer.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/serializer.test.js +94 -0
- package/dist/tests/solver/smt/serializer.test.js.map +1 -0
- package/dist/tests/solver/smt/subprocess-backend.test.d.ts.map +1 -0
- package/dist/tests/solver/smt/subprocess-backend.test.js +89 -0
- package/dist/tests/solver/smt/subprocess-backend.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/emitter.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/emitter.test.js +155 -0
- package/dist/tests/solver/smt-lib/emitter.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/parser.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/parser.test.js +164 -0
- package/dist/tests/solver/smt-lib/parser.test.js.map +1 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.d.ts.map +1 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.js +59 -0
- package/dist/tests/solver/smt-lib/tokenizer.test.js.map +1 -0
- package/dist/tests/stress-cdcl.test.js +2 -2
- package/dist/tests/stress-cdcl.test.js.map +1 -1
- package/dist/tests/stress-extreme.test.js +1 -1
- package/dist/tests/stress-extreme.test.js.map +1 -1
- package/dist/tests/tooling/educational/checker.test.d.ts.map +1 -0
- package/dist/tests/tooling/educational/checker.test.js +212 -0
- package/dist/tests/tooling/educational/checker.test.js.map +1 -0
- package/dist/tests/tooling/educational/generator.test.d.ts.map +1 -0
- package/dist/tests/tooling/educational/generator.test.js +137 -0
- package/dist/tests/tooling/educational/generator.test.js.map +1 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.d.ts.map +1 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.js +353 -0
- package/dist/tests/tooling/exporters/coq/coq-exporter.test.js.map +1 -0
- package/dist/tests/tooling/lsp/server.test.d.ts.map +1 -0
- package/dist/tests/tooling/lsp/server.test.js +406 -0
- package/dist/tests/tooling/lsp/server.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.js +85 -0
- package/dist/tests/tooling/plugin-system/demo-min-logic.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/registry.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/registry.test.js +88 -0
- package/dist/tests/tooling/plugin-system/registry.test.js.map +1 -0
- package/dist/tests/tooling/plugin-system/validate.test.d.ts.map +1 -0
- package/dist/tests/tooling/plugin-system/validate.test.js +101 -0
- package/dist/tests/tooling/plugin-system/validate.test.js.map +1 -0
- package/dist/tests/tooling/time-travel/snapshot.test.d.ts.map +1 -0
- package/dist/tests/tooling/time-travel/snapshot.test.js +75 -0
- package/dist/tests/tooling/time-travel/snapshot.test.js.map +1 -0
- package/dist/tests/tooling/time-travel/store.test.d.ts.map +1 -0
- package/dist/tests/tooling/time-travel/store.test.js +242 -0
- package/dist/tests/tooling/time-travel/store.test.js.map +1 -0
- package/dist/tests/tooling/tptp/bridge.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/bridge.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/bridge.test.js +154 -0
- package/dist/tests/tooling/tptp/bridge.test.js.map +1 -0
- package/dist/tests/tooling/tptp/emitter.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/emitter.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/emitter.test.js +128 -0
- package/dist/tests/tooling/tptp/emitter.test.js.map +1 -0
- package/dist/tests/tooling/tptp/parser.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/parser.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/parser.test.js +192 -0
- package/dist/tests/tooling/tptp/parser.test.js.map +1 -0
- package/dist/tests/tooling/tptp/tokenizer.test.d.ts +2 -0
- package/dist/tests/tooling/tptp/tokenizer.test.d.ts.map +1 -0
- package/dist/tests/tooling/tptp/tokenizer.test.js +60 -0
- package/dist/tests/tooling/tptp/tokenizer.test.js.map +1 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.d.ts.map +1 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js +211 -0
- package/dist/tests/type-theory/combinators-ski/combinators-ski.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/infer.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/infer.test.js +93 -0
- package/dist/tests/type-theory/curry-howard/infer.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/proof.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/proof.test.js +105 -0
- package/dist/tests/type-theory/curry-howard/proof.test.js.map +1 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.d.ts.map +1 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.js +109 -0
- package/dist/tests/type-theory/curry-howard/reduce.test.js.map +1 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts +2 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js +327 -0
- package/dist/tests/type-theory/hindley-milner/hindley-milner.test.js.map +1 -0
- package/dist/tests/type-theory/hol/hol.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hol/hol.test.js +340 -0
- package/dist/tests/type-theory/hol/hol.test.js.map +1 -0
- package/dist/tests/type-theory/hott/hott.test.d.ts +2 -0
- package/dist/tests/type-theory/hott/hott.test.d.ts.map +1 -0
- package/dist/tests/type-theory/hott/hott.test.js +271 -0
- package/dist/tests/type-theory/hott/hott.test.js.map +1 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.d.ts.map +1 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js +164 -0
- package/dist/tests/type-theory/lambda-calc/lambda-calc.test.js.map +1 -0
- package/dist/tests/type-theory/mltt/mltt.test.d.ts.map +1 -0
- package/dist/tests/type-theory/mltt/mltt.test.js +181 -0
- package/dist/tests/type-theory/mltt/mltt.test.js.map +1 -0
- package/dist/tests/type-theory/nbe/nbe.test.d.ts.map +1 -0
- package/dist/tests/type-theory/nbe/nbe.test.js +121 -0
- package/dist/tests/type-theory/nbe/nbe.test.js.map +1 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.d.ts.map +1 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.js +174 -0
- package/dist/tests/type-theory/refinement-types/refinement-types.test.js.map +1 -0
- package/dist/tests/type-theory/system-f/system-f.test.d.ts.map +1 -0
- package/dist/tests/type-theory/system-f/system-f.test.js +217 -0
- package/dist/tests/type-theory/system-f/system-f.test.js.map +1 -0
- package/dist/tests/v1-features.test.js +2 -2
- package/dist/tests/v1-features.test.js.map +1 -1
- package/dist/tooling/educational/checker.d.ts.map +1 -0
- package/dist/tooling/educational/checker.js +244 -0
- package/dist/tooling/educational/checker.js.map +1 -0
- package/dist/tooling/educational/generator.d.ts.map +1 -0
- package/dist/tooling/educational/generator.js.map +1 -0
- package/dist/tooling/educational/index.d.ts.map +1 -0
- package/dist/tooling/educational/index.js.map +1 -0
- package/dist/tooling/educational/normalize.d.ts.map +1 -0
- package/dist/tooling/educational/normalize.js.map +1 -0
- package/dist/tooling/educational/rng.d.ts.map +1 -0
- package/dist/tooling/educational/rng.js.map +1 -0
- package/dist/tooling/educational/templates.d.ts.map +1 -0
- package/dist/tooling/educational/templates.js.map +1 -0
- package/dist/tooling/educational/types.d.ts.map +1 -0
- package/dist/tooling/educational/types.js.map +1 -0
- package/dist/tooling/exporters/coq/index.d.ts +35 -0
- package/dist/tooling/exporters/coq/index.d.ts.map +1 -0
- package/dist/tooling/exporters/coq/index.js.map +1 -0
- package/dist/tooling/lsp/index.d.ts.map +1 -0
- package/dist/tooling/lsp/index.js.map +1 -0
- package/dist/tooling/lsp/protocol.d.ts.map +1 -0
- package/dist/tooling/lsp/protocol.js.map +1 -0
- package/dist/tooling/lsp/server.d.ts.map +1 -0
- package/dist/tooling/lsp/server.js +529 -0
- package/dist/tooling/lsp/server.js.map +1 -0
- package/dist/tooling/lsp/types.d.ts.map +1 -0
- package/dist/tooling/lsp/types.js.map +1 -0
- package/dist/tooling/plugin-system/demo-min-logic.d.ts.map +1 -0
- package/dist/tooling/plugin-system/demo-min-logic.js.map +1 -0
- package/dist/tooling/plugin-system/errors.d.ts.map +1 -0
- package/dist/tooling/plugin-system/errors.js.map +1 -0
- package/dist/tooling/plugin-system/index.d.ts.map +1 -0
- package/dist/tooling/plugin-system/index.js.map +1 -0
- package/dist/tooling/plugin-system/registry.d.ts.map +1 -0
- package/dist/tooling/plugin-system/registry.js.map +1 -0
- package/dist/tooling/plugin-system/types.d.ts +23 -0
- package/dist/tooling/plugin-system/types.d.ts.map +1 -0
- package/dist/tooling/plugin-system/types.js.map +1 -0
- package/dist/tooling/plugin-system/validate.d.ts.map +1 -0
- package/dist/tooling/plugin-system/validate.js.map +1 -0
- package/dist/tooling/time-travel/index.d.ts.map +1 -0
- package/dist/tooling/time-travel/index.js.map +1 -0
- package/dist/tooling/time-travel/snapshot.d.ts.map +1 -0
- package/dist/tooling/time-travel/snapshot.js.map +1 -0
- package/dist/tooling/time-travel/store.d.ts.map +1 -0
- package/dist/tooling/time-travel/store.js.map +1 -0
- package/dist/tooling/time-travel/types.d.ts.map +1 -0
- package/dist/tooling/time-travel/types.js.map +1 -0
- package/dist/tooling/tptp/ast.d.ts +73 -0
- package/dist/tooling/tptp/ast.d.ts.map +1 -0
- package/dist/tooling/tptp/ast.js +35 -0
- package/dist/tooling/tptp/ast.js.map +1 -0
- package/dist/tooling/tptp/bridge.d.ts +14 -0
- package/dist/tooling/tptp/bridge.d.ts.map +1 -0
- package/dist/tooling/tptp/bridge.js +146 -0
- package/dist/tooling/tptp/bridge.js.map +1 -0
- package/dist/tooling/tptp/emitter.d.ts +5 -0
- package/dist/tooling/tptp/emitter.d.ts.map +1 -0
- package/dist/tooling/tptp/emitter.js +103 -0
- package/dist/tooling/tptp/emitter.js.map +1 -0
- package/dist/tooling/tptp/index.d.ts +7 -0
- package/dist/tooling/tptp/index.d.ts.map +1 -0
- package/dist/tooling/tptp/index.js +31 -0
- package/dist/tooling/tptp/index.js.map +1 -0
- package/dist/tooling/tptp/parser.d.ts +23 -0
- package/dist/tooling/tptp/parser.d.ts.map +1 -0
- package/dist/tooling/tptp/parser.js +440 -0
- package/dist/tooling/tptp/parser.js.map +1 -0
- package/dist/tooling/tptp/tokenizer.d.ts +14 -0
- package/dist/tooling/tptp/tokenizer.d.ts.map +1 -0
- package/dist/tooling/tptp/tokenizer.js +264 -0
- package/dist/tooling/tptp/tokenizer.js.map +1 -0
- package/dist/type-theory/combinators-ski/abstract.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/abstract.js.map +1 -0
- package/dist/type-theory/combinators-ski/index.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/index.js.map +1 -0
- package/dist/type-theory/combinators-ski/reduce.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/reduce.js.map +1 -0
- package/dist/type-theory/combinators-ski/types.d.ts.map +1 -0
- package/dist/type-theory/combinators-ski/types.js.map +1 -0
- package/dist/type-theory/curry-howard/index.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/index.js.map +1 -0
- package/dist/type-theory/curry-howard/infer.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/infer.js.map +1 -0
- package/dist/type-theory/curry-howard/proof.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/proof.js.map +1 -0
- package/dist/type-theory/curry-howard/reduce.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/reduce.js.map +1 -0
- package/dist/type-theory/curry-howard/types.d.ts.map +1 -0
- package/dist/type-theory/curry-howard/types.js.map +1 -0
- package/dist/type-theory/hindley-milner/index.d.ts +7 -0
- package/dist/type-theory/hindley-milner/index.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/index.js +60 -0
- package/dist/type-theory/hindley-milner/index.js.map +1 -0
- package/dist/type-theory/hindley-milner/infer.d.ts +26 -0
- package/dist/type-theory/hindley-milner/infer.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/infer.js +278 -0
- package/dist/type-theory/hindley-milner/infer.js.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.d.ts +21 -0
- package/dist/type-theory/hindley-milner/substitution.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/substitution.js +215 -0
- package/dist/type-theory/hindley-milner/substitution.js.map +1 -0
- package/dist/type-theory/hindley-milner/types.d.ts +84 -0
- package/dist/type-theory/hindley-milner/types.d.ts.map +1 -0
- package/dist/type-theory/hindley-milner/types.js +166 -0
- package/dist/type-theory/hindley-milner/types.js.map +1 -0
- package/dist/type-theory/hol/connectives.d.ts.map +1 -0
- package/dist/type-theory/hol/connectives.js.map +1 -0
- package/dist/type-theory/hol/index.d.ts.map +1 -0
- package/dist/type-theory/hol/index.js.map +1 -0
- package/dist/type-theory/hol/rules.d.ts.map +1 -0
- package/dist/type-theory/hol/rules.js.map +1 -0
- package/dist/type-theory/hol/term.d.ts.map +1 -0
- package/dist/type-theory/hol/term.js.map +1 -0
- package/dist/type-theory/hol/type-system.d.ts.map +1 -0
- package/dist/type-theory/hol/type-system.js.map +1 -0
- package/dist/type-theory/hol/types.d.ts.map +1 -0
- package/dist/type-theory/hol/types.js.map +1 -0
- package/dist/type-theory/hott/equality.d.ts +4 -0
- package/dist/type-theory/hott/equality.d.ts.map +1 -0
- package/dist/type-theory/hott/equality.js +108 -0
- package/dist/type-theory/hott/equality.js.map +1 -0
- package/dist/type-theory/hott/index.d.ts +13 -0
- package/dist/type-theory/hott/index.d.ts.map +1 -0
- package/dist/type-theory/hott/index.js +77 -0
- package/dist/type-theory/hott/index.js.map +1 -0
- package/dist/type-theory/hott/infer.d.ts +11 -0
- package/dist/type-theory/hott/infer.d.ts.map +1 -0
- package/dist/type-theory/hott/infer.js +465 -0
- package/dist/type-theory/hott/infer.js.map +1 -0
- package/dist/type-theory/hott/normalize.d.ts +5 -0
- package/dist/type-theory/hott/normalize.d.ts.map +1 -0
- package/dist/type-theory/hott/normalize.js +240 -0
- package/dist/type-theory/hott/normalize.js.map +1 -0
- package/dist/type-theory/hott/path-algebra.d.ts +25 -0
- package/dist/type-theory/hott/path-algebra.d.ts.map +1 -0
- package/dist/type-theory/hott/path-algebra.js +67 -0
- package/dist/type-theory/hott/path-algebra.js.map +1 -0
- package/dist/type-theory/hott/substitute.d.ts +3 -0
- package/dist/type-theory/hott/substitute.d.ts.map +1 -0
- package/dist/type-theory/hott/substitute.js +131 -0
- package/dist/type-theory/hott/substitute.js.map +1 -0
- package/dist/type-theory/hott/types.d.ts +126 -0
- package/dist/type-theory/hott/types.d.ts.map +1 -0
- package/dist/type-theory/hott/types.js +346 -0
- package/dist/type-theory/hott/types.js.map +1 -0
- package/dist/type-theory/lambda-calc/church.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/church.js.map +1 -0
- package/dist/type-theory/lambda-calc/combinators.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/combinators.js.map +1 -0
- package/dist/type-theory/lambda-calc/index.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/index.js.map +1 -0
- package/dist/type-theory/lambda-calc/reduce.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/reduce.js.map +1 -0
- package/dist/type-theory/lambda-calc/substitution.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/substitution.js.map +1 -0
- package/dist/type-theory/lambda-calc/types.d.ts.map +1 -0
- package/dist/type-theory/lambda-calc/types.js.map +1 -0
- package/dist/type-theory/mltt/equality.d.ts.map +1 -0
- package/dist/type-theory/mltt/equality.js.map +1 -0
- package/dist/type-theory/mltt/index.d.ts.map +1 -0
- package/dist/type-theory/mltt/index.js.map +1 -0
- package/dist/type-theory/mltt/infer.d.ts.map +1 -0
- package/dist/type-theory/mltt/infer.js.map +1 -0
- package/dist/type-theory/mltt/normalize.d.ts.map +1 -0
- package/dist/type-theory/mltt/normalize.js.map +1 -0
- package/dist/type-theory/mltt/substitute.d.ts.map +1 -0
- package/dist/type-theory/mltt/substitute.js.map +1 -0
- package/dist/type-theory/mltt/types.d.ts.map +1 -0
- package/dist/type-theory/mltt/types.js.map +1 -0
- package/dist/type-theory/nbe/index.d.ts.map +1 -0
- package/dist/type-theory/nbe/index.js.map +1 -0
- package/dist/type-theory/nbe/nbe.d.ts.map +1 -0
- package/dist/type-theory/nbe/nbe.js.map +1 -0
- package/dist/type-theory/nbe/types.d.ts.map +1 -0
- package/dist/type-theory/nbe/types.js.map +1 -0
- package/dist/type-theory/refinement-types/checker.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/checker.js.map +1 -0
- package/dist/type-theory/refinement-types/index.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/index.js.map +1 -0
- package/dist/type-theory/refinement-types/predicate.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/predicate.js.map +1 -0
- package/dist/type-theory/refinement-types/solver.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/solver.js.map +1 -0
- package/dist/type-theory/refinement-types/subtype.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/subtype.js.map +1 -0
- package/dist/type-theory/refinement-types/types.d.ts.map +1 -0
- package/dist/type-theory/refinement-types/types.js.map +1 -0
- package/dist/type-theory/system-f/index.d.ts.map +1 -0
- package/dist/type-theory/system-f/index.js.map +1 -0
- package/dist/type-theory/system-f/infer.d.ts.map +1 -0
- package/dist/type-theory/system-f/infer.js.map +1 -0
- package/dist/type-theory/system-f/reduce.d.ts.map +1 -0
- package/dist/type-theory/system-f/reduce.js.map +1 -0
- package/dist/type-theory/system-f/types.d.ts.map +1 -0
- package/dist/type-theory/system-f/types.js.map +1 -0
- package/package.json +7 -3
- package/dist/argumentation/dot.d.ts.map +0 -1
- package/dist/argumentation/dot.js.map +0 -1
- package/dist/argumentation/extensions.d.ts.map +0 -1
- package/dist/argumentation/extensions.js.map +0 -1
- package/dist/argumentation/framework.d.ts.map +0 -1
- package/dist/argumentation/framework.js.map +0 -1
- package/dist/argumentation/index.d.ts.map +0 -1
- package/dist/argumentation/index.js.map +0 -1
- package/dist/argumentation/types.d.ts.map +0 -1
- package/dist/argumentation/types.js.map +0 -1
- package/dist/bdd/index.d.ts.map +0 -1
- package/dist/bdd/index.js.map +0 -1
- package/dist/bdd/manager.d.ts.map +0 -1
- package/dist/bdd/manager.js.map +0 -1
- package/dist/bdd/types.d.ts.map +0 -1
- package/dist/bdd/types.js.map +0 -1
- package/dist/belief-revision/agm.d.ts.map +0 -1
- package/dist/belief-revision/agm.js.map +0 -1
- package/dist/belief-revision/index.d.ts.map +0 -1
- package/dist/belief-revision/index.js.map +0 -1
- package/dist/belief-revision/parser.d.ts.map +0 -1
- package/dist/belief-revision/parser.js.map +0 -1
- package/dist/belief-revision/sat.d.ts.map +0 -1
- package/dist/belief-revision/sat.js.map +0 -1
- package/dist/belief-revision/types.d.ts.map +0 -1
- package/dist/belief-revision/types.js.map +0 -1
- package/dist/citation-reasoning/derive.d.ts.map +0 -1
- package/dist/citation-reasoning/derive.js.map +0 -1
- package/dist/citation-reasoning/index.d.ts.map +0 -1
- package/dist/citation-reasoning/index.js.map +0 -1
- package/dist/citation-reasoning/types.d.ts.map +0 -1
- package/dist/citation-reasoning/types.js.map +0 -1
- package/dist/coinduction/index.d.ts.map +0 -1
- package/dist/coinduction/index.js.map +0 -1
- package/dist/combinators-ski/abstract.d.ts.map +0 -1
- package/dist/combinators-ski/abstract.js.map +0 -1
- package/dist/combinators-ski/index.d.ts.map +0 -1
- package/dist/combinators-ski/index.js.map +0 -1
- package/dist/combinators-ski/reduce.d.ts.map +0 -1
- package/dist/combinators-ski/reduce.js.map +0 -1
- package/dist/combinators-ski/types.d.ts.map +0 -1
- package/dist/combinators-ski/types.js.map +0 -1
- package/dist/constructive-reals/index.d.ts.map +0 -1
- package/dist/constructive-reals/index.js.map +0 -1
- package/dist/curry-howard/index.d.ts.map +0 -1
- package/dist/curry-howard/index.js.map +0 -1
- package/dist/curry-howard/infer.d.ts.map +0 -1
- package/dist/curry-howard/infer.js.map +0 -1
- package/dist/curry-howard/proof.d.ts.map +0 -1
- package/dist/curry-howard/proof.js.map +0 -1
- package/dist/curry-howard/reduce.d.ts.map +0 -1
- package/dist/curry-howard/reduce.js.map +0 -1
- package/dist/curry-howard/types.d.ts.map +0 -1
- package/dist/curry-howard/types.js.map +0 -1
- package/dist/educational/checker.d.ts.map +0 -1
- package/dist/educational/checker.js +0 -244
- package/dist/educational/checker.js.map +0 -1
- package/dist/educational/generator.d.ts.map +0 -1
- package/dist/educational/generator.js.map +0 -1
- package/dist/educational/index.d.ts.map +0 -1
- package/dist/educational/index.js.map +0 -1
- package/dist/educational/normalize.d.ts.map +0 -1
- package/dist/educational/normalize.js.map +0 -1
- package/dist/educational/rng.d.ts.map +0 -1
- package/dist/educational/rng.js.map +0 -1
- package/dist/educational/templates.d.ts.map +0 -1
- package/dist/educational/templates.js.map +0 -1
- package/dist/educational/types.d.ts.map +0 -1
- package/dist/educational/types.js.map +0 -1
- package/dist/exporters/coq/index.d.ts +0 -35
- package/dist/exporters/coq/index.d.ts.map +0 -1
- package/dist/exporters/coq/index.js.map +0 -1
- package/dist/fol-prover/cnf.d.ts +0 -10
- package/dist/fol-prover/cnf.d.ts.map +0 -1
- package/dist/fol-prover/cnf.js.map +0 -1
- package/dist/fol-prover/index.d.ts.map +0 -1
- package/dist/fol-prover/index.js.map +0 -1
- package/dist/fol-prover/prove.d.ts +0 -4
- package/dist/fol-prover/prove.d.ts.map +0 -1
- package/dist/fol-prover/prove.js.map +0 -1
- package/dist/fol-prover/resolve.d.ts.map +0 -1
- package/dist/fol-prover/resolve.js.map +0 -1
- package/dist/fol-prover/types.d.ts.map +0 -1
- package/dist/fol-prover/types.js.map +0 -1
- package/dist/fol-prover/unify.d.ts.map +0 -1
- package/dist/fol-prover/unify.js.map +0 -1
- package/dist/fol-prover-equality/demodulate.d.ts.map +0 -1
- package/dist/fol-prover-equality/demodulate.js.map +0 -1
- package/dist/fol-prover-equality/index.d.ts.map +0 -1
- package/dist/fol-prover-equality/index.js.map +0 -1
- package/dist/fol-prover-equality/paramodulate.d.ts.map +0 -1
- package/dist/fol-prover-equality/paramodulate.js.map +0 -1
- package/dist/fol-prover-equality/prove.d.ts +0 -7
- package/dist/fol-prover-equality/prove.d.ts.map +0 -1
- package/dist/fol-prover-equality/prove.js.map +0 -1
- package/dist/fol-prover-equality/term-utils.d.ts.map +0 -1
- package/dist/fol-prover-equality/term-utils.js.map +0 -1
- package/dist/fol-prover-equality/types.d.ts.map +0 -1
- package/dist/fol-prover-equality/types.js.map +0 -1
- package/dist/game-semantics/convert.d.ts +0 -4
- package/dist/game-semantics/convert.d.ts.map +0 -1
- package/dist/game-semantics/convert.js +0 -28
- package/dist/game-semantics/convert.js.map +0 -1
- package/dist/game-semantics/index.d.ts.map +0 -1
- package/dist/game-semantics/index.js.map +0 -1
- package/dist/game-semantics/strategy.d.ts.map +0 -1
- package/dist/game-semantics/strategy.js +0 -336
- package/dist/game-semantics/strategy.js.map +0 -1
- package/dist/game-semantics/types.d.ts.map +0 -1
- package/dist/game-semantics/types.js.map +0 -1
- package/dist/game-theory/common-games.d.ts.map +0 -1
- package/dist/game-theory/common-games.js.map +0 -1
- package/dist/game-theory/dominance.d.ts.map +0 -1
- package/dist/game-theory/dominance.js.map +0 -1
- package/dist/game-theory/index.d.ts.map +0 -1
- package/dist/game-theory/index.js.map +0 -1
- package/dist/game-theory/lemke-howson.d.ts.map +0 -1
- package/dist/game-theory/lemke-howson.js.map +0 -1
- package/dist/game-theory/linalg.d.ts.map +0 -1
- package/dist/game-theory/linalg.js.map +0 -1
- package/dist/game-theory/pure-nash.d.ts.map +0 -1
- package/dist/game-theory/pure-nash.js.map +0 -1
- package/dist/game-theory/support-enumeration.d.ts.map +0 -1
- package/dist/game-theory/support-enumeration.js.map +0 -1
- package/dist/game-theory/types.d.ts.map +0 -1
- package/dist/game-theory/types.js.map +0 -1
- package/dist/higher-order-unify/index.d.ts.map +0 -1
- package/dist/higher-order-unify/index.js.map +0 -1
- package/dist/higher-order-unify/normalize.d.ts.map +0 -1
- package/dist/higher-order-unify/normalize.js.map +0 -1
- package/dist/higher-order-unify/pattern.d.ts.map +0 -1
- package/dist/higher-order-unify/pattern.js.map +0 -1
- package/dist/higher-order-unify/types.d.ts.map +0 -1
- package/dist/higher-order-unify/types.js.map +0 -1
- package/dist/higher-order-unify/unify.d.ts.map +0 -1
- package/dist/higher-order-unify/unify.js.map +0 -1
- package/dist/hyperreal/index.d.ts.map +0 -1
- package/dist/hyperreal/index.js.map +0 -1
- package/dist/information-theory/index.d.ts.map +0 -1
- package/dist/information-theory/index.js.map +0 -1
- package/dist/lambda-calc/church.d.ts.map +0 -1
- package/dist/lambda-calc/church.js.map +0 -1
- package/dist/lambda-calc/combinators.d.ts.map +0 -1
- package/dist/lambda-calc/combinators.js.map +0 -1
- package/dist/lambda-calc/index.d.ts.map +0 -1
- package/dist/lambda-calc/index.js.map +0 -1
- package/dist/lambda-calc/reduce.d.ts.map +0 -1
- package/dist/lambda-calc/reduce.js.map +0 -1
- package/dist/lambda-calc/substitution.d.ts.map +0 -1
- package/dist/lambda-calc/substitution.js.map +0 -1
- package/dist/lambda-calc/types.d.ts.map +0 -1
- package/dist/lambda-calc/types.js.map +0 -1
- package/dist/lsp/index.d.ts.map +0 -1
- package/dist/lsp/index.js.map +0 -1
- package/dist/lsp/protocol.d.ts.map +0 -1
- package/dist/lsp/protocol.js.map +0 -1
- package/dist/lsp/server.d.ts.map +0 -1
- package/dist/lsp/server.js +0 -529
- package/dist/lsp/server.js.map +0 -1
- package/dist/lsp/types.d.ts.map +0 -1
- package/dist/lsp/types.js.map +0 -1
- package/dist/mltt/equality.d.ts.map +0 -1
- package/dist/mltt/equality.js.map +0 -1
- package/dist/mltt/index.d.ts.map +0 -1
- package/dist/mltt/index.js.map +0 -1
- package/dist/mltt/infer.d.ts.map +0 -1
- package/dist/mltt/infer.js.map +0 -1
- package/dist/mltt/normalize.d.ts.map +0 -1
- package/dist/mltt/normalize.js.map +0 -1
- package/dist/mltt/substitute.d.ts.map +0 -1
- package/dist/mltt/substitute.js.map +0 -1
- package/dist/mltt/types.d.ts.map +0 -1
- package/dist/mltt/types.js.map +0 -1
- package/dist/nbe/index.d.ts.map +0 -1
- package/dist/nbe/index.js.map +0 -1
- package/dist/nbe/nbe.d.ts.map +0 -1
- package/dist/nbe/nbe.js.map +0 -1
- package/dist/nbe/types.d.ts.map +0 -1
- package/dist/nbe/types.js.map +0 -1
- package/dist/optimization/branch-and-bound.d.ts.map +0 -1
- package/dist/optimization/branch-and-bound.js.map +0 -1
- package/dist/optimization/index.d.ts.map +0 -1
- package/dist/optimization/index.js.map +0 -1
- package/dist/optimization/simplex.d.ts.map +0 -1
- package/dist/optimization/simplex.js.map +0 -1
- package/dist/optimization/standard-form.d.ts.map +0 -1
- package/dist/optimization/standard-form.js.map +0 -1
- package/dist/optimization/types.d.ts.map +0 -1
- package/dist/optimization/types.js.map +0 -1
- package/dist/plugin-system/demo-min-logic.d.ts.map +0 -1
- package/dist/plugin-system/demo-min-logic.js.map +0 -1
- package/dist/plugin-system/errors.d.ts.map +0 -1
- package/dist/plugin-system/errors.js.map +0 -1
- package/dist/plugin-system/index.d.ts.map +0 -1
- package/dist/plugin-system/index.js.map +0 -1
- package/dist/plugin-system/registry.d.ts.map +0 -1
- package/dist/plugin-system/registry.js.map +0 -1
- package/dist/plugin-system/types.d.ts +0 -23
- package/dist/plugin-system/types.d.ts.map +0 -1
- package/dist/plugin-system/types.js.map +0 -1
- package/dist/plugin-system/validate.d.ts.map +0 -1
- package/dist/plugin-system/validate.js.map +0 -1
- package/dist/profile-bridge/index.d.ts +0 -64
- package/dist/profile-bridge/index.d.ts.map +0 -1
- package/dist/profile-bridge/index.js.map +0 -1
- package/dist/profiles/aristotelian/syllogistic.d.ts +0 -14
- package/dist/profiles/aristotelian/syllogistic.d.ts.map +0 -1
- package/dist/profiles/aristotelian/syllogistic.js.map +0 -1
- package/dist/profiles/arithmetic/index.d.ts +0 -15
- package/dist/profiles/arithmetic/index.d.ts.map +0 -1
- package/dist/profiles/arithmetic/index.js.map +0 -1
- package/dist/profiles/classical/cdcl.d.ts +0 -34
- package/dist/profiles/classical/cdcl.d.ts.map +0 -1
- package/dist/profiles/classical/cdcl.js.map +0 -1
- package/dist/profiles/classical/dpll.d.ts +0 -20
- package/dist/profiles/classical/dpll.d.ts.map +0 -1
- package/dist/profiles/classical/dpll.js.map +0 -1
- package/dist/profiles/classical/first-order.d.ts +0 -20
- package/dist/profiles/classical/first-order.d.ts.map +0 -1
- package/dist/profiles/classical/first-order.js.map +0 -1
- package/dist/profiles/classical/parallel-sat.d.ts.map +0 -1
- package/dist/profiles/classical/parallel-sat.js.map +0 -1
- package/dist/profiles/classical/propositional.d.ts +0 -30
- package/dist/profiles/classical/propositional.d.ts.map +0 -1
- package/dist/profiles/classical/propositional.js +0 -2868
- package/dist/profiles/classical/propositional.js.map +0 -1
- package/dist/profiles/classical/sat-preprocess.d.ts.map +0 -1
- package/dist/profiles/classical/sat-preprocess.js.map +0 -1
- package/dist/profiles/classical/undecidability-detector.d.ts +0 -13
- package/dist/profiles/classical/undecidability-detector.d.ts.map +0 -1
- package/dist/profiles/classical/undecidability-detector.js.map +0 -1
- package/dist/profiles/ctl/check.d.ts.map +0 -1
- package/dist/profiles/ctl/check.js.map +0 -1
- package/dist/profiles/ctl/index.d.ts.map +0 -1
- package/dist/profiles/ctl/index.js.map +0 -1
- package/dist/profiles/ctl/types.d.ts.map +0 -1
- package/dist/profiles/ctl/types.js.map +0 -1
- package/dist/profiles/ctl/witness.d.ts.map +0 -1
- package/dist/profiles/ctl/witness.js.map +0 -1
- package/dist/profiles/default-logic/entailment.d.ts.map +0 -1
- package/dist/profiles/default-logic/entailment.js.map +0 -1
- package/dist/profiles/default-logic/extensions.d.ts.map +0 -1
- package/dist/profiles/default-logic/extensions.js.map +0 -1
- package/dist/profiles/default-logic/index.d.ts.map +0 -1
- package/dist/profiles/default-logic/index.js.map +0 -1
- package/dist/profiles/default-logic/types.d.ts.map +0 -1
- package/dist/profiles/default-logic/types.js.map +0 -1
- package/dist/profiles/deontic/standard.d.ts +0 -10
- package/dist/profiles/deontic/standard.d.ts.map +0 -1
- package/dist/profiles/deontic/standard.js.map +0 -1
- package/dist/profiles/description-logic/index.d.ts.map +0 -1
- package/dist/profiles/description-logic/index.js.map +0 -1
- package/dist/profiles/description-logic/nnf.d.ts.map +0 -1
- package/dist/profiles/description-logic/nnf.js.map +0 -1
- package/dist/profiles/description-logic/tableau.d.ts.map +0 -1
- package/dist/profiles/description-logic/tableau.js.map +0 -1
- package/dist/profiles/description-logic/types.d.ts.map +0 -1
- package/dist/profiles/description-logic/types.js.map +0 -1
- package/dist/profiles/epistemic/s5.d.ts +0 -10
- package/dist/profiles/epistemic/s5.d.ts.map +0 -1
- package/dist/profiles/epistemic/s5.js.map +0 -1
- package/dist/profiles/hol/connectives.d.ts.map +0 -1
- package/dist/profiles/hol/connectives.js.map +0 -1
- package/dist/profiles/hol/index.d.ts.map +0 -1
- package/dist/profiles/hol/index.js.map +0 -1
- package/dist/profiles/hol/rules.d.ts.map +0 -1
- package/dist/profiles/hol/rules.js.map +0 -1
- package/dist/profiles/hol/term.d.ts.map +0 -1
- package/dist/profiles/hol/term.js.map +0 -1
- package/dist/profiles/hol/type-system.d.ts.map +0 -1
- package/dist/profiles/hol/type-system.js.map +0 -1
- package/dist/profiles/hol/types.d.ts.map +0 -1
- package/dist/profiles/hol/types.js.map +0 -1
- package/dist/profiles/hybrid-logic/index.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/index.js.map +0 -1
- package/dist/profiles/hybrid-logic/sat.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/sat.js.map +0 -1
- package/dist/profiles/hybrid-logic/semantics.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/semantics.js.map +0 -1
- package/dist/profiles/hybrid-logic/types.d.ts.map +0 -1
- package/dist/profiles/hybrid-logic/types.js.map +0 -1
- package/dist/profiles/index.d.ts.map +0 -1
- package/dist/profiles/index.js.map +0 -1
- package/dist/profiles/interface.d.ts +0 -11
- package/dist/profiles/interface.d.ts.map +0 -1
- package/dist/profiles/interface.js.map +0 -1
- package/dist/profiles/intuitionistic/propositional.d.ts +0 -14
- package/dist/profiles/intuitionistic/propositional.d.ts.map +0 -1
- package/dist/profiles/intuitionistic/propositional.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/formula.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/formula.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/index.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/index.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/kripke.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/kripke.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/prover.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/prover.js.map +0 -1
- package/dist/profiles/intuitionistic-nj/types.d.ts.map +0 -1
- package/dist/profiles/intuitionistic-nj/types.js.map +0 -1
- package/dist/profiles/ltl-sat/index.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/index.js.map +0 -1
- package/dist/profiles/ltl-sat/sat.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/sat.js.map +0 -1
- package/dist/profiles/ltl-sat/tableau.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/tableau.js.map +0 -1
- package/dist/profiles/ltl-sat/types.d.ts.map +0 -1
- package/dist/profiles/ltl-sat/types.js.map +0 -1
- package/dist/profiles/many-valued/index.d.ts.map +0 -1
- package/dist/profiles/many-valued/index.js.map +0 -1
- package/dist/profiles/modal/k.d.ts +0 -10
- package/dist/profiles/modal/k.d.ts.map +0 -1
- package/dist/profiles/modal/k.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/formula.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/formula.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/index.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/index.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/systems.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/systems.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/tableau.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/tableau.js.map +0 -1
- package/dist/profiles/modal-frame-axioms/types.d.ts.map +0 -1
- package/dist/profiles/modal-frame-axioms/types.js.map +0 -1
- package/dist/profiles/mu-calculus/check.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/check.js.map +0 -1
- package/dist/profiles/mu-calculus/ctl-translate.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/ctl-translate.js.map +0 -1
- package/dist/profiles/mu-calculus/index.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/index.js.map +0 -1
- package/dist/profiles/mu-calculus/types.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/types.js.map +0 -1
- package/dist/profiles/mu-calculus/wellformed.d.ts.map +0 -1
- package/dist/profiles/mu-calculus/wellformed.js.map +0 -1
- package/dist/profiles/paraconsistent/belnap.d.ts +0 -28
- package/dist/profiles/paraconsistent/belnap.d.ts.map +0 -1
- package/dist/profiles/paraconsistent/belnap.js.map +0 -1
- package/dist/profiles/probabilistic/basic.d.ts +0 -18
- package/dist/profiles/probabilistic/basic.d.ts.map +0 -1
- package/dist/profiles/probabilistic/basic.js.map +0 -1
- package/dist/profiles/sequent-g3/index.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/index.js.map +0 -1
- package/dist/profiles/sequent-g3/latex.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/latex.js.map +0 -1
- package/dist/profiles/sequent-g3/normalize.d.ts +0 -15
- package/dist/profiles/sequent-g3/normalize.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/normalize.js.map +0 -1
- package/dist/profiles/sequent-g3/prover.d.ts +0 -16
- package/dist/profiles/sequent-g3/prover.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/prover.js.map +0 -1
- package/dist/profiles/sequent-g3/types.d.ts +0 -30
- package/dist/profiles/sequent-g3/types.d.ts.map +0 -1
- package/dist/profiles/sequent-g3/types.js.map +0 -1
- package/dist/profiles/sequent-lk/cut-elimination.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/cut-elimination.js.map +0 -1
- package/dist/profiles/sequent-lk/index.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/index.js.map +0 -1
- package/dist/profiles/sequent-lk/prover.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/prover.js.map +0 -1
- package/dist/profiles/sequent-lk/types.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/types.js.map +0 -1
- package/dist/profiles/sequent-lk/util.d.ts.map +0 -1
- package/dist/profiles/sequent-lk/util.js.map +0 -1
- package/dist/profiles/shared/base-profile.d.ts +0 -22
- package/dist/profiles/shared/base-profile.d.ts.map +0 -1
- package/dist/profiles/shared/base-profile.js +0 -219
- package/dist/profiles/shared/base-profile.js.map +0 -1
- package/dist/profiles/shared/tableau-engine.d.ts +0 -73
- package/dist/profiles/shared/tableau-engine.d.ts.map +0 -1
- package/dist/profiles/shared/tableau-engine.js +0 -684
- package/dist/profiles/shared/tableau-engine.js.map +0 -1
- package/dist/profiles/substructural/index.d.ts.map +0 -1
- package/dist/profiles/substructural/index.js.map +0 -1
- package/dist/profiles/substructural/prover.d.ts.map +0 -1
- package/dist/profiles/substructural/prover.js.map +0 -1
- package/dist/profiles/substructural/types.d.ts.map +0 -1
- package/dist/profiles/substructural/types.js.map +0 -1
- package/dist/profiles/temporal/ltl.d.ts +0 -12
- package/dist/profiles/temporal/ltl.d.ts.map +0 -1
- package/dist/profiles/temporal/ltl.js.map +0 -1
- package/dist/proof-exchange/index.d.ts +0 -24
- package/dist/proof-exchange/index.d.ts.map +0 -1
- package/dist/proof-exchange/index.js.map +0 -1
- package/dist/proof-nets/construct.d.ts.map +0 -1
- package/dist/proof-nets/construct.js.map +0 -1
- package/dist/proof-nets/correctness.d.ts.map +0 -1
- package/dist/proof-nets/correctness.js.map +0 -1
- package/dist/proof-nets/cut-elim.d.ts.map +0 -1
- package/dist/proof-nets/cut-elim.js.map +0 -1
- package/dist/proof-nets/index.d.ts.map +0 -1
- package/dist/proof-nets/index.js.map +0 -1
- package/dist/proof-nets/types.d.ts.map +0 -1
- package/dist/proof-nets/types.js.map +0 -1
- package/dist/refinement-types/checker.d.ts.map +0 -1
- package/dist/refinement-types/checker.js.map +0 -1
- package/dist/refinement-types/index.d.ts.map +0 -1
- package/dist/refinement-types/index.js.map +0 -1
- package/dist/refinement-types/predicate.d.ts.map +0 -1
- package/dist/refinement-types/predicate.js.map +0 -1
- package/dist/refinement-types/solver.d.ts.map +0 -1
- package/dist/refinement-types/solver.js.map +0 -1
- package/dist/refinement-types/subtype.d.ts.map +0 -1
- package/dist/refinement-types/subtype.js.map +0 -1
- package/dist/refinement-types/types.d.ts.map +0 -1
- package/dist/refinement-types/types.js.map +0 -1
- package/dist/runtime/abduction/entails.d.ts.map +0 -1
- package/dist/runtime/abduction/entails.js.map +0 -1
- package/dist/runtime/abduction/find.d.ts.map +0 -1
- package/dist/runtime/abduction/find.js.map +0 -1
- package/dist/runtime/abduction/index.d.ts.map +0 -1
- package/dist/runtime/abduction/index.js.map +0 -1
- package/dist/runtime/abduction/types.d.ts.map +0 -1
- package/dist/runtime/abduction/types.js.map +0 -1
- package/dist/runtime/bayesian/factor.d.ts.map +0 -1
- package/dist/runtime/bayesian/factor.js.map +0 -1
- package/dist/runtime/bayesian/index.d.ts.map +0 -1
- package/dist/runtime/bayesian/index.js.map +0 -1
- package/dist/runtime/bayesian/inference.d.ts.map +0 -1
- package/dist/runtime/bayesian/inference.js.map +0 -1
- package/dist/runtime/bayesian/types.d.ts.map +0 -1
- package/dist/runtime/bayesian/types.js.map +0 -1
- package/dist/runtime/csp/ac3.d.ts.map +0 -1
- package/dist/runtime/csp/ac3.js.map +0 -1
- package/dist/runtime/csp/backtrack.d.ts.map +0 -1
- package/dist/runtime/csp/backtrack.js.map +0 -1
- package/dist/runtime/csp/builtins.d.ts.map +0 -1
- package/dist/runtime/csp/builtins.js.map +0 -1
- package/dist/runtime/csp/index.d.ts.map +0 -1
- package/dist/runtime/csp/index.js.map +0 -1
- package/dist/runtime/csp/types.d.ts.map +0 -1
- package/dist/runtime/csp/types.js.map +0 -1
- package/dist/runtime/fca/context.d.ts.map +0 -1
- package/dist/runtime/fca/context.js.map +0 -1
- package/dist/runtime/fca/implications.d.ts.map +0 -1
- package/dist/runtime/fca/implications.js.map +0 -1
- package/dist/runtime/fca/index.d.ts.map +0 -1
- package/dist/runtime/fca/index.js.map +0 -1
- package/dist/runtime/fca/lattice.d.ts.map +0 -1
- package/dist/runtime/fca/lattice.js.map +0 -1
- package/dist/runtime/fca/next-closure.d.ts.map +0 -1
- package/dist/runtime/fca/next-closure.js.map +0 -1
- package/dist/runtime/fca/types.d.ts.map +0 -1
- package/dist/runtime/fca/types.js.map +0 -1
- package/dist/runtime/markov-logic/grounding.d.ts.map +0 -1
- package/dist/runtime/markov-logic/grounding.js.map +0 -1
- package/dist/runtime/markov-logic/index.d.ts.map +0 -1
- package/dist/runtime/markov-logic/index.js.map +0 -1
- package/dist/runtime/markov-logic/inference.d.ts.map +0 -1
- package/dist/runtime/markov-logic/inference.js.map +0 -1
- package/dist/runtime/markov-logic/parser.d.ts.map +0 -1
- package/dist/runtime/markov-logic/parser.js.map +0 -1
- package/dist/runtime/markov-logic/types.d.ts.map +0 -1
- package/dist/runtime/markov-logic/types.js.map +0 -1
- package/dist/runtime/mus/extract.d.ts.map +0 -1
- package/dist/runtime/mus/extract.js.map +0 -1
- package/dist/runtime/mus/index.d.ts.map +0 -1
- package/dist/runtime/mus/index.js.map +0 -1
- package/dist/runtime/mus/quickxplain.d.ts.map +0 -1
- package/dist/runtime/mus/quickxplain.js.map +0 -1
- package/dist/runtime/mus/types.d.ts.map +0 -1
- package/dist/runtime/mus/types.js.map +0 -1
- package/dist/runtime/planning/astar.d.ts.map +0 -1
- package/dist/runtime/planning/astar.js.map +0 -1
- package/dist/runtime/planning/bfs.d.ts.map +0 -1
- package/dist/runtime/planning/bfs.js.map +0 -1
- package/dist/runtime/planning/ground.d.ts.map +0 -1
- package/dist/runtime/planning/ground.js.map +0 -1
- package/dist/runtime/planning/heuristic.d.ts.map +0 -1
- package/dist/runtime/planning/heuristic.js.map +0 -1
- package/dist/runtime/planning/index.d.ts.map +0 -1
- package/dist/runtime/planning/index.js.map +0 -1
- package/dist/runtime/planning/types.d.ts.map +0 -1
- package/dist/runtime/planning/types.js.map +0 -1
- package/dist/runtime/proof-minify/index.d.ts.map +0 -1
- package/dist/runtime/proof-minify/index.js.map +0 -1
- package/dist/runtime/proof-minify/minify.d.ts.map +0 -1
- package/dist/runtime/proof-minify/minify.js.map +0 -1
- package/dist/runtime/proof-minify/types.d.ts.map +0 -1
- package/dist/runtime/proof-minify/types.js.map +0 -1
- package/dist/runtime/smt/index.d.ts.map +0 -1
- package/dist/runtime/smt/index.js.map +0 -1
- package/dist/runtime/smt/mock-backend.d.ts.map +0 -1
- package/dist/runtime/smt/mock-backend.js.map +0 -1
- package/dist/runtime/smt/serializer.d.ts.map +0 -1
- package/dist/runtime/smt/serializer.js.map +0 -1
- package/dist/runtime/smt/subprocess-backend.d.ts.map +0 -1
- package/dist/runtime/smt/subprocess-backend.js.map +0 -1
- package/dist/runtime/smt/types.d.ts.map +0 -1
- package/dist/runtime/smt/types.js.map +0 -1
- package/dist/smt-lib/ast.d.ts.map +0 -1
- package/dist/smt-lib/ast.js.map +0 -1
- package/dist/smt-lib/emitter.d.ts.map +0 -1
- package/dist/smt-lib/emitter.js.map +0 -1
- package/dist/smt-lib/index.d.ts.map +0 -1
- package/dist/smt-lib/index.js.map +0 -1
- package/dist/smt-lib/parser.d.ts.map +0 -1
- package/dist/smt-lib/parser.js.map +0 -1
- package/dist/smt-lib/tokenizer.d.ts.map +0 -1
- package/dist/smt-lib/tokenizer.js.map +0 -1
- package/dist/system-f/index.d.ts.map +0 -1
- package/dist/system-f/index.js.map +0 -1
- package/dist/system-f/infer.d.ts.map +0 -1
- package/dist/system-f/infer.js.map +0 -1
- package/dist/system-f/reduce.d.ts.map +0 -1
- package/dist/system-f/reduce.js.map +0 -1
- package/dist/system-f/types.d.ts.map +0 -1
- package/dist/system-f/types.js.map +0 -1
- package/dist/tableau-framework/TableauProver.d.ts.map +0 -1
- package/dist/tableau-framework/TableauProver.js.map +0 -1
- package/dist/tableau-framework/index.d.ts.map +0 -1
- package/dist/tableau-framework/index.js.map +0 -1
- package/dist/tableau-framework/propositional.d.ts.map +0 -1
- package/dist/tableau-framework/propositional.js.map +0 -1
- package/dist/tableau-framework/types.d.ts.map +0 -1
- package/dist/tableau-framework/types.js.map +0 -1
- package/dist/tests/abduction/abduction.test.d.ts.map +0 -1
- package/dist/tests/abduction/abduction.test.js +0 -380
- package/dist/tests/abduction/abduction.test.js.map +0 -1
- package/dist/tests/argumentation/dung.test.d.ts.map +0 -1
- package/dist/tests/argumentation/dung.test.js +0 -219
- package/dist/tests/argumentation/dung.test.js.map +0 -1
- package/dist/tests/bayesian/bayesian.test.d.ts.map +0 -1
- package/dist/tests/bayesian/bayesian.test.js +0 -328
- package/dist/tests/bayesian/bayesian.test.js.map +0 -1
- package/dist/tests/bdd/manager.test.d.ts.map +0 -1
- package/dist/tests/bdd/manager.test.js +0 -472
- package/dist/tests/bdd/manager.test.js.map +0 -1
- package/dist/tests/belief-revision/agm.test.d.ts.map +0 -1
- package/dist/tests/belief-revision/agm.test.js +0 -173
- package/dist/tests/belief-revision/agm.test.js.map +0 -1
- package/dist/tests/citation-reasoning/citation-reasoning.test.d.ts.map +0 -1
- package/dist/tests/citation-reasoning/citation-reasoning.test.js +0 -240
- package/dist/tests/citation-reasoning/citation-reasoning.test.js.map +0 -1
- package/dist/tests/coinduction/coinduction.test.d.ts.map +0 -1
- package/dist/tests/coinduction/coinduction.test.js +0 -217
- package/dist/tests/coinduction/coinduction.test.js.map +0 -1
- package/dist/tests/combinators-ski/combinators-ski.test.d.ts.map +0 -1
- package/dist/tests/combinators-ski/combinators-ski.test.js +0 -211
- package/dist/tests/combinators-ski/combinators-ski.test.js.map +0 -1
- package/dist/tests/constructive-reals/constructive-reals.test.d.ts.map +0 -1
- package/dist/tests/constructive-reals/constructive-reals.test.js +0 -357
- package/dist/tests/constructive-reals/constructive-reals.test.js.map +0 -1
- package/dist/tests/csp/csp.test.d.ts.map +0 -1
- package/dist/tests/csp/csp.test.js +0 -292
- package/dist/tests/csp/csp.test.js.map +0 -1
- package/dist/tests/ctl/check.test.d.ts.map +0 -1
- package/dist/tests/ctl/check.test.js +0 -337
- package/dist/tests/ctl/check.test.js.map +0 -1
- package/dist/tests/curry-howard/infer.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/infer.test.js +0 -93
- package/dist/tests/curry-howard/infer.test.js.map +0 -1
- package/dist/tests/curry-howard/proof.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/proof.test.js +0 -105
- package/dist/tests/curry-howard/proof.test.js.map +0 -1
- package/dist/tests/curry-howard/reduce.test.d.ts.map +0 -1
- package/dist/tests/curry-howard/reduce.test.js +0 -109
- package/dist/tests/curry-howard/reduce.test.js.map +0 -1
- package/dist/tests/default-logic/extensions.test.d.ts.map +0 -1
- package/dist/tests/default-logic/extensions.test.js +0 -323
- package/dist/tests/default-logic/extensions.test.js.map +0 -1
- package/dist/tests/description-logic/alc.test.d.ts.map +0 -1
- package/dist/tests/description-logic/alc.test.js +0 -253
- package/dist/tests/description-logic/alc.test.js.map +0 -1
- package/dist/tests/educational/checker.test.d.ts.map +0 -1
- package/dist/tests/educational/checker.test.js +0 -212
- package/dist/tests/educational/checker.test.js.map +0 -1
- package/dist/tests/educational/generator.test.d.ts.map +0 -1
- package/dist/tests/educational/generator.test.js +0 -137
- package/dist/tests/educational/generator.test.js.map +0 -1
- package/dist/tests/exporters/coq/coq-exporter.test.d.ts.map +0 -1
- package/dist/tests/exporters/coq/coq-exporter.test.js +0 -353
- package/dist/tests/exporters/coq/coq-exporter.test.js.map +0 -1
- package/dist/tests/fca/fca.test.d.ts.map +0 -1
- package/dist/tests/fca/fca.test.js +0 -317
- package/dist/tests/fca/fca.test.js.map +0 -1
- package/dist/tests/fol-prover/cnf.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/cnf.test.js +0 -74
- package/dist/tests/fol-prover/cnf.test.js.map +0 -1
- package/dist/tests/fol-prover/prove.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/prove.test.js +0 -106
- package/dist/tests/fol-prover/prove.test.js.map +0 -1
- package/dist/tests/fol-prover/unify.test.d.ts.map +0 -1
- package/dist/tests/fol-prover/unify.test.js +0 -66
- package/dist/tests/fol-prover/unify.test.js.map +0 -1
- package/dist/tests/fol-prover-equality/prove.test.d.ts.map +0 -1
- package/dist/tests/fol-prover-equality/prove.test.js +0 -179
- package/dist/tests/fol-prover-equality/prove.test.js.map +0 -1
- package/dist/tests/game-semantics/game-semantics.test.d.ts.map +0 -1
- package/dist/tests/game-semantics/game-semantics.test.js +0 -143
- package/dist/tests/game-semantics/game-semantics.test.js.map +0 -1
- package/dist/tests/game-theory/game-theory.test.d.ts.map +0 -1
- package/dist/tests/game-theory/game-theory.test.js +0 -252
- package/dist/tests/game-theory/game-theory.test.js.map +0 -1
- package/dist/tests/higher-order-unify/ho-unify.test.d.ts.map +0 -1
- package/dist/tests/higher-order-unify/ho-unify.test.js +0 -264
- package/dist/tests/higher-order-unify/ho-unify.test.js.map +0 -1
- package/dist/tests/hol/hol.test.d.ts.map +0 -1
- package/dist/tests/hol/hol.test.js +0 -340
- package/dist/tests/hol/hol.test.js.map +0 -1
- package/dist/tests/hybrid-logic/semantics.test.d.ts.map +0 -1
- package/dist/tests/hybrid-logic/semantics.test.js +0 -169
- package/dist/tests/hybrid-logic/semantics.test.js.map +0 -1
- package/dist/tests/hyperreal/hyperreal.test.d.ts.map +0 -1
- package/dist/tests/hyperreal/hyperreal.test.js +0 -219
- package/dist/tests/hyperreal/hyperreal.test.js.map +0 -1
- package/dist/tests/information-theory/information-theory.test.d.ts.map +0 -1
- package/dist/tests/information-theory/information-theory.test.js +0 -291
- package/dist/tests/information-theory/information-theory.test.js.map +0 -1
- package/dist/tests/intuitionistic-nj/nj.test.d.ts.map +0 -1
- package/dist/tests/intuitionistic-nj/nj.test.js +0 -216
- package/dist/tests/intuitionistic-nj/nj.test.js.map +0 -1
- package/dist/tests/lambda-calc/lambda-calc.test.d.ts.map +0 -1
- package/dist/tests/lambda-calc/lambda-calc.test.js +0 -164
- package/dist/tests/lambda-calc/lambda-calc.test.js.map +0 -1
- package/dist/tests/lsp/server.test.d.ts.map +0 -1
- package/dist/tests/lsp/server.test.js +0 -406
- package/dist/tests/lsp/server.test.js.map +0 -1
- package/dist/tests/ltl-sat/sat.test.d.ts.map +0 -1
- package/dist/tests/ltl-sat/sat.test.js +0 -160
- package/dist/tests/ltl-sat/sat.test.js.map +0 -1
- package/dist/tests/many-valued/many-valued.test.d.ts.map +0 -1
- package/dist/tests/many-valued/many-valued.test.js +0 -150
- package/dist/tests/many-valued/many-valued.test.js.map +0 -1
- package/dist/tests/markov-logic/markov-logic.test.d.ts.map +0 -1
- package/dist/tests/markov-logic/markov-logic.test.js +0 -349
- package/dist/tests/markov-logic/markov-logic.test.js.map +0 -1
- package/dist/tests/mltt/mltt.test.d.ts.map +0 -1
- package/dist/tests/mltt/mltt.test.js +0 -181
- package/dist/tests/mltt/mltt.test.js.map +0 -1
- package/dist/tests/modal-frame-axioms/frame-axioms.test.d.ts.map +0 -1
- package/dist/tests/modal-frame-axioms/frame-axioms.test.js +0 -236
- package/dist/tests/modal-frame-axioms/frame-axioms.test.js.map +0 -1
- package/dist/tests/mu-calculus/check.test.d.ts.map +0 -1
- package/dist/tests/mu-calculus/check.test.js +0 -234
- package/dist/tests/mu-calculus/check.test.js.map +0 -1
- package/dist/tests/mus/extract.test.d.ts.map +0 -1
- package/dist/tests/mus/extract.test.js +0 -352
- package/dist/tests/mus/extract.test.js.map +0 -1
- package/dist/tests/nbe/nbe.test.d.ts.map +0 -1
- package/dist/tests/nbe/nbe.test.js +0 -121
- package/dist/tests/nbe/nbe.test.js.map +0 -1
- package/dist/tests/optimization/ilp.test.d.ts.map +0 -1
- package/dist/tests/optimization/ilp.test.js +0 -204
- package/dist/tests/optimization/ilp.test.js.map +0 -1
- package/dist/tests/optimization/lp.test.d.ts.map +0 -1
- package/dist/tests/optimization/lp.test.js +0 -224
- package/dist/tests/optimization/lp.test.js.map +0 -1
- package/dist/tests/planning/planning.test.d.ts.map +0 -1
- package/dist/tests/planning/planning.test.js +0 -397
- package/dist/tests/planning/planning.test.js.map +0 -1
- package/dist/tests/plugin-system/demo-min-logic.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/demo-min-logic.test.js +0 -85
- package/dist/tests/plugin-system/demo-min-logic.test.js.map +0 -1
- package/dist/tests/plugin-system/registry.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/registry.test.js +0 -88
- package/dist/tests/plugin-system/registry.test.js.map +0 -1
- package/dist/tests/plugin-system/validate.test.d.ts.map +0 -1
- package/dist/tests/plugin-system/validate.test.js +0 -101
- package/dist/tests/plugin-system/validate.test.js.map +0 -1
- package/dist/tests/profile-bridge/translations.test.d.ts.map +0 -1
- package/dist/tests/profile-bridge/translations.test.js +0 -266
- package/dist/tests/profile-bridge/translations.test.js.map +0 -1
- package/dist/tests/profiles.test.d.ts.map +0 -1
- package/dist/tests/profiles.test.js +0 -393
- package/dist/tests/profiles.test.js.map +0 -1
- package/dist/tests/proof-exchange/proof-exchange.test.d.ts.map +0 -1
- package/dist/tests/proof-exchange/proof-exchange.test.js +0 -161
- package/dist/tests/proof-exchange/proof-exchange.test.js.map +0 -1
- package/dist/tests/proof-minify/minify.test.d.ts.map +0 -1
- package/dist/tests/proof-minify/minify.test.js +0 -281
- package/dist/tests/proof-minify/minify.test.js.map +0 -1
- package/dist/tests/proof-nets/proof-nets.test.d.ts.map +0 -1
- package/dist/tests/proof-nets/proof-nets.test.js +0 -263
- package/dist/tests/proof-nets/proof-nets.test.js.map +0 -1
- package/dist/tests/refinement-types/refinement-types.test.d.ts.map +0 -1
- package/dist/tests/refinement-types/refinement-types.test.js +0 -174
- package/dist/tests/refinement-types/refinement-types.test.js.map +0 -1
- package/dist/tests/sat-v2/clause-learning.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/clause-learning.test.js +0 -73
- package/dist/tests/sat-v2/clause-learning.test.js.map +0 -1
- package/dist/tests/sat-v2/lbd.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/lbd.test.js +0 -82
- package/dist/tests/sat-v2/lbd.test.js.map +0 -1
- package/dist/tests/sat-v2/luby.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/luby.test.js +0 -58
- package/dist/tests/sat-v2/luby.test.js.map +0 -1
- package/dist/tests/sat-v2/phase-saving.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/phase-saving.test.js +0 -38
- package/dist/tests/sat-v2/phase-saving.test.js.map +0 -1
- package/dist/tests/sat-v2/solver-end-to-end.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/solver-end-to-end.test.js +0 -199
- package/dist/tests/sat-v2/solver-end-to-end.test.js.map +0 -1
- package/dist/tests/sat-v2/vsids.test.d.ts.map +0 -1
- package/dist/tests/sat-v2/vsids.test.js +0 -69
- package/dist/tests/sat-v2/vsids.test.js.map +0 -1
- package/dist/tests/sat-v2-incremental/basic.test.d.ts.map +0 -1
- package/dist/tests/sat-v2-incremental/basic.test.js +0 -352
- package/dist/tests/sat-v2-incremental/basic.test.js.map +0 -1
- package/dist/tests/sequent-g3/prover.test.d.ts.map +0 -1
- package/dist/tests/sequent-g3/prover.test.js +0 -205
- package/dist/tests/sequent-g3/prover.test.js.map +0 -1
- package/dist/tests/sequent-lk/prover.test.d.ts.map +0 -1
- package/dist/tests/sequent-lk/prover.test.js +0 -317
- package/dist/tests/sequent-lk/prover.test.js.map +0 -1
- package/dist/tests/smt/mock-backend.test.d.ts.map +0 -1
- package/dist/tests/smt/mock-backend.test.js +0 -129
- package/dist/tests/smt/mock-backend.test.js.map +0 -1
- package/dist/tests/smt/serializer.test.d.ts.map +0 -1
- package/dist/tests/smt/serializer.test.js +0 -94
- package/dist/tests/smt/serializer.test.js.map +0 -1
- package/dist/tests/smt/subprocess-backend.test.d.ts.map +0 -1
- package/dist/tests/smt/subprocess-backend.test.js +0 -89
- package/dist/tests/smt/subprocess-backend.test.js.map +0 -1
- package/dist/tests/smt-lib/emitter.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/emitter.test.js +0 -155
- package/dist/tests/smt-lib/emitter.test.js.map +0 -1
- package/dist/tests/smt-lib/parser.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/parser.test.js +0 -164
- package/dist/tests/smt-lib/parser.test.js.map +0 -1
- package/dist/tests/smt-lib/tokenizer.test.d.ts.map +0 -1
- package/dist/tests/smt-lib/tokenizer.test.js +0 -59
- package/dist/tests/smt-lib/tokenizer.test.js.map +0 -1
- package/dist/tests/substructural/prover.test.d.ts.map +0 -1
- package/dist/tests/substructural/prover.test.js +0 -271
- package/dist/tests/substructural/prover.test.js.map +0 -1
- package/dist/tests/system-f/system-f.test.d.ts.map +0 -1
- package/dist/tests/system-f/system-f.test.js +0 -217
- package/dist/tests/system-f/system-f.test.js.map +0 -1
- package/dist/tests/tableau-framework/tableau.test.d.ts.map +0 -1
- package/dist/tests/tableau-framework/tableau.test.js +0 -196
- package/dist/tests/tableau-framework/tableau.test.js.map +0 -1
- package/dist/tests/text-layer-v2/claim-graph.test.d.ts.map +0 -1
- package/dist/tests/text-layer-v2/claim-graph.test.js +0 -255
- package/dist/tests/text-layer-v2/claim-graph.test.js.map +0 -1
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.d.ts.map +0 -1
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js +0 -200
- package/dist/tests/text-layer-v2/mdx-bridge/mdx-bridge.test.js.map +0 -1
- package/dist/tests/time-travel/snapshot.test.d.ts.map +0 -1
- package/dist/tests/time-travel/snapshot.test.js +0 -75
- package/dist/tests/time-travel/snapshot.test.js.map +0 -1
- package/dist/tests/time-travel/store.test.d.ts.map +0 -1
- package/dist/tests/time-travel/store.test.js +0 -242
- package/dist/tests/time-travel/store.test.js.map +0 -1
- package/dist/text-layer/compiler.d.ts +0 -18
- package/dist/text-layer/compiler.d.ts.map +0 -1
- package/dist/text-layer/compiler.js.map +0 -1
- package/dist/text-layer/v2/claim-graph.d.ts.map +0 -1
- package/dist/text-layer/v2/claim-graph.js.map +0 -1
- package/dist/text-layer/v2/index.d.ts.map +0 -1
- package/dist/text-layer/v2/index.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/diff.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/diff.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/index.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/index.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/parser.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/parser.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/serializer.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/serializer.js.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/types.d.ts.map +0 -1
- package/dist/text-layer/v2/mdx-bridge/types.js.map +0 -1
- package/dist/text-layer/v2/types.d.ts.map +0 -1
- package/dist/text-layer/v2/types.js.map +0 -1
- package/dist/time-travel/index.d.ts.map +0 -1
- package/dist/time-travel/index.js.map +0 -1
- package/dist/time-travel/snapshot.d.ts.map +0 -1
- package/dist/time-travel/snapshot.js.map +0 -1
- package/dist/time-travel/store.d.ts.map +0 -1
- package/dist/time-travel/store.js.map +0 -1
- package/dist/time-travel/types.d.ts.map +0 -1
- package/dist/time-travel/types.js.map +0 -1
- /package/dist/{profile-bridge → logic/profile-bridge}/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/aristotelian/syllogistic.js +0 -0
- /package/dist/{profiles → logic/profiles}/arithmetic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/cdcl.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/dpll.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/first-order.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/parallel-sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/classical/parallel-sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/classical/sat-preprocess.js +0 -0
- /package/dist/{profiles → logic/profiles}/classical/undecidability-detector.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/check.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/check.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/witness.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ctl/witness.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/entailment.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/entailment.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/extensions.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/extensions.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/default-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/deontic/standard.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/nnf.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/nnf.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/description-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/epistemic/s5.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/semantics.js +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/hybrid-logic/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/interface.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic/propositional.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/formula.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/kripke.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/intuitionistic-nj/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/sat.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/sat.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/ltl-sat/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/many-valued/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/many-valued/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal/k.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/formula.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/systems.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/tableau.js +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/modal-frame-axioms/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/check.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/check.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/ctl-translate.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/mu-calculus/wellformed.js +0 -0
- /package/dist/{profiles → logic/profiles}/paraconsistent/belnap.js +0 -0
- /package/dist/{profiles → logic/profiles}/probabilistic/basic.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/latex.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/latex.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/normalize.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-g3/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/cut-elimination.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/util.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/sequent-lk/util.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/index.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/index.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/prover.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/prover.js +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/types.d.ts +0 -0
- /package/dist/{profiles → logic/profiles}/substructural/types.js +0 -0
- /package/dist/{profiles → logic/profiles}/temporal/ltl.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/cnf.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/index.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/index.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/prove.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/resolve.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/types.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/types.js +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/unify.d.ts +0 -0
- /package/dist/{fol-prover → proof-systems/fol-prover}/unify.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/demodulate.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/index.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/paramodulate.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/term-utils.js +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.d.ts +0 -0
- /package/dist/{fol-prover-equality → proof-systems/fol-prover-equality}/types.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/index.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/normalize.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/pattern.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/types.js +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.d.ts +0 -0
- /package/dist/{higher-order-unify → proof-systems/higher-order-unify}/unify.js +0 -0
- /package/dist/{proof-exchange → proof-systems/proof-exchange}/index.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/index.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/index.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/minify.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/minify.js +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/types.d.ts +0 -0
- /package/dist/{runtime → proof-systems}/proof-minify/types.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/construct.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/construct.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/correctness.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/cut-elim.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/index.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/index.js +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/types.d.ts +0 -0
- /package/dist/{proof-nets → proof-systems/proof-nets}/types.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/TableauProver.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/index.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/propositional.js +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.d.ts +0 -0
- /package/dist/{tableau-framework → proof-systems/tableau-framework}/types.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/entails.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/entails.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/find.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/find.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/index.js +0 -0
- /package/dist/{runtime → reasoning}/abduction/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/abduction/types.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/dot.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/dot.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/extensions.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/extensions.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/framework.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/framework.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/index.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/index.js +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/types.d.ts +0 -0
- /package/dist/{argumentation → reasoning/argumentation}/types.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/factor.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/factor.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/index.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/inference.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/inference.js +0 -0
- /package/dist/{runtime → reasoning}/bayesian/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/bayesian/types.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/agm.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/agm.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/index.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/index.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/parser.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/parser.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/sat.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/sat.js +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/types.d.ts +0 -0
- /package/dist/{belief-revision → reasoning/belief-revision}/types.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/derive.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/index.js +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.d.ts +0 -0
- /package/dist/{citation-reasoning → reasoning/citation-reasoning}/types.js +0 -0
- /package/dist/{constructive-reals → reasoning/constructive-reals}/index.d.ts +0 -0
- /package/dist/{constructive-reals → reasoning/constructive-reals}/index.js +0 -0
- /package/dist/{runtime → reasoning}/fca/context.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/context.js +0 -0
- /package/dist/{runtime → reasoning}/fca/implications.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/implications.js +0 -0
- /package/dist/{runtime → reasoning}/fca/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/index.js +0 -0
- /package/dist/{runtime → reasoning}/fca/lattice.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/lattice.js +0 -0
- /package/dist/{runtime → reasoning}/fca/next-closure.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/next-closure.js +0 -0
- /package/dist/{runtime → reasoning}/fca/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/fca/types.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/common-games.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/common-games.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/dominance.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/dominance.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/index.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/index.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/lemke-howson.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/linalg.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/linalg.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/pure-nash.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/pure-nash.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/support-enumeration.js +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/types.d.ts +0 -0
- /package/dist/{game-theory → reasoning/game-theory}/types.js +0 -0
- /package/dist/{hyperreal → reasoning/hyperreal}/index.d.ts +0 -0
- /package/dist/{hyperreal → reasoning/hyperreal}/index.js +0 -0
- /package/dist/{information-theory → reasoning/information-theory}/index.d.ts +0 -0
- /package/dist/{information-theory → reasoning/information-theory}/index.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/grounding.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/grounding.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/index.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/inference.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/inference.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/parser.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/parser.js +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/markov-logic/types.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/branch-and-bound.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/branch-and-bound.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/index.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/index.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/simplex.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/simplex.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/standard-form.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/standard-form.js +0 -0
- /package/dist/{optimization → reasoning/optimization}/types.d.ts +0 -0
- /package/dist/{optimization → reasoning/optimization}/types.js +0 -0
- /package/dist/{runtime → reasoning}/planning/astar.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/astar.js +0 -0
- /package/dist/{runtime → reasoning}/planning/bfs.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/bfs.js +0 -0
- /package/dist/{runtime → reasoning}/planning/ground.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/ground.js +0 -0
- /package/dist/{runtime → reasoning}/planning/heuristic.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/heuristic.js +0 -0
- /package/dist/{runtime → reasoning}/planning/index.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/index.js +0 -0
- /package/dist/{runtime → reasoning}/planning/types.d.ts +0 -0
- /package/dist/{runtime → reasoning}/planning/types.js +0 -0
- /package/dist/{bdd → runtime/bdd}/index.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/index.js +0 -0
- /package/dist/{bdd → runtime/bdd}/manager.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/manager.js +0 -0
- /package/dist/{bdd → runtime/bdd}/types.d.ts +0 -0
- /package/dist/{bdd → runtime/bdd}/types.js +0 -0
- /package/dist/{coinduction → semantics/coinduction}/index.d.ts +0 -0
- /package/dist/{coinduction → semantics/coinduction}/index.js +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/index.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/index.js +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/strategy.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/types.d.ts +0 -0
- /package/dist/{game-semantics → semantics/game-semantics}/types.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/compiler.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/claim-graph.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/index.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/index.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/diff.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/index.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/parser.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/serializer.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/mdx-bridge/types.js +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/types.d.ts +0 -0
- /package/dist/{text-layer → semantics/text-layer}/v2/types.js +0 -0
- /package/dist/{runtime → solver}/csp/ac3.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/ac3.js +0 -0
- /package/dist/{runtime → solver}/csp/backtrack.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/backtrack.js +0 -0
- /package/dist/{runtime → solver}/csp/builtins.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/builtins.js +0 -0
- /package/dist/{runtime → solver}/csp/index.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/index.js +0 -0
- /package/dist/{runtime → solver}/csp/types.d.ts +0 -0
- /package/dist/{runtime → solver}/csp/types.js +0 -0
- /package/dist/{runtime → solver}/mus/extract.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/extract.js +0 -0
- /package/dist/{runtime → solver}/mus/index.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/index.js +0 -0
- /package/dist/{runtime → solver}/mus/quickxplain.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/quickxplain.js +0 -0
- /package/dist/{runtime → solver}/mus/types.d.ts +0 -0
- /package/dist/{runtime → solver}/mus/types.js +0 -0
- /package/dist/{runtime → solver}/smt/index.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/index.js +0 -0
- /package/dist/{runtime → solver}/smt/mock-backend.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/mock-backend.js +0 -0
- /package/dist/{runtime → solver}/smt/serializer.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/serializer.js +0 -0
- /package/dist/{runtime → solver}/smt/subprocess-backend.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/subprocess-backend.js +0 -0
- /package/dist/{runtime → solver}/smt/types.d.ts +0 -0
- /package/dist/{runtime → solver}/smt/types.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/ast.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/ast.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/emitter.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/emitter.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/index.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/index.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/parser.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/parser.js +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/tokenizer.d.ts +0 -0
- /package/dist/{smt-lib → solver/smt-lib}/tokenizer.js +0 -0
- /package/dist/tests/{ctl → logic/ctl}/check.test.d.ts +0 -0
- /package/dist/tests/{default-logic → logic/default-logic}/extensions.test.d.ts +0 -0
- /package/dist/tests/{description-logic → logic/description-logic}/alc.test.d.ts +0 -0
- /package/dist/tests/{hybrid-logic → logic/hybrid-logic}/semantics.test.d.ts +0 -0
- /package/dist/tests/{intuitionistic-nj → logic/intuitionistic-nj}/nj.test.d.ts +0 -0
- /package/dist/tests/{ltl-sat → logic/ltl-sat}/sat.test.d.ts +0 -0
- /package/dist/tests/{many-valued → logic/many-valued}/many-valued.test.d.ts +0 -0
- /package/dist/tests/{modal-frame-axioms → logic/modal-frame-axioms}/frame-axioms.test.d.ts +0 -0
- /package/dist/tests/{mu-calculus → logic/mu-calculus}/check.test.d.ts +0 -0
- /package/dist/tests/{profile-bridge → logic/profile-bridge}/translations.test.d.ts +0 -0
- /package/dist/tests/{profiles.test.d.ts → logic/profiles.test.d.ts} +0 -0
- /package/dist/tests/{sequent-g3 → logic/sequent-g3}/prover.test.d.ts +0 -0
- /package/dist/tests/{sequent-lk → logic/sequent-lk}/prover.test.d.ts +0 -0
- /package/dist/tests/{substructural → logic/substructural}/prover.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/cnf.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/prove.test.d.ts +0 -0
- /package/dist/tests/{fol-prover → proof-systems/fol-prover}/unify.test.d.ts +0 -0
- /package/dist/tests/{fol-prover-equality → proof-systems/fol-prover-equality}/prove.test.d.ts +0 -0
- /package/dist/tests/{higher-order-unify → proof-systems/higher-order-unify}/ho-unify.test.d.ts +0 -0
- /package/dist/tests/{proof-exchange → proof-systems/proof-exchange}/proof-exchange.test.d.ts +0 -0
- /package/dist/tests/{proof-minify → proof-systems/proof-minify}/minify.test.d.ts +0 -0
- /package/dist/tests/{proof-nets → proof-systems/proof-nets}/proof-nets.test.d.ts +0 -0
- /package/dist/tests/{tableau-framework → proof-systems/tableau-framework}/tableau.test.d.ts +0 -0
- /package/dist/tests/{abduction → reasoning/abduction}/abduction.test.d.ts +0 -0
- /package/dist/tests/{argumentation → reasoning/argumentation}/dung.test.d.ts +0 -0
- /package/dist/tests/{bayesian → reasoning/bayesian}/bayesian.test.d.ts +0 -0
- /package/dist/tests/{belief-revision → reasoning/belief-revision}/agm.test.d.ts +0 -0
- /package/dist/tests/{citation-reasoning → reasoning/citation-reasoning}/citation-reasoning.test.d.ts +0 -0
- /package/dist/tests/{constructive-reals → reasoning/constructive-reals}/constructive-reals.test.d.ts +0 -0
- /package/dist/tests/{fca → reasoning/fca}/fca.test.d.ts +0 -0
- /package/dist/tests/{game-theory → reasoning/game-theory}/game-theory.test.d.ts +0 -0
- /package/dist/tests/{hyperreal → reasoning/hyperreal}/hyperreal.test.d.ts +0 -0
- /package/dist/tests/{information-theory → reasoning/information-theory}/information-theory.test.d.ts +0 -0
- /package/dist/tests/{markov-logic → reasoning/markov-logic}/markov-logic.test.d.ts +0 -0
- /package/dist/tests/{optimization → reasoning/optimization}/ilp.test.d.ts +0 -0
- /package/dist/tests/{optimization → reasoning/optimization}/lp.test.d.ts +0 -0
- /package/dist/tests/{planning → reasoning/planning}/planning.test.d.ts +0 -0
- /package/dist/tests/{bdd → runtime/bdd}/manager.test.d.ts +0 -0
- /package/dist/tests/{coinduction → semantics/coinduction}/coinduction.test.d.ts +0 -0
- /package/dist/tests/{game-semantics → semantics/game-semantics}/game-semantics.test.d.ts +0 -0
- /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/claim-graph.test.d.ts +0 -0
- /package/dist/tests/{text-layer-v2 → semantics/text-layer-v2}/mdx-bridge/mdx-bridge.test.d.ts +0 -0
- /package/dist/tests/{csp → solver/csp}/csp.test.d.ts +0 -0
- /package/dist/tests/{mus → solver/mus}/extract.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/clause-learning.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/lbd.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/luby.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/phase-saving.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/solver-end-to-end.test.d.ts +0 -0
- /package/dist/tests/{sat-v2 → solver/sat-v2}/vsids.test.d.ts +0 -0
- /package/dist/tests/{sat-v2-incremental → solver/sat-v2-incremental}/basic.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/mock-backend.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/serializer.test.d.ts +0 -0
- /package/dist/tests/{smt → solver/smt}/subprocess-backend.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/emitter.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/parser.test.d.ts +0 -0
- /package/dist/tests/{smt-lib → solver/smt-lib}/tokenizer.test.d.ts +0 -0
- /package/dist/tests/{educational → tooling/educational}/checker.test.d.ts +0 -0
- /package/dist/tests/{educational → tooling/educational}/generator.test.d.ts +0 -0
- /package/dist/tests/{exporters → tooling/exporters}/coq/coq-exporter.test.d.ts +0 -0
- /package/dist/tests/{lsp → tooling/lsp}/server.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/demo-min-logic.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/registry.test.d.ts +0 -0
- /package/dist/tests/{plugin-system → tooling/plugin-system}/validate.test.d.ts +0 -0
- /package/dist/tests/{time-travel → tooling/time-travel}/snapshot.test.d.ts +0 -0
- /package/dist/tests/{time-travel → tooling/time-travel}/store.test.d.ts +0 -0
- /package/dist/tests/{combinators-ski → type-theory/combinators-ski}/combinators-ski.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/infer.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/proof.test.d.ts +0 -0
- /package/dist/tests/{curry-howard → type-theory/curry-howard}/reduce.test.d.ts +0 -0
- /package/dist/tests/{hol → type-theory/hol}/hol.test.d.ts +0 -0
- /package/dist/tests/{lambda-calc → type-theory/lambda-calc}/lambda-calc.test.d.ts +0 -0
- /package/dist/tests/{mltt → type-theory/mltt}/mltt.test.d.ts +0 -0
- /package/dist/tests/{nbe → type-theory/nbe}/nbe.test.d.ts +0 -0
- /package/dist/tests/{refinement-types → type-theory/refinement-types}/refinement-types.test.d.ts +0 -0
- /package/dist/tests/{system-f → type-theory/system-f}/system-f.test.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/checker.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/generator.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/generator.js +0 -0
- /package/dist/{educational → tooling/educational}/index.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/index.js +0 -0
- /package/dist/{educational → tooling/educational}/normalize.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/normalize.js +0 -0
- /package/dist/{educational → tooling/educational}/rng.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/rng.js +0 -0
- /package/dist/{educational → tooling/educational}/templates.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/templates.js +0 -0
- /package/dist/{educational → tooling/educational}/types.d.ts +0 -0
- /package/dist/{educational → tooling/educational}/types.js +0 -0
- /package/dist/{exporters → tooling/exporters}/coq/index.js +0 -0
- /package/dist/{lsp → tooling/lsp}/index.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/index.js +0 -0
- /package/dist/{lsp → tooling/lsp}/protocol.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/protocol.js +0 -0
- /package/dist/{lsp → tooling/lsp}/server.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/types.d.ts +0 -0
- /package/dist/{lsp → tooling/lsp}/types.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/demo-min-logic.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/errors.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/errors.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/index.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/index.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/registry.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/registry.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/types.js +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/validate.d.ts +0 -0
- /package/dist/{plugin-system → tooling/plugin-system}/validate.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/index.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/index.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/snapshot.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/snapshot.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/store.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/store.js +0 -0
- /package/dist/{time-travel → tooling/time-travel}/types.d.ts +0 -0
- /package/dist/{time-travel → tooling/time-travel}/types.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/abstract.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/index.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/index.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/reduce.js +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/types.d.ts +0 -0
- /package/dist/{combinators-ski → type-theory/combinators-ski}/types.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/index.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/index.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/infer.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/infer.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/proof.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/proof.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/reduce.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/reduce.js +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/types.d.ts +0 -0
- /package/dist/{curry-howard → type-theory/curry-howard}/types.js +0 -0
- /package/dist/{profiles → type-theory}/hol/connectives.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/connectives.js +0 -0
- /package/dist/{profiles → type-theory}/hol/index.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/index.js +0 -0
- /package/dist/{profiles → type-theory}/hol/rules.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/rules.js +0 -0
- /package/dist/{profiles → type-theory}/hol/term.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/term.js +0 -0
- /package/dist/{profiles → type-theory}/hol/type-system.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/type-system.js +0 -0
- /package/dist/{profiles → type-theory}/hol/types.d.ts +0 -0
- /package/dist/{profiles → type-theory}/hol/types.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/church.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/church.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/combinators.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/index.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/index.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/reduce.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/substitution.js +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/types.d.ts +0 -0
- /package/dist/{lambda-calc → type-theory/lambda-calc}/types.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/equality.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/equality.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/index.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/index.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/infer.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/infer.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/normalize.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/normalize.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/substitute.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/substitute.js +0 -0
- /package/dist/{mltt → type-theory/mltt}/types.d.ts +0 -0
- /package/dist/{mltt → type-theory/mltt}/types.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/index.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/index.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/nbe.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/nbe.js +0 -0
- /package/dist/{nbe → type-theory/nbe}/types.d.ts +0 -0
- /package/dist/{nbe → type-theory/nbe}/types.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/checker.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/checker.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/index.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/index.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/predicate.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/predicate.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/solver.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/solver.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/subtype.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/subtype.js +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/types.d.ts +0 -0
- /package/dist/{refinement-types → type-theory/refinement-types}/types.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/index.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/index.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/infer.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/infer.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/reduce.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/reduce.js +0 -0
- /package/dist/{system-f → type-theory/system-f}/types.d.ts +0 -0
- /package/dist/{system-f → type-theory/system-f}/types.js +0 -0
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// ============================================================
|
|
3
|
+
// ST Tableau Engine — Motor genérico de Labeled Tableau
|
|
4
|
+
// ============================================================
|
|
5
|
+
// Parametrizable con FrameRules para soportar distintos
|
|
6
|
+
// sistemas modales (K, KD, S4, S5, etc.) sin duplicar código.
|
|
7
|
+
// ============================================================
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.FRAME_S4 = exports.FRAME_T = exports.FRAME_S5 = exports.FRAME_KD = exports.FRAME_K = void 0;
|
|
10
|
+
exports.formulaEqual = formulaEqual;
|
|
11
|
+
exports.formulaHash = formulaHash;
|
|
12
|
+
exports.eliminateConnectives = eliminateConnectives;
|
|
13
|
+
exports.fullNNF = fullNNF;
|
|
14
|
+
exports.makeBranch = makeBranch;
|
|
15
|
+
exports.checkTableau = checkTableau;
|
|
16
|
+
exports.isValid = isValid;
|
|
17
|
+
exports.isSatisfiable = isSatisfiable;
|
|
18
|
+
const propositional_1 = require("../classical/propositional");
|
|
19
|
+
// ── Reglas de marco preconfiguradas ─────────────────────────
|
|
20
|
+
/** K: sin restricciones — gamma solo a accesibles, delta solo instancia watchers del source */
|
|
21
|
+
exports.FRAME_K = {
|
|
22
|
+
gammaTargets(source, branch) {
|
|
23
|
+
return Array.from(branch.accessibility.get(source) || []);
|
|
24
|
+
},
|
|
25
|
+
deltaGammaWatchers(source, _newWorld, branch) {
|
|
26
|
+
return branch.gammaWatchers.filter((gw) => gw.sourceWorld === source);
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
/** KD: K + serialidad (todo mundo tiene al menos un sucesor) */
|
|
30
|
+
exports.FRAME_KD = {
|
|
31
|
+
gammaTargets(source, branch) {
|
|
32
|
+
return Array.from(branch.accessibility.get(source) || []);
|
|
33
|
+
},
|
|
34
|
+
deltaGammaWatchers(source, _newWorld, branch) {
|
|
35
|
+
return branch.gammaWatchers.filter((gw) => gw.sourceWorld === source);
|
|
36
|
+
},
|
|
37
|
+
enforceFrameConditions(branch) {
|
|
38
|
+
const worldsRequiringSuccessor = new Set();
|
|
39
|
+
for (const gw of branch.gammaWatchers)
|
|
40
|
+
worldsRequiringSuccessor.add(gw.sourceWorld);
|
|
41
|
+
for (const pending of branch.pending) {
|
|
42
|
+
if (classify(pending.formula) === 'delta') {
|
|
43
|
+
worldsRequiringSuccessor.add(pending.world);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
let applied = false;
|
|
47
|
+
for (const w of worldsRequiringSuccessor) {
|
|
48
|
+
const successors = branch.accessibility.get(w);
|
|
49
|
+
if (!successors || successors.size === 0) {
|
|
50
|
+
const newWorld = `w${branch.worldCounter++}`;
|
|
51
|
+
if (!branch.accessibility.has(w))
|
|
52
|
+
branch.accessibility.set(w, new Set());
|
|
53
|
+
branch.accessibility.get(w).add(newWorld);
|
|
54
|
+
branch.worlds.add(newWorld);
|
|
55
|
+
for (const gw of branch.gammaWatchers) {
|
|
56
|
+
if (gw.sourceWorld === w) {
|
|
57
|
+
const key = `${newWorld}:${formulaHash(gw.innerFormula)}`;
|
|
58
|
+
if (!branch.processed.has(key)) {
|
|
59
|
+
branch.pending.push({ formula: gw.innerFormula, world: newWorld });
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
applied = true;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
return applied;
|
|
67
|
+
},
|
|
68
|
+
};
|
|
69
|
+
/** S5: relación universal — gamma se instancia en TODOS los mundos */
|
|
70
|
+
exports.FRAME_S5 = {
|
|
71
|
+
gammaTargets(_source, branch) {
|
|
72
|
+
return Array.from(branch.worlds);
|
|
73
|
+
},
|
|
74
|
+
deltaGammaWatchers(_source, _newWorld, branch) {
|
|
75
|
+
// En S5 TODOS los gamma-watchers aplican a todo mundo nuevo
|
|
76
|
+
return [...branch.gammaWatchers];
|
|
77
|
+
},
|
|
78
|
+
};
|
|
79
|
+
/** T (reflexivo): K + reflexividad */
|
|
80
|
+
exports.FRAME_T = {
|
|
81
|
+
gammaTargets(source, branch) {
|
|
82
|
+
const accessible = Array.from(branch.accessibility.get(source) || []);
|
|
83
|
+
// Reflexividad: incluir el propio mundo
|
|
84
|
+
if (!accessible.includes(source))
|
|
85
|
+
accessible.push(source);
|
|
86
|
+
return accessible;
|
|
87
|
+
},
|
|
88
|
+
deltaGammaWatchers(source, _newWorld, branch) {
|
|
89
|
+
return branch.gammaWatchers.filter((gw) => gw.sourceWorld === source);
|
|
90
|
+
},
|
|
91
|
+
};
|
|
92
|
+
/** S4: reflexivo + transitivo */
|
|
93
|
+
exports.FRAME_S4 = {
|
|
94
|
+
gammaTargets(source, branch) {
|
|
95
|
+
// Cierre transitivo-reflexivo
|
|
96
|
+
const visited = new Set();
|
|
97
|
+
const queue = [source];
|
|
98
|
+
while (queue.length > 0) {
|
|
99
|
+
const w = queue.shift();
|
|
100
|
+
if (visited.has(w))
|
|
101
|
+
continue;
|
|
102
|
+
visited.add(w);
|
|
103
|
+
for (const next of branch.accessibility.get(w) || []) {
|
|
104
|
+
queue.push(next);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
return Array.from(visited);
|
|
108
|
+
},
|
|
109
|
+
deltaGammaWatchers(source, _newWorld, branch) {
|
|
110
|
+
// En S4 con transitividad, todos los watchers que puedan alcanzar source
|
|
111
|
+
return branch.gammaWatchers.filter((gw) => {
|
|
112
|
+
const reachable = new Set();
|
|
113
|
+
const queue = [gw.sourceWorld];
|
|
114
|
+
while (queue.length > 0) {
|
|
115
|
+
const w = queue.shift();
|
|
116
|
+
if (reachable.has(w))
|
|
117
|
+
continue;
|
|
118
|
+
reachable.add(w);
|
|
119
|
+
for (const next of branch.accessibility.get(w) || [])
|
|
120
|
+
queue.push(next);
|
|
121
|
+
}
|
|
122
|
+
return reachable.has(source);
|
|
123
|
+
});
|
|
124
|
+
},
|
|
125
|
+
};
|
|
126
|
+
// ── Utilidades exportadas ───────────────────────────────────
|
|
127
|
+
function formulaEqual(a, b) {
|
|
128
|
+
return alphaEqual(a, b, new Map(), new Map());
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Alpha-equivalencia: ∀x.P(x) ≡ ∀y.P(y)
|
|
132
|
+
* Compara fórmulas módulo renombramiento de variables ligadas.
|
|
133
|
+
*/
|
|
134
|
+
function alphaEqual(a, b, envA, envB, depth = 0) {
|
|
135
|
+
if (a.kind !== b.kind)
|
|
136
|
+
return false;
|
|
137
|
+
// Átomos y variables: comparar nombres teniendo en cuenta bindings
|
|
138
|
+
if (a.kind === 'atom' && b.kind === 'atom') {
|
|
139
|
+
const nameA = a.name || '?';
|
|
140
|
+
const nameB = b.name || '?';
|
|
141
|
+
const boundA = envA.get(nameA);
|
|
142
|
+
const boundB = envB.get(nameB);
|
|
143
|
+
// Si ambos están ligados, comparar nivel de binding
|
|
144
|
+
if (boundA !== undefined && boundB !== undefined)
|
|
145
|
+
return boundA === boundB;
|
|
146
|
+
// Si ninguno está ligado, comparar nombres directamente
|
|
147
|
+
if (boundA === undefined && boundB === undefined)
|
|
148
|
+
return nameA === nameB;
|
|
149
|
+
// Uno ligado y otro libre → no iguales
|
|
150
|
+
return false;
|
|
151
|
+
}
|
|
152
|
+
// Predicados: comparar nombre y parámetros
|
|
153
|
+
if (a.kind === 'predicate' && b.kind === 'predicate') {
|
|
154
|
+
if (a.name !== b.name)
|
|
155
|
+
return false;
|
|
156
|
+
const pa = a.params || [];
|
|
157
|
+
const pb = b.params || [];
|
|
158
|
+
if (pa.length !== pb.length)
|
|
159
|
+
return false;
|
|
160
|
+
return pa.every((p, i) => {
|
|
161
|
+
const boundA = envA.get(p);
|
|
162
|
+
const boundB = envB.get(pb[i]);
|
|
163
|
+
if (boundA !== undefined && boundB !== undefined)
|
|
164
|
+
return boundA === boundB;
|
|
165
|
+
if (boundA === undefined && boundB === undefined)
|
|
166
|
+
return p === pb[i];
|
|
167
|
+
return false;
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
// Cuantificadores: extender el ambiente
|
|
171
|
+
if ((a.kind === 'forall' || a.kind === 'exists') && a.kind === b.kind) {
|
|
172
|
+
const varA = a.variable || '_';
|
|
173
|
+
const varB = b.variable || '_';
|
|
174
|
+
const newEnvA = new Map(envA);
|
|
175
|
+
const newEnvB = new Map(envB);
|
|
176
|
+
newEnvA.set(varA, depth);
|
|
177
|
+
newEnvB.set(varB, depth);
|
|
178
|
+
const aa = a.args || [];
|
|
179
|
+
const bb = b.args || [];
|
|
180
|
+
if (aa.length !== bb.length)
|
|
181
|
+
return false;
|
|
182
|
+
return aa.every((ai, i) => alphaEqual(ai, bb[i], newEnvA, newEnvB, depth + 1));
|
|
183
|
+
}
|
|
184
|
+
// Resto: comparar sub-fórmulas recursivamente
|
|
185
|
+
const aa = a.args || [];
|
|
186
|
+
const bb = b.args || [];
|
|
187
|
+
if (aa.length !== bb.length)
|
|
188
|
+
return false;
|
|
189
|
+
return aa.every((ai, i) => alphaEqual(ai, bb[i], envA, envB, depth));
|
|
190
|
+
}
|
|
191
|
+
const memo_1 = require("../../../utils/memo");
|
|
192
|
+
function formulaHash(f) {
|
|
193
|
+
return (0, memo_1.memoizeHash)(f, computeFormulaHash);
|
|
194
|
+
}
|
|
195
|
+
function computeFormulaHash(f) {
|
|
196
|
+
switch (f.kind) {
|
|
197
|
+
case 'atom':
|
|
198
|
+
return f.name || '?';
|
|
199
|
+
case 'not':
|
|
200
|
+
return `!${formulaHash((f.args || [])[0])}`;
|
|
201
|
+
case 'and':
|
|
202
|
+
return `(${formulaHash((f.args || [])[0])} & ${formulaHash((f.args || [])[1])})`;
|
|
203
|
+
case 'or':
|
|
204
|
+
return `(${formulaHash((f.args || [])[0])} | ${formulaHash((f.args || [])[1])})`;
|
|
205
|
+
case 'implies':
|
|
206
|
+
return `(${formulaHash((f.args || [])[0])} -> ${formulaHash((f.args || [])[1])})`;
|
|
207
|
+
case 'biconditional':
|
|
208
|
+
return `(${formulaHash((f.args || [])[0])} <-> ${formulaHash((f.args || [])[1])})`;
|
|
209
|
+
case 'modal_necessity':
|
|
210
|
+
return `[](${formulaHash((f.args || [])[0])})`;
|
|
211
|
+
case 'modal_possibility':
|
|
212
|
+
return `<>(${formulaHash((f.args || [])[0])})`;
|
|
213
|
+
case 'forall':
|
|
214
|
+
return `A${f.variable}(${formulaHash((f.args || [])[0])})`;
|
|
215
|
+
case 'exists':
|
|
216
|
+
return `E${f.variable}(${formulaHash((f.args || [])[0])})`;
|
|
217
|
+
case 'predicate':
|
|
218
|
+
return `${f.name}(${(f.args || []).map(formulaHash).join(',')})`;
|
|
219
|
+
case 'equals':
|
|
220
|
+
return `(${formulaHash((f.args || [])[0])} = ${formulaHash((f.args || [])[1])})`;
|
|
221
|
+
case 'temporal_next':
|
|
222
|
+
return `X(${formulaHash((f.args || [])[0])})`;
|
|
223
|
+
case 'temporal_until':
|
|
224
|
+
return `(${formulaHash((f.args || [])[0])} U ${formulaHash((f.args || [])[1])})`;
|
|
225
|
+
default:
|
|
226
|
+
return f.kind;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
function eliminateConnectives(f) {
|
|
230
|
+
const args = (f.args || []).map(eliminateConnectives);
|
|
231
|
+
switch (f.kind) {
|
|
232
|
+
case 'implies':
|
|
233
|
+
return { kind: 'or', args: [{ kind: 'not', args: [args[0]] }, args[1]] };
|
|
234
|
+
case 'biconditional':
|
|
235
|
+
return {
|
|
236
|
+
kind: 'or',
|
|
237
|
+
args: [
|
|
238
|
+
{ kind: 'and', args: [args[0], args[1]] },
|
|
239
|
+
{
|
|
240
|
+
kind: 'and',
|
|
241
|
+
args: [
|
|
242
|
+
{ kind: 'not', args: [args[0]] },
|
|
243
|
+
{ kind: 'not', args: [args[1]] },
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
],
|
|
247
|
+
};
|
|
248
|
+
default:
|
|
249
|
+
return { ...f, args: args.length ? args : f.args };
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
function fullNNF(f) {
|
|
253
|
+
return (0, propositional_1.toNNF)(eliminateConnectives(f));
|
|
254
|
+
}
|
|
255
|
+
// ── Clasificación ───────────────────────────────────────────
|
|
256
|
+
function isLiteral(f) {
|
|
257
|
+
return f.kind === 'atom' || (f.kind === 'not' && (f.args || [])[0]?.kind === 'atom');
|
|
258
|
+
}
|
|
259
|
+
function classify(f) {
|
|
260
|
+
if (isLiteral(f))
|
|
261
|
+
return 'literal';
|
|
262
|
+
switch (f.kind) {
|
|
263
|
+
case 'and':
|
|
264
|
+
return 'alpha';
|
|
265
|
+
case 'or':
|
|
266
|
+
case 'implies':
|
|
267
|
+
return 'beta';
|
|
268
|
+
case 'biconditional':
|
|
269
|
+
return 'beta';
|
|
270
|
+
case 'not': {
|
|
271
|
+
const inner = (f.args || [])[0];
|
|
272
|
+
if (!inner)
|
|
273
|
+
return 'literal';
|
|
274
|
+
if (inner.kind === 'and')
|
|
275
|
+
return 'beta';
|
|
276
|
+
if (inner.kind === 'or')
|
|
277
|
+
return 'alpha';
|
|
278
|
+
if (inner.kind === 'implies')
|
|
279
|
+
return 'alpha';
|
|
280
|
+
if (inner.kind === 'modal_necessity')
|
|
281
|
+
return 'delta';
|
|
282
|
+
if (inner.kind === 'modal_possibility')
|
|
283
|
+
return 'gamma';
|
|
284
|
+
if (inner.kind === 'temporal_until')
|
|
285
|
+
return 'alpha';
|
|
286
|
+
return 'literal';
|
|
287
|
+
}
|
|
288
|
+
case 'modal_necessity':
|
|
289
|
+
return 'gamma';
|
|
290
|
+
case 'modal_possibility':
|
|
291
|
+
return 'delta';
|
|
292
|
+
case 'temporal_next':
|
|
293
|
+
return 'delta';
|
|
294
|
+
case 'temporal_until':
|
|
295
|
+
return 'beta';
|
|
296
|
+
default:
|
|
297
|
+
return 'literal';
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
// ── Contradicción ───────────────────────────────────────────
|
|
301
|
+
function closes(branch, node) {
|
|
302
|
+
const f = node.formula;
|
|
303
|
+
const w = node.world;
|
|
304
|
+
// ⊥ alone closes the branch; ¬⊤ does too. (NNF turns ¬⊤ into ⊥, so the
|
|
305
|
+
// second case is a safety net if non-NNF formulas reach here.)
|
|
306
|
+
if (f.kind === 'false')
|
|
307
|
+
return true;
|
|
308
|
+
if (f.kind === 'not' && f.args?.[0]?.kind === 'true')
|
|
309
|
+
return true;
|
|
310
|
+
if (f.kind === 'not' && f.args?.[0]) {
|
|
311
|
+
return branch.literals.some((l) => l.world === w && formulaEqual(l.formula, f.args[0]));
|
|
312
|
+
}
|
|
313
|
+
return branch.literals.some((l) => l.world === w &&
|
|
314
|
+
l.formula.kind === 'not' &&
|
|
315
|
+
l.formula.args?.[0] &&
|
|
316
|
+
formulaEqual(l.formula.args[0], f));
|
|
317
|
+
}
|
|
318
|
+
// ── Pool de Ramas (Object Pooling) ──────────────────────────
|
|
319
|
+
const branchPool = [];
|
|
320
|
+
const MAX_POOL_SIZE = 32;
|
|
321
|
+
let nextBranchId = 1;
|
|
322
|
+
let nextTraceNodeId = 1;
|
|
323
|
+
function pushTrace(branch, message, options) {
|
|
324
|
+
branch.trace.push({
|
|
325
|
+
message,
|
|
326
|
+
branchId: branch.branchId,
|
|
327
|
+
depth: options?.depth,
|
|
328
|
+
rule: options?.rule ?? 'info',
|
|
329
|
+
status: options?.status,
|
|
330
|
+
world: options?.world,
|
|
331
|
+
formula: options?.formula ? formulaHash(options.formula) : undefined,
|
|
332
|
+
nodeId: `tt-${nextTraceNodeId++}`,
|
|
333
|
+
});
|
|
334
|
+
}
|
|
335
|
+
function acquireBranch() {
|
|
336
|
+
if (branchPool.length > 0) {
|
|
337
|
+
const branch = branchPool.pop();
|
|
338
|
+
if (branch)
|
|
339
|
+
return branch;
|
|
340
|
+
}
|
|
341
|
+
return {
|
|
342
|
+
literals: [],
|
|
343
|
+
pending: [],
|
|
344
|
+
accessibility: new Map(),
|
|
345
|
+
nextWorlds: new Map(),
|
|
346
|
+
worlds: new Set(),
|
|
347
|
+
gammaWatchers: [],
|
|
348
|
+
processed: new Set(),
|
|
349
|
+
worldCounter: 0,
|
|
350
|
+
branchId: `b${nextBranchId++}`,
|
|
351
|
+
trace: [],
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
355
|
+
function _releaseBranch(b) {
|
|
356
|
+
if (branchPool.length < MAX_POOL_SIZE) {
|
|
357
|
+
b.literals.length = 0;
|
|
358
|
+
b.pending.length = 0;
|
|
359
|
+
b.accessibility.clear();
|
|
360
|
+
b.nextWorlds.clear();
|
|
361
|
+
b.worlds.clear();
|
|
362
|
+
b.gammaWatchers.length = 0;
|
|
363
|
+
b.processed.clear();
|
|
364
|
+
b.worldCounter = 0;
|
|
365
|
+
b.branchId = `b${nextBranchId++}`;
|
|
366
|
+
b.trace.length = 0;
|
|
367
|
+
branchPool.push(b);
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
// ── Clonación ───────────────────────────────────────────────
|
|
371
|
+
function cloneBranch(b) {
|
|
372
|
+
const clone = acquireBranch();
|
|
373
|
+
clone.literals.push(...b.literals);
|
|
374
|
+
clone.pending.push(...b.pending);
|
|
375
|
+
for (const [k, v] of b.accessibility)
|
|
376
|
+
clone.accessibility.set(k, new Set(v));
|
|
377
|
+
for (const [k, v] of b.nextWorlds)
|
|
378
|
+
clone.nextWorlds.set(k, v);
|
|
379
|
+
for (const w of b.worlds)
|
|
380
|
+
clone.worlds.add(w);
|
|
381
|
+
clone.gammaWatchers.push(...b.gammaWatchers);
|
|
382
|
+
for (const p of b.processed)
|
|
383
|
+
clone.processed.add(p);
|
|
384
|
+
clone.worldCounter = b.worldCounter;
|
|
385
|
+
clone.branchId = `b${nextBranchId++}`;
|
|
386
|
+
clone.trace.push(...b.trace);
|
|
387
|
+
return clone;
|
|
388
|
+
}
|
|
389
|
+
// ── Constantes ──────────────────────────────────────────────
|
|
390
|
+
const MAX_DEPTH = 200;
|
|
391
|
+
function ensureTemporalNextWorld(branch, sourceWorld) {
|
|
392
|
+
const existing = branch.nextWorlds.get(sourceWorld);
|
|
393
|
+
if (existing) {
|
|
394
|
+
return { world: existing, created: false };
|
|
395
|
+
}
|
|
396
|
+
const world = `w${branch.worldCounter++}`;
|
|
397
|
+
branch.nextWorlds.set(sourceWorld, world);
|
|
398
|
+
if (!branch.accessibility.has(sourceWorld)) {
|
|
399
|
+
branch.accessibility.set(sourceWorld, new Set());
|
|
400
|
+
}
|
|
401
|
+
branch.accessibility.get(sourceWorld).add(world);
|
|
402
|
+
branch.worlds.add(world);
|
|
403
|
+
return { world, created: true };
|
|
404
|
+
}
|
|
405
|
+
function expand(branch, depth, rules) {
|
|
406
|
+
if (depth > MAX_DEPTH) {
|
|
407
|
+
pushTrace(branch, `[${depth}] ⚠ MAX_DEPTH reached. Aborting.`, {
|
|
408
|
+
depth,
|
|
409
|
+
rule: 'limit',
|
|
410
|
+
status: 'limit',
|
|
411
|
+
});
|
|
412
|
+
return { closed: false, openBranch: branch, trace: branch.trace };
|
|
413
|
+
}
|
|
414
|
+
// 1. Procesar literales del pending
|
|
415
|
+
while (branch.pending.length > 0) {
|
|
416
|
+
const next = branch.pending[branch.pending.length - 1];
|
|
417
|
+
if (classify(next.formula) !== 'literal')
|
|
418
|
+
break;
|
|
419
|
+
branch.pending.pop();
|
|
420
|
+
const key = `${next.world}:${formulaHash(next.formula)}`;
|
|
421
|
+
if (branch.processed.has(key))
|
|
422
|
+
continue;
|
|
423
|
+
branch.processed.add(key);
|
|
424
|
+
pushTrace(branch, `[${depth}] Analizando literal: ${formulaHash(next.formula)} en ${next.world}`, {
|
|
425
|
+
depth,
|
|
426
|
+
rule: 'literal',
|
|
427
|
+
status: 'expanded',
|
|
428
|
+
world: next.world,
|
|
429
|
+
formula: next.formula,
|
|
430
|
+
});
|
|
431
|
+
if (closes(branch, next)) {
|
|
432
|
+
pushTrace(branch, `[${depth}] ✕ Rama cerrada por contradicción con ${formulaHash(next.formula)} en ${next.world}`, {
|
|
433
|
+
depth,
|
|
434
|
+
rule: 'close',
|
|
435
|
+
status: 'closed',
|
|
436
|
+
world: next.world,
|
|
437
|
+
formula: next.formula,
|
|
438
|
+
});
|
|
439
|
+
return { closed: true, trace: branch.trace };
|
|
440
|
+
}
|
|
441
|
+
branch.literals.push(next);
|
|
442
|
+
}
|
|
443
|
+
if (branch.pending.length === 0) {
|
|
444
|
+
// Hook: enforceFrameConditions
|
|
445
|
+
if (rules.enforceFrameConditions?.(branch)) {
|
|
446
|
+
pushTrace(branch, `[${depth}] Aplicando enforceFrameConditions (serialidad/etc)`, {
|
|
447
|
+
depth,
|
|
448
|
+
rule: 'frame',
|
|
449
|
+
status: 'expanded',
|
|
450
|
+
});
|
|
451
|
+
return expand(branch, depth + 1, rules);
|
|
452
|
+
}
|
|
453
|
+
pushTrace(branch, `[${depth}] ✓ Rama saturada y ABIERTA.`, {
|
|
454
|
+
depth,
|
|
455
|
+
rule: 'open',
|
|
456
|
+
status: 'open',
|
|
457
|
+
});
|
|
458
|
+
return { closed: false, openBranch: branch, trace: branch.trace };
|
|
459
|
+
}
|
|
460
|
+
// 2. Prioridad: alpha > delta > gamma > beta
|
|
461
|
+
const priorities = ['alpha', 'delta', 'gamma', 'beta'];
|
|
462
|
+
for (const pri of priorities) {
|
|
463
|
+
const idx = branch.pending.findIndex((n) => classify(n.formula) === pri);
|
|
464
|
+
if (idx < 0)
|
|
465
|
+
continue;
|
|
466
|
+
const node = branch.pending.splice(idx, 1)[0];
|
|
467
|
+
const key = `${node.world}:${formulaHash(node.formula)}`;
|
|
468
|
+
switch (pri) {
|
|
469
|
+
case 'alpha': {
|
|
470
|
+
if (branch.processed.has(key))
|
|
471
|
+
return expand(branch, depth + 1, rules);
|
|
472
|
+
branch.processed.add(key);
|
|
473
|
+
pushTrace(branch, `[${depth}] Regla Alpha (Conjunción) en ${node.world}: ${formulaHash(node.formula)}`, {
|
|
474
|
+
depth,
|
|
475
|
+
rule: 'alpha',
|
|
476
|
+
status: 'expanded',
|
|
477
|
+
world: node.world,
|
|
478
|
+
formula: node.formula,
|
|
479
|
+
});
|
|
480
|
+
const f = node.formula;
|
|
481
|
+
let children;
|
|
482
|
+
if (f.kind === 'and')
|
|
483
|
+
children = f.args || [];
|
|
484
|
+
else if (f.kind === 'not' && f.args?.[0]?.kind === 'or')
|
|
485
|
+
children = (f.args[0].args || []).map((a) => fullNNF({ kind: 'not', args: [a] }));
|
|
486
|
+
else if (f.kind === 'not' && f.args?.[0]?.kind === 'implies')
|
|
487
|
+
children = [
|
|
488
|
+
(f.args[0].args || [])[0],
|
|
489
|
+
fullNNF({ kind: 'not', args: [(f.args[0].args || [])[1]] }),
|
|
490
|
+
];
|
|
491
|
+
else if (f.kind === 'not' && f.args?.[0]?.kind === 'temporal_until')
|
|
492
|
+
children = [
|
|
493
|
+
fullNNF({ kind: 'not', args: [(f.args[0].args || [])[1]] }),
|
|
494
|
+
fullNNF({
|
|
495
|
+
kind: 'or',
|
|
496
|
+
args: [
|
|
497
|
+
{ kind: 'not', args: [(f.args[0].args || [])[0]] },
|
|
498
|
+
{ kind: 'not', args: [{ kind: 'temporal_next', args: [f.args[0]] }] },
|
|
499
|
+
],
|
|
500
|
+
}),
|
|
501
|
+
];
|
|
502
|
+
else
|
|
503
|
+
return expand(branch, depth + 1, rules);
|
|
504
|
+
for (const c of children)
|
|
505
|
+
branch.pending.push({ formula: c, world: node.world });
|
|
506
|
+
return expand(branch, depth + 1, rules);
|
|
507
|
+
}
|
|
508
|
+
case 'delta': {
|
|
509
|
+
if (branch.processed.has(key))
|
|
510
|
+
return expand(branch, depth + 1, rules);
|
|
511
|
+
branch.processed.add(key);
|
|
512
|
+
const rawDeltaInner = (node.formula.args || [])[0];
|
|
513
|
+
if (!rawDeltaInner)
|
|
514
|
+
return expand(branch, depth + 1, rules);
|
|
515
|
+
const inner = fullNNF(rawDeltaInner);
|
|
516
|
+
let newWorld;
|
|
517
|
+
let created = true;
|
|
518
|
+
if (node.formula.kind === 'temporal_next' && rules.deterministicNext) {
|
|
519
|
+
const nextWorld = ensureTemporalNextWorld(branch, node.world);
|
|
520
|
+
newWorld = nextWorld.world;
|
|
521
|
+
created = nextWorld.created;
|
|
522
|
+
}
|
|
523
|
+
else {
|
|
524
|
+
newWorld = `w${branch.worldCounter++}`;
|
|
525
|
+
if (!branch.accessibility.has(node.world))
|
|
526
|
+
branch.accessibility.set(node.world, new Set());
|
|
527
|
+
branch.accessibility.get(node.world).add(newWorld);
|
|
528
|
+
branch.worlds.add(newWorld);
|
|
529
|
+
}
|
|
530
|
+
pushTrace(branch, `[${depth}] Regla Delta (Posibilidad/Existe) en ${node.world}: ${formulaHash(node.formula)} ─> ${created ? 'nuevo mundo' : 'reusa mundo'} ${newWorld}`, {
|
|
531
|
+
depth,
|
|
532
|
+
rule: 'delta',
|
|
533
|
+
status: 'expanded',
|
|
534
|
+
world: node.world,
|
|
535
|
+
formula: node.formula,
|
|
536
|
+
});
|
|
537
|
+
branch.pending.push({ formula: inner, world: newWorld });
|
|
538
|
+
const watchers = rules.deltaGammaWatchers(node.world, newWorld, branch);
|
|
539
|
+
for (const gw of watchers) {
|
|
540
|
+
const instKey = `${newWorld}:${formulaHash(gw.innerFormula)}`;
|
|
541
|
+
if (!branch.processed.has(instKey))
|
|
542
|
+
branch.pending.push({ formula: gw.innerFormula, world: newWorld });
|
|
543
|
+
}
|
|
544
|
+
return expand(branch, depth + 1, rules);
|
|
545
|
+
}
|
|
546
|
+
case 'gamma': {
|
|
547
|
+
if (branch.processed.has(key))
|
|
548
|
+
return expand(branch, depth + 1, rules);
|
|
549
|
+
branch.processed.add(key);
|
|
550
|
+
const rawInner = (node.formula.args || [])[0];
|
|
551
|
+
if (!rawInner)
|
|
552
|
+
return expand(branch, depth + 1, rules);
|
|
553
|
+
const inner = fullNNF(rawInner);
|
|
554
|
+
pushTrace(branch, `[${depth}] Regla Gamma (Necesidad/ParaTodo) en ${node.world}: ${formulaHash(node.formula)}`, {
|
|
555
|
+
depth,
|
|
556
|
+
rule: 'gamma',
|
|
557
|
+
status: 'expanded',
|
|
558
|
+
world: node.world,
|
|
559
|
+
formula: node.formula,
|
|
560
|
+
});
|
|
561
|
+
const exists = branch.gammaWatchers.some((gw) => gw.sourceWorld === node.world && formulaEqual(gw.innerFormula, inner));
|
|
562
|
+
if (!exists)
|
|
563
|
+
branch.gammaWatchers.push({ innerFormula: inner, sourceWorld: node.world });
|
|
564
|
+
const targets = rules.gammaTargets(node.world, branch);
|
|
565
|
+
for (const target of targets) {
|
|
566
|
+
const instKey = `${target}:${formulaHash(inner)}`;
|
|
567
|
+
if (!branch.processed.has(instKey))
|
|
568
|
+
branch.pending.push({ formula: inner, world: target });
|
|
569
|
+
}
|
|
570
|
+
return expand(branch, depth + 1, rules);
|
|
571
|
+
}
|
|
572
|
+
case 'beta': {
|
|
573
|
+
if (branch.processed.has(key))
|
|
574
|
+
return expand(branch, depth + 1, rules);
|
|
575
|
+
branch.processed.add(key);
|
|
576
|
+
pushTrace(branch, `[${depth}] Regla Beta (Disyunción/Impl) en ${node.world}: ${formulaHash(node.formula)}. Bifurcando...`, {
|
|
577
|
+
depth,
|
|
578
|
+
rule: 'beta',
|
|
579
|
+
status: 'expanded',
|
|
580
|
+
world: node.world,
|
|
581
|
+
formula: node.formula,
|
|
582
|
+
});
|
|
583
|
+
const f = node.formula;
|
|
584
|
+
let disjuncts;
|
|
585
|
+
if (f.kind === 'or')
|
|
586
|
+
disjuncts = f.args || [];
|
|
587
|
+
else if (f.kind === 'implies')
|
|
588
|
+
disjuncts = [fullNNF({ kind: 'not', args: [(f.args || [])[0]] }), (f.args || [])[1]];
|
|
589
|
+
else if (f.kind === 'biconditional')
|
|
590
|
+
disjuncts = [
|
|
591
|
+
{ kind: 'and', args: [(f.args || [])[0], (f.args || [])[1]] },
|
|
592
|
+
{
|
|
593
|
+
kind: 'and',
|
|
594
|
+
args: [
|
|
595
|
+
fullNNF({ kind: 'not', args: [(f.args || [])[0]] }),
|
|
596
|
+
fullNNF({ kind: 'not', args: [(f.args || [])[1]] }),
|
|
597
|
+
],
|
|
598
|
+
},
|
|
599
|
+
];
|
|
600
|
+
else if (f.kind === 'temporal_until')
|
|
601
|
+
disjuncts = [
|
|
602
|
+
(f.args || [])[1],
|
|
603
|
+
fullNNF({
|
|
604
|
+
kind: 'and',
|
|
605
|
+
args: [(f.args || [])[0], { kind: 'temporal_next', args: [f] }],
|
|
606
|
+
}),
|
|
607
|
+
];
|
|
608
|
+
else if (f.kind === 'not' && f.args?.[0]?.kind === 'and')
|
|
609
|
+
disjuncts = (f.args[0].args || []).map((a) => fullNNF({ kind: 'not', args: [a] }));
|
|
610
|
+
else if (f.kind === 'not' && f.args?.[0]?.kind === 'implies') {
|
|
611
|
+
disjuncts = [
|
|
612
|
+
(f.args[0].args || [])[0],
|
|
613
|
+
fullNNF({ kind: 'not', args: [(f.args[0].args || [])[1]] }),
|
|
614
|
+
];
|
|
615
|
+
for (const d of disjuncts)
|
|
616
|
+
branch.pending.push({ formula: d, world: node.world });
|
|
617
|
+
return expand(branch, depth + 1, rules);
|
|
618
|
+
}
|
|
619
|
+
else
|
|
620
|
+
return expand(branch, depth + 1, rules);
|
|
621
|
+
let mergedTrace = [...branch.trace];
|
|
622
|
+
for (let i = 0; i < disjuncts.length; i++) {
|
|
623
|
+
const d = disjuncts[i];
|
|
624
|
+
const child = cloneBranch(branch);
|
|
625
|
+
pushTrace(child, `[${depth}] -> Rama Beta ${i + 1}: ${formulaHash(d)}`, {
|
|
626
|
+
depth,
|
|
627
|
+
rule: 'beta',
|
|
628
|
+
status: 'expanded',
|
|
629
|
+
world: node.world,
|
|
630
|
+
formula: d,
|
|
631
|
+
});
|
|
632
|
+
child.pending.push({ formula: d, world: node.world });
|
|
633
|
+
const res = expand(child, depth + 1, rules);
|
|
634
|
+
if (!res.closed) {
|
|
635
|
+
return res; // Open branch found!
|
|
636
|
+
}
|
|
637
|
+
mergedTrace = res.trace; // Keep the trace of the closed branch
|
|
638
|
+
}
|
|
639
|
+
return { closed: true, trace: mergedTrace };
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
return { closed: false, openBranch: branch, trace: branch.trace };
|
|
644
|
+
}
|
|
645
|
+
// ── API pública ─────────────────────────────────────────────
|
|
646
|
+
function makeBranch(nodes) {
|
|
647
|
+
const branch = acquireBranch();
|
|
648
|
+
branch.pending.push(...nodes);
|
|
649
|
+
branch.worlds.add('w0');
|
|
650
|
+
branch.worldCounter = 1;
|
|
651
|
+
return branch;
|
|
652
|
+
}
|
|
653
|
+
function checkTableau(formula, rules, isValidityCheck) {
|
|
654
|
+
if (isValidityCheck) {
|
|
655
|
+
const negated = fullNNF({ kind: 'not', args: [formula] });
|
|
656
|
+
const branch = makeBranch([{ formula: negated, world: 'w0' }]);
|
|
657
|
+
pushTrace(branch, `Iniciando prueba de validez por refutación para: ${formulaHash(formula)}`, {
|
|
658
|
+
rule: 'start',
|
|
659
|
+
status: 'expanded',
|
|
660
|
+
world: 'w0',
|
|
661
|
+
formula,
|
|
662
|
+
});
|
|
663
|
+
return expand(branch, 0, rules);
|
|
664
|
+
}
|
|
665
|
+
else {
|
|
666
|
+
const nnf = fullNNF(formula);
|
|
667
|
+
const branch = makeBranch([{ formula: nnf, world: 'w0' }]);
|
|
668
|
+
pushTrace(branch, `Iniciando prueba de satisfacibilidad para: ${formulaHash(formula)}`, {
|
|
669
|
+
rule: 'start',
|
|
670
|
+
status: 'expanded',
|
|
671
|
+
world: 'w0',
|
|
672
|
+
formula,
|
|
673
|
+
});
|
|
674
|
+
return expand(branch, 0, rules);
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
// Retro-compatibilidad opcional (aunque se cambiará en base-profile)
|
|
678
|
+
function isValid(formula, rules) {
|
|
679
|
+
return checkTableau(formula, rules, true).closed;
|
|
680
|
+
}
|
|
681
|
+
function isSatisfiable(formula, rules) {
|
|
682
|
+
return !checkTableau(formula, rules, false).closed;
|
|
683
|
+
}
|
|
684
|
+
//# sourceMappingURL=tableau-engine.js.map
|