committed by
Nicola Demo
parent
f0d68b34c7
commit
30f865d912
@@ -15,4 +15,7 @@ class ConditionInterface(metaclass=ABCMeta):
|
||||
:param model: The model to evaluate the condition.
|
||||
:return: The residual of the condition.
|
||||
"""
|
||||
pass
|
||||
pass
|
||||
|
||||
def set_problem(self, problem):
|
||||
self._problem = problem
|
||||
|
||||
Reference in New Issue
Block a user