Files | Admin

Notes:

Release Name: Gecode/R 0.4.0

Notes:
This release adds most of the constraints supported by Gecode for integer
variables.




Changes: * [#11861] Fixed a bug stopping the creating of int variables with non-range domains. * Added domain constraints for int variables. * Added equality constraint for int enums. * Matrices of integer and boolean variables can now be created using Model#int_var_matrix Model#bool_var_matrix. * Added channel constraint for int enums. * Added element constraints (variable array access). * Added count constraints. * Added sortedness constraints. * Added arithmetic constraints (min, max, abs and variable multiplication).