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

[FEATURE] Update to include JuMP 0.21.6 Features #57

Closed
pulsipher opened this issue Sep 14, 2020 · 2 comments · Fixed by #109
Closed

[FEATURE] Update to include JuMP 0.21.6 Features #57

pulsipher opened this issue Sep 14, 2020 · 2 comments · Fixed by #109
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@pulsipher
Copy link
Collaborator

pulsipher commented Sep 14, 2020

New features to extend include:

  • JuMP.simplex_iterations (done)
  • JuMP.barrier_iterations (done)
  • JuMP.node_count (done)
  • JuMP.value (constraints with custom var_value function)
  • JuMP.relax_integrality (done)
  • JuMP.reduced_cost (done)
  • Maybe more...
@pulsipher pulsipher added enhancement New feature or request good first issue Good for newcomers labels Sep 14, 2020
@pulsipher
Copy link
Collaborator Author

Good first issue would be to extend JuMP.reduced_cost for variables in InfiniteOpt. This will occur in the results.jl file. This should mirror the extension of JuMP.value (for variables only).

@pulsipher pulsipher added this to the v0.4.0 milestone Mar 3, 2021
@pulsipher pulsipher changed the title [FEATURE] Update to include JuMP 0.21.4 Features [FEATURE] Update to include JuMP 0.21.6 Features Mar 3, 2021
@pulsipher
Copy link
Collaborator Author

We will leave defining value(::Model, ::Function) to a later date if it is requested, once a use case for it is more clear in InfiniteOpt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant