Project Concept
load_problem_file3()
Load a problem file.
filename (str) – the filename of the problem file.
domain (Domain | None) – the domain object. If not provided, the domain will be loaded from the domain file specified in the problem file.
the problem object.
Problem3