- _min_bins: branch-and-bound minimum stick count (FFD-seeded + count bound) - _pack_lumber_exact: provably-minimum packing for small jobs (<=12 pieces) - _pack_plywood_guillotine: free-rectangle best-area-fit packing + rotation - build_cut_plan dispatches strategy=="exact"/"guillotine"; added to STRATEGIES - richer scoring: reusable_in (longer offcuts) as _plan_key tie-break - best_cut_plan tries exact+guillotine; "Best of 100" button in Cut Layout tab - tests: exact<=FFD, oversize handling, guillotine packs/validates, best-of-N Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_bom_window.py | ||
| test_cutlist.py | ||
| test_cutplan.py | ||
| test_driver.py | ||
| test_geometry.py | ||
| test_gui_controller.py | ||
| test_instructions.py | ||
| test_jigs.py | ||
| test_layout.py | ||
| test_scene.py | ||