Commit 3395c45
committed
Replace pandas-based LP file writing with polars implementation
- Remove pandas-based LP writing functions and replace with polars versions
- Rename polars functions to remove '_polars' suffix for consistent API
- Create separate get_printers_scalar() for non-LP functions (highspy, gurobi, mosek)
- Update get_printers() to handle polars dataframes for LP writing
- Consolidate "lp" and "lp-polars" io_api options to use same implementation
- Remove unused imports and cleanup handle_batch function1 parent 12b0da3 commit 3395c45
2 files changed
+44
-422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments