jump-dev / MiniZinc.jl

A Julia interface to the MiniZinc constraint modeling language
https://www.minizinc.org/
MIT License
18 stars 4 forks source link

[WIP] support ScalarNonlinearFunction #23

Closed chriscoey closed 1 year ago

chriscoey commented 1 year ago

Like https://github.com/jump-dev/Ipopt.jl/pull/346, this depends on the new MOI ScalarNonlinearFunction in https://github.com/jump-dev/MathOptInterface.jl/pull/2059

chriscoey commented 1 year ago

@odow I can't request a review from you since I don't have privileges here. Can you please review? I want to exercise your MOI NLP PR here to check it works well for CSP use-cases.