Skip to content

Add a single call function for nonlinear problems #1

@frapac

Description

@frapac

Original idea: jump-dev/MathOptInterface.jl#846 (comment)

We should be able to specify a nonlinear problem quickly, simply as

model = MOI.nlpmodel(f, g!, h!,p, x_lb, x_ub, c_lb, c_ub)

and then build the corresponding MOI problem.

Questions:

  • Could we specify the linear/quadratic structures apart, using MatrixOptInterface.jl?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions