ConditionInterface#

class ConditionInterface[source]#

Bases: object

Abstract base class for PINA conditions. All specific conditions must inherit from this interface.

Refer to pina.condition.condition.Condition for a thorough description of all available conditions and how to instantiate them.

Initialization of the ConditionInterface class.

property problem#

Return the problem associated with this condition.

Returns:

Problem associated with this condition.

Return type:

AbstractProblem