36namespace Test {
namespace FlatZinc {
45 (void)
new FlatZincTest(
"sat_array_bool_or",
47array[1..4] of var bool: x :: output_array([1..4]);\n\
49constraint bool_eq(x[1], false);\n\
50constraint bool_eq(x[2], false);\n\
51constraint bool_eq(x[4], false);\n\
52constraint array_bool_or(x, true);\n\
56"x = array1d(1..4, [false, false, true, false]);\n\
Gecode::FloatVal c(-8, 8)