44454647484950
public class BitsetIntVarImplTest { BitsetIntVarImpl var; public void setUp() throws Exception { var = new BitsetIntVarImpl("test", new int[]{-5, 0, 3, 4, 5}, new Solver()); }