concepts.pdsketch.parsers.pdsketch_v3_parser.load_problem_string3#

load_problem_string3(string, domain=None)[source]#

Load a problem from a string.

Parameters:
  • 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.

Returns:

the problem object.

Return type:

Problem3