Skip to content

Fix #289: Add ShortestWeightConstrainedPath model#632

Open
zazabap wants to merge 1 commit intomainfrom
issue-289-shortest-weight-constrained-path
Open

Fix #289: Add ShortestWeightConstrainedPath model#632
zazabap wants to merge 1 commit intomainfrom
issue-289-shortest-weight-constrained-path

Conversation

@zazabap
Copy link
Collaborator

@zazabap zazabap commented Mar 13, 2026

Summary

  • Add ShortestWeightConstrainedPath satisfaction problem model (bicriteria s-t path with length and weight bounds)
  • Register in CLI dispatch, aliases, and create command
  • Unit tests with brute-force solver verification
  • Paper documentation

Fixes #289

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.61%. Comparing base (d309549) to head (3029f12).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #632   +/-   ##
=======================================
  Coverage   96.61%   96.61%           
=======================================
  Files         218      218           
  Lines       29352    29352           
=======================================
  Hits        28357    28357           
  Misses        995      995           

☔ 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Model] ShortestWeightConstrainedPath

1 participant