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

Some comments #1

Open
dpo opened this issue May 15, 2015 · 1 comment
Open

Some comments #1

dpo opened this issue May 15, 2015 · 1 comment

Comments

@dpo
Copy link
Contributor

dpo commented May 15, 2015

I was just looking through the code and have a couple of minor comments:

  1. https://github.com/mlubin/AMPLMathProgInterface.jl/blob/master/src/AMPLMathProgInterface.jl#L40: no, as far as I know, the ASL doesn't supply functions to compute Jacobian-vector products. @vitaut will confirm though.
  2. https://github.com/mlubin/AMPLMathProgInterface.jl/blob/master/src/AMPLMathProgInterface.jl#L58: determining that the objective is linear is a matter of exposing nlo, etc., in aslinterface.c. I'll add that to the wish list. I don't think you can determine that the objective is quadratic without exposing the DAG and walking it à la Dr.AMPL.
@vitaut
Copy link

vitaut commented May 15, 2015

the ASL doesn't supply functions to compute Jacobian-vector products

It doesn't AFAIK

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