Skip to content

Implement enabled-mechanism on the base class

Dominic Kempf requested to merge feature/enabled-mechanism into master

This adds a boolean flag enabled to the schema of the base class. Any block can be disabled by setting it to false. This is convenient when you are developing a solver and you do not want to comment out lines back and forth

This fixes #1 (closed)

Edited by Dominic Kempf

Merge request reports