Skip to content

Add support for starting values#208

Draft
blegat wants to merge 5 commits intomasterfrom
bl/start_again
Draft

Add support for starting values#208
blegat wants to merge 5 commits intomasterfrom
bl/start_again

Conversation

@blegat
Copy link
Copy Markdown
Member

@blegat blegat commented Mar 11, 2026

Continuation for #166

This also fixes a bug: the result_index were ignored and we would invariably query the first solution.

  • Test for starting values
  • Test for the result_index bug
  • Constrained variables

Closes #165

We were discussing this with @SophieL1. We have a use case (repo not public yet) where we need to set and get constraint attributes of a solver that is behind a dualization layer. It would be nice to have clearly defined dual_attribute, ... that allows to define how the attributes should be transformed through a dualization layer.

@blegat blegat mentioned this pull request Mar 11, 2026
3 tasks
@blegat blegat marked this pull request as draft March 11, 2026 14:28
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Codecov Report

❌ Patch coverage is 81.01266% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.58%. Comparing base (410ae5e) to head (69c5bf2).

Files with missing lines Patch % Lines
src/attributes.jl 80.64% 30 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
- Coverage   94.20%   91.58%   -2.62%     
==========================================
  Files          14       15       +1     
  Lines         742      820      +78     
==========================================
+ Hits          699      751      +52     
- Misses         43       69      +26     

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

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.

Support starting values

2 participants