Git Product home page Git Product logo

Comments (4)

jalving avatar jalving commented on August 11, 2024

@bhalonen Thanks for the interest!

There is not yet a timeline for non-linear link constraints. Our current priority is getting Plasmo.jl updated for JuMP v0.22, but we could certainly use help getting nonlinear link constraints to work.

I have briefly looked into nonlinear linking, and I think an OptiGraph (or OptiEdge) would need its own JuMP._NLPData object. Ideally, it's possible to re-use JuMP's nonlinear expression code without digging too much into the weeds of their implementation. Also keep in mind that MathOptInterface.jl intends to support nonlinear eventually which will change things, but probably not before JuMP 1.0.

from plasmo.jl.

bhalonen avatar bhalonen commented on August 11, 2024

To clarify, the type of constraint I need is a Mixed Integer constraint, which I assumed is some kind of non linear constraint.

We are working on getting the subproblems built in JuMP right now, so there is some work we got to do before we decide how to tie them all together.

from plasmo.jl.

jalving avatar jalving commented on August 11, 2024

@bhalonen In that case, Plasmo.jl might be a suitable option as is. Do you mean you have constraints over integer variables? If yes, you could create the subproblems (which contain integer variables) and use linear link-constraints to capture coupling between said subproblems. You can then use standard mixed-integer solvers like Gurobi (just like with JuMP).

If you end working on large-scale (but structured) mixed-integer problems, there would be a need to get the DSP solver interface working again.

from plasmo.jl.

jalving avatar jalving commented on August 11, 2024

Nonlinear linking constraints are now supported with #105.

Check out the new docs @bhalonen in case you're interested.

from plasmo.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.