Modelling#

The hermax.model module provides Python modelling for MaxSAT and SAT-like workflows.

The design goal is to let users model naturally while maintaining an efficient path from high-level objects to exported CNF/WCNF and incremental solver calls.

Examples#

Start here if you want runnable modelling examples and outputs:

Core Concepts#

Solving And Export#

API Reference#