8000 Comparing master...tuple · Drup/dowsing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Drup/dowsing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Drup/dowsing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tuple
Choose a head ref
  • 6 commits
  • 23 files changed
  • 1 contributor

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    eaa23df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c27cdb View commit details
    Browse the repository at this point in the history
  3. feat: change the representation of tuples

    NSet were use to encode AC tuple, we change the internal representation
    and the API exposed by this. We do the following:
     - Rename the module Tuple
     - Change the API to expose less of the internals
     - Use Multiset to implement tuples
    FardaleM committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c1c46d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d587a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f13a9f View commit details
    Browse the repository at this point in the history
  6. feat: Use Tuple.Partial in AC.

    We build incrementaly the solution for the variable in an AC system. For
    that, we use the Tuple.Partial module to abstract the implementation of
    this incremental construction.
    FardaleM committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f155ef9 View commit details
    Browse the repository at this point in the history
Loading
0