Conversion from the standard form to range form#1445
Conversation
Signed-off-by: Nicolas L. Guidotti <nguidotti@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds ChangesInverse simplex-to-user problem conversion
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Comment |
Added routine for converting from the standard form (B&B, dual simplex)
$\min \mathbf{c}^T \mathbf{x}$
$\mathbf{A}\mathbf{x} = \mathbf{b}$
$\mathbf{l} \leq \mathbf{x} \leq \mathbf{u}$
to the range form (heuristics, presolve)
This is needed for propagating the reduced problem via reduced cost fixing as well as the cuts from one restart to the next.
Checklist