File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Changed
16
16
``Result `` object and the new ``check_solution `` function can check the
17
17
correctness of an individual solution in the form of a data class object or a
18
18
dictionary.
19
+ - ``Model.add_file `` no longer has its ``parse_data `` flag enabled by default.
19
20
20
21
Fixed
21
22
^^^^^
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def __getitem__(self, key: str) -> Any:
144
144
"""
145
145
return self ._data .__getitem__ (key )
146
146
147
- def add_file (self , file : ParPath , parse_data : bool = True ) -> None :
147
+ def add_file (self , file : ParPath , parse_data : bool = False ) -> None :
148
148
"""Adds a MiniZinc file (``.mzn``, ``.dzn``, or ``.json``) to the Model.
149
149
150
150
Args:
You can’t perform that action at this time.
0 commit comments