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

Check if column exists #249

Closed
vitornesello opened this issue Jan 29, 2020 · 1 comment · Fixed by #263
Closed

Check if column exists #249

vitornesello opened this issue Jan 29, 2020 · 1 comment · Fixed by #263
Assignees
Labels
bug Something isn't working discussion Further information is requested
Milestone

Comments

@vitornesello
Copy link
Collaborator

In the function that checks if column exists:
Will it work for non-binary variables?
Also, maybe it should be in a separate function.. We might have an isequal(varconstr, varconstr)

In this function :

function setprimalsol!(

@vitornesello vitornesello added the discussion Further information is requested label Jan 29, 2020
@guimarqu
Copy link
Contributor

setprimalsol! does not work with binary variables... Like what you suggest, I think I will put the column checker as a separate method exists and let the algorithm decide if we allow duplicate columns or not.

@guimarqu guimarqu added the bug Something isn't working label Feb 24, 2020
@guimarqu guimarqu added this to the v0.3 milestone Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants