What's still on the books. See raven_migration.md for the function-by- function port status (most of it is done); see IMPROVEMENTS.md for the catalogue of raven-toolbox improvements that should also be back-ported into MATLAB RAVEN.
- known_issues.md — backlog of low-priority edge cases / robustness gaps / dead code from the full-codebase review. None affects correctness on well-formed inputs.
- IMPROVEMENTS.md — items marked 💡 proposed are candidates to implement (and back-port).
- matlab_raven_backports.md — the MATLAB ↔ raven-toolbox differences record: improvements to back-port to MATLAB RAVEN, and functionality MATLAB has that raven-toolbox deliberately doesn't (MetaCyc, dynamic FBA, ftINIT metabolomics scoring).
optlang.hybrid_interface.Configuration.clone()bug — blocks HiGHS at any scale (CI catches it intests/test_init_solvers.py).- GLPK's MIP solve ignores
configuration.timeoutat genome scale — blocks GLPK on large MILPs. - Both documented in init_solver_benchmark.md with concrete fix suggestions.