Implement enabled-mechanism on the base class
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