concepts.pdsketch.parsers.pdsketch_v3_parser.load_problem_file3#

load_problem_file3(filename, domain=None)[source]#

Load a problem file.

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

Returns:

the problem object.

Return type:

Problem3