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

Conversation

myuuuuun
Copy link
Collaborator

@myuuuuun myuuuuun commented Jan 15, 2018

types

  • Matching - write codes
  • Matching - write documents
  • Matching - write tests
  • Agents, Objects, TwoSidedMatchingMarket
  • OneSidedMatchingMarket

algorithms

TwoSidedMatchingMarket

  • TTC
  • SD
  • Boston

OneSidedMatchingMarket

  • TTC
  • SD

…tchingMarket

update deferred_acceptance
add top_trading_cycles for TwoSidedMatchingMarket
add type Priority
add documents of type Matching
src/types.jl Outdated
end


function (matching::Matching)(index::Int; inverse::Bool=false)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oyamad この関数に関するdocumentはこの行の直前に書くのが良いでしょうか, それともtype Matchingのdocumentの中に書くのが良いでしょうか

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Place the docstring for a function just above the function (rather than within the docstring for the type).

update type Priority and add type Enumeration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants