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

Set::intersectPartial() method added to the SetTheory namespace #464

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    4ad78cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbfb01e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35c100 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a62eb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11ba945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c6184 View commit details
    Browse the repository at this point in the history
  7. Set::partialIntersection(): all the axiomatic unit tests added.

    - testPartialIntersectionDefinition();
    - testOnePartialIntersectionIsUnion();
    - testTwoPartialIntersectionIsDifferenceOfUnionAndSymmetricDifference();
    - testNPartialIntersectionIsCompleteIntersection();
    - testNPartialIntersectionIsEmptySetWhenMMoreThanN().
    Smoren committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6f89740 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15c095c View commit details
    Browse the repository at this point in the history
  9. SetAxiomTest: naming fix.

    Smoren committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    f5a52dc View commit details
    Browse the repository at this point in the history