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 Polynomial Model Tests #1

Open
ccoffrin opened this issue Jan 13, 2019 · 4 comments
Open

Add Polynomial Model Tests #1

ccoffrin opened this issue Jan 13, 2019 · 4 comments

Comments

@ccoffrin
Copy link
Collaborator

No description provided.

@ccoffrin ccoffrin reopened this Jan 13, 2019
@chriscoey
Copy link

How are you defining polynomial models here?

@ccoffrin
Copy link
Collaborator Author

My intention is models that are more complex than quadratic but only use the following terms in arithmetic expressions -,+,*,^ (and maybe \,/). Discrete variables will be considered as well.

@chriscoey
Copy link

chriscoey commented Jan 20, 2019

can I suggest being a little more specific clearer than "polynomial models", since we have PolyJuMP for a very very different type of "polynomial optimization". if you are allowing general powers of variables (ie x^a with a possibly non-integer) then "signomial" would be more accurate. otherwise perhaps "multilinear".

@ccoffrin
Copy link
Collaborator Author

multilinear might be most accurate, but I'll leave it to @kaarthiksundar to comment on the specifics. The goal is to have tests for solvers that use the NLP interface but also don't support all of MINLP, for example transcendental functions. This includes solvers like Alpine, Baron, and SCIP.

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