Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Substitution lazy cloning #270

Merged
merged 4 commits into from
Oct 7, 2020
Merged

Commits on Oct 1, 2020

  1. Clone Substitutions only if necessary.

    - Add Substitution.unify that clones the partial input substitution on
      demand (i.e., when an additional variable assignment is required).
    - Modify NaiveGrounder and AbstractLiteralInstantiationStrategy to not
      clone Substitutions upfront.
    AntoniusW committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    690d1f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecffafe View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Better name Substitution specialization/unify.

    - Remove superfluous Substitution.unifyTerms.
    - Adapt SubstitutionTest to Substitution specialization.
    - Remove duplicate tests from UnifierTest.
    AntoniusW committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    0308839 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Improve comments.

    AntoniusW committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    af66c5a View commit details
    Browse the repository at this point in the history