concepts.dm.crow.parsers.cdl_parser.load_problem_file#

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

Load a problem file.

Parameters:
  • filename (str) – the filename of the problem file.

  • domain (CrowDomain | 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:

CrowProblem