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

Add missing get method for vector contraints #103

Open
joaquimg opened this issue Jun 21, 2021 · 2 comments
Open

Add missing get method for vector contraints #103

joaquimg opened this issue Jun 21, 2021 · 2 comments

Comments

@joaquimg
Copy link
Member

function MOI.get(model::Optimizer,
    ::ForwardIn{ConstraintCoefficient}, vi::VI, ci::CI{F,S}) where {F,S}

only work for scalar

@matbesancon
Copy link
Collaborator

not with vector constraint types or not working with broadcasting?

@joaquimg
Copy link
Member Author

vector constraints need a method. the current method only works for scalaraffine/singlevariable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants