Skip to content

Make dingii a python module, provide sub-command interface

Daniel Doerr requested to merge ddoerr/dingiiofficial:main into main

This change transforms dingii into a python package and enables users to load its functionality via the python module 'dingii'. It also provides a unified command line interface with subcommands for ilp construction and solution parsing, i.e. 'dingii {ilp, sol} [SUBCOMMAND ARGS]'

Merge request reports