Skip to content

Add JuMP-like API #281

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add JuMP-like API #281

wants to merge 6 commits into from

Conversation

joaquimg
Copy link
Member

@joaquimg joaquimg commented Feb 22, 2025

closes #271

  • remove slack data from conic model
  • improve parameters check OR allow mixing parameters and function (when setting sensibs)
  • fix constraint names on copy to diff (see test/jump_wrapper.jl)
  • cleanup support for constrained variables
  • cleanup error messages from parameters.jl

Copy link

codecov bot commented Feb 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.44%. Comparing base (93f058d) to head (3cea22f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
+ Coverage   89.08%   89.44%   +0.36%     
==========================================
  Files          15       16       +1     
  Lines        1969     1999      +30     
==========================================
+ Hits         1754     1788      +34     
+ Misses        215      211       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

andrewrosemberg and others added 2 commits May 19, 2025 22:57
* fix conic error

* use jump psd problem

* [docs] update to Documenter@1 (#286)

* [docs] update to Documenter@1

* Update

* update

* format

* Pass attributes through Objective.FunctionConversionBridge (#287)

* Pass attributes through Objective.FunctionConversionBridge

* Fix

* add test

* fix tol

* fix test

* add reverse test

---------

Co-authored-by: joaquimg <[email protected]>

* bump POI

* cleanup

---------

Co-authored-by: Oscar Dowson <[email protected]>
Co-authored-by: Benoît Legat <[email protected]>
Co-authored-by: joaquimg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add a JuMP-like syntax to diff wrt parameters
3 participants