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

Update README Interfaces #129

Merged
merged 1 commit into from
Oct 28, 2019
Merged

Update README Interfaces #129

merged 1 commit into from
Oct 28, 2019

Conversation

arnavs
Copy link
Contributor

@arnavs arnavs commented Oct 4, 2019

Add MathOptInterface content to README and remove MathProgBase examples.

cc @frapac @jlperla

Add MathOptInterface content to README and remove MathProgBase examples. 

cc @frapac @jlperla
@frapac
Copy link
Collaborator

frapac commented Oct 4, 2019

Thanks for this update!

KNITRO.jl now supports [MathOptInterface](https://github.com/JuliaOpt/MathOptInterface.jl)
and [JuMP 0.19](https://github.com/JuliaOpt/JuMP.jl).

Here's an example with a linear objective
Copy link
Collaborator

Choose a reason for hiding this comment

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

I do not understand this sentence, as the following problem has a non-linear objective

can be used within modeling software like [JuMP](https://github.com/JuliaOpt/JuMP.jl).
```julia
using JuMP, KNITRO
# solve
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would put the comments before the line using JuMP, KNITRO

@frapac frapac merged commit 4c8d959 into jump-dev:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants