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

[WIP] add type Markets and some algorithms (TTC, Serial Dictatorship and Boston) #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2018

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

Commits on Jan 15, 2018

  1. introduce type Agents, Objects, TwoSidedMatchingMarket and OneSidedMa…

    …tchingMarket
    
    update deferred_acceptance
    add top_trading_cycles for TwoSidedMatchingMarket
    myuuuuun committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    f30cea6 View commit details
    Browse the repository at this point in the history
  2. add boston

    myuuuuun committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    224ffe0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. add serial_dictatorsip (both one-sided and two-sided)

    add type Priority
    add documents of type Matching
    myuuuuun committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    1736377 View commit details
    Browse the repository at this point in the history
  2. change matching[agent, object] -> matching[object, agent]

    add Base.show for type Matching
    myuuuuun committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    0221045 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. add TTC for one-sidede market

    update type Priority and add type Enumeration
    myuuuuun committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    45744c4 View commit details
    Browse the repository at this point in the history
  2. update documents

    myuuuuun committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    d33039b View commit details
    Browse the repository at this point in the history