You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python framework for experimenting with transformations of Mixed Integer Programming (MIP) problems. Designed for research and benchmarking, it includes tools for reordering, canonical form generation, and block decomposition. Compatible with external solvers such as Gurobi, and supports evaluation on MIPLIB benchmark instances.
This repository provides utilities for converting `.mps` and `.lp` models into IBM ILOG CPLEX Optimization Studio's OPL format, which consists of a `.mod` model file and a `.dat` data file.