moscot.base.problems.BaseProblem.save¶ BaseProblem.save(path, overwrite=False)[source]¶ Save the problem to a file. Parameters: path (Union[str, Path]) – Path where to save the problem. overwrite (bool) – Whether to overwrite an existing file. Return type: None Returns: : Nothing, just saves the problem using cloudpickle.