jijpresolve.cli =============== .. py:module:: jijpresolve.cli .. autoapi-nested-parse:: Command-line interface for jijpresolve profiling. Functions --------- .. autoapisummary:: jijpresolve.cli.main Module Contents --------------- .. py:function:: main() -> int Run MILP presolve with profiling on an OMMX instance. This command loads an OMMX instance from a file or MIPLIB, runs MILP presolve, and outputs tracing/profiling information in Chrome Trace Event Format. The output can be viewed with Perfetto, speedscope, or Chrome DevTools.