moscot.problems.generic.GWProblem.remove_problem¶ GWProblem.remove_problem(key)¶ Remove a subproblem. See Adding and removing problems on how to remove subproblems. Parameters: key (Tuple[TypeVar(K, bound= Hashable), TypeVar(K, bound= Hashable)]) – Key of the subproblem to remove. Return type: BaseCompoundProblem[TypeVar(K, bound= Hashable), TypeVar(B, bound= OTProblem)] Returns: : Self and updates the following fields: problems