We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1656584 commit 0deb075Copy full SHA for 0deb075
1 file changed
tests/test_findscope.py
@@ -29,6 +29,7 @@ def test_findscope(self, algorithm):
29
constraints = toplevel_list(oracle_model.constraints)
30
31
instance = ca.ProblemInstance(variables=cp.cpm_array(vars_array))
32
+ instance.bias = [10 * c + d == 3 * (10 * a + b), 10 * d + a == 2 * (10 * b + c)]
33
ca_env = ca.ActiveCAEnv(find_scope=algorithm)
34
35
for con in range(len(constraints)):
0 commit comments