ConditionInterface#

class ConditionInterface[source]#

Bases: object

Abstract class which defines a common interface for all the conditions. It defined a common interface for all the conditions.

Initialize the ConditionInterface object.

property problem#

Return the problem to which the condition is associated.

Returns:

Problem to which the condition is associated.

Return type:

AbstractProblem