Problem.__init__¶ abstract Problem.__init__()[source]¶ Initialize the problem instance. This constructor may accept parameters specific to the problem definition, such as hyperparameters, or graph dimensions. Raises: NotImplementedError – If the subclass does not override this constructor.