Skip to content

Conversation

@amontoison
Copy link
Member

close #508

I updated a little the order of some routines such that the code is almost the same here and in UnoSolver.jl.
It will help to maintain the extension if bugs are found in one of the two Julia packages.

@frapac One the potential issue with VectorNonlinearOracle is that we don't have support for jprod!, jtprod! or hprod!. Do we always use jtprod! is MadNLP.jl? Do we have a workaround?

@amontoison amontoison requested a review from frapac October 23, 2025 06:01
@amontoison amontoison added the enhancement New feature or request label Oct 23, 2025
return MOI.get.(model, MOI.VariablePrimal(attr.result_index), f.variables)
end

# function MOI.get(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will need some help for this function.

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.05%. Comparing base (ef07381) to head (59ea28c).
⚠️ Report is 1 commits behind head on master.

❗ There is a different number of reports uploaded between BASE (ef07381) and HEAD (59ea28c). Click for more details.

HEAD has 3 uploads less than BASE
Flag BASE (ef07381) HEAD (59ea28c)
7 4
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #509       +/-   ##
===========================================
- Coverage   84.94%   69.05%   -15.89%     
===========================================
  Files          50       14       -36     
  Lines        4622     1034     -3588     
===========================================
- Hits         3926      714     -3212     
+ Misses        696      320      -376     

☔ 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.

@frapac
Copy link
Member

frapac commented Jan 8, 2026

superseded by #548

@frapac frapac closed this Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request release 0.9

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MOI] Support VectorNonlinearOracle

3 participants