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

Directed pseudo forest #78

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    e5ae67e View commit details
    Browse the repository at this point in the history
  2. Fix some warnings

    ferranpujolcamins committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2f9a901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbd90c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Fix pseudoforest property tests and...

    - Fix the xcodeproj
    - Fix pseudoforest property tests
    - Move graph properties to SwiftGraph package so they can be used to
      validate a graph (e.g. after deserialization).
    - Add an allDistinct overload for non hashable collections.
    - Add property tests for the internal allDistinct function used in the
      validation methods.
    ferranpujolcamins committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9821bf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a470dc9 View commit details
    Browse the repository at this point in the history
  3. Fix linux tests

    ferranpujolcamins committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d46fac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e54710 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49620b0 View commit details
    Browse the repository at this point in the history
  6. Add SwiftGraphGenerators framework with Arbitrary instances

    ... so they can be used to implement Arbitrary instances of subclasses.
    ferranpujolcamins committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c4da187 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    219c8fd View commit details
    Browse the repository at this point in the history