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

Could not find function galeShapley.marriageMarket #44

Open
desiw28 opened this issue Dec 23, 2022 · 2 comments
Open

Could not find function galeShapley.marriageMarket #44

desiw28 opened this issue Dec 23, 2022 · 2 comments

Comments

@desiw28
Copy link

desiw28 commented Dec 23, 2022

uM = matrix(c(1.0, 0.5, 0.0,

  •           0.5, 0.0, 0.5), nrow = 2, ncol = 3, byrow = TRUE)
    

uW = matrix(c(0.0, 1.0,

  •           0.5, 0.0,
    
  •           1.0, 0.5), nrow = 3, ncol = 2, byrow = TRUE)
    

matching = galeShapley.marriageMarket(uM, uW)
Error in galeShapley.marriageMarket(uM, uW) :
could not find function "galeShapley.marriageMarket"

@jtilly
Copy link
Owner

jtilly commented Dec 23, 2022

  • Did you install matchingR?
  • Are you missing a library(matchingR) line at the top?

jtilly added a commit that referenced this issue Dec 23, 2022
@desiw28
Copy link
Author

desiw28 commented Dec 23, 2022 via email

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

No branches or pull requests

2 participants