Skip to content

Commit

Permalink
Merge pull request #625 from aiplan4eu/fix-anml-reader
Browse files Browse the repository at this point in the history
fix(anml-reader): remove default value for boolean fluents
  • Loading branch information
mikand committed Sep 11, 2024
2 parents fec0d86 + 6dfdb1d commit a9535ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unified_planning/io/anml_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def _parse_problem(
self._problem = up.model.Problem(
problem_name,
self._env,
initial_defaults={self._tm.BoolType(): self._em.FALSE()},
)
types_map: Dict[str, "up.model.Type"] = self._create_types_map(grammar.types)

Expand Down

0 comments on commit a9535ae

Please sign in to comment.