processing.config#
Processing pipeline configuration classes and built-in presets.
Exposes ProcessingConfig
and the following ready-to-use preset factories:
MonarqDefaultConfig()— full transpilation pipeline with benchmark dataMonarqDefaultConfigNoBenchmark()— full pipeline without benchmarkNoPlaceNoRouteConfig()— decomposition onlyEmptyConfig()— no processing stepsPrintDefaultConfig()— default pipeline with debug printing
Submodules#
contains the base configuration class and presets that can be used to specify monarq.default's processing behaviour |