Basic Python API for modeling a LP/MILP was added in 25.08. It can be updated with improvements: - [x] Read and Write MPS files to/from models - [ ] Add Model Deltas - [ ] Update API to remove variables and constraints - [ ] Evaluate and improve performance on CSR building - [x] Enable using warmstart data - [ ] Job Delta function - [ ] Add Batch LP Solve API
Basic Python API for modeling a LP/MILP was added in 25.08. It can be updated with improvements: