Project Concept
load_problem_string3()
Load a problem from a string.
string (str) – the string containing the problem definition.
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