Skip to content

Cannot build GenericNonlinearExpr #354

Answered by pulsipher
aml5600 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for clarifying. The problem is likely that the current released version of InfiniteOpt has a legacy interface for nonlinear expressions based on InfiniteOpt.NLPExpr which may have issues with JuMP's new GenericNonlinearExprs. The new version of InfiniteOpt, that will be released shortly, is updated to use GenericNonlinearExprs.

To see if it fixes your problem, please try installing the current development version of InfiniteOpt:

using Pkg
Pkg.add(url = "https://github.com/infiniteopt/InfiniteOpt.jl", rev = "master")

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@aml5600
Comment options

@pulsipher
Comment options

Answer selected by pulsipher
@aml5600
Comment options

Comment options

You must be logged in to vote
1 reply
@pulsipher
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants