Next: 4.10.0 Other Changes, Up: 4.10.0 Changes [Contents]
increasing
, strictly_increasing
, decreasing
,
strictly_decreasing
, network_flow
, and network_flow_cost
.
labeling/2
and search/2
options have been restructured and extended.
You can specify randomized search, restarting search, large neighborhood search, multiobjective
minimize/maximize, and lexicographic minimize/maximize.
fd_statistics/2
keywords have been extended and renamed to align with their MiniZinc counterparts.
library(random)
and library(clpfd)
now use separate random number generators.
The latter random seed can be accessed by new fd_setrand/1
and fd_getrand/1
.
increasing/[1,2]
, decreasing/[1,2]
, and network_flow/[2,3]
are new.
element/2
is reifiable.
bool_and/2
and bool_or/2
.