| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
package org.sat4j.minisat; |
| 24 |
|
|
| 25 |
|
import java.io.FileNotFoundException; |
| 26 |
|
import java.io.IOException; |
| 27 |
|
|
| 28 |
|
import org.sat4j.reader.ParseFormatException; |
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
@author |
| 34 |
|
|
| 35 |
|
|
|
|
|
| 99% |
Uncovered Elements: 2 (207) |
Complexity: 1 |
Complexity Density: 1,01 |
|
| 36 |
|
public abstract class AbstractM2Test extends AbstractAcceptanceTestCase { |
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
protected static final String PREFIX = System.getProperty("test.prefix"); |
| 41 |
|
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 42 |
0
|
public static void main(String[] args) {... |
| 43 |
0
|
junit.swingui.TestRunner.run(AbstractM2Test.class); |
| 44 |
|
} |
| 45 |
|
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
| 46 |
57
|
public AbstractM2Test() {... |
| 47 |
|
} |
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
@param |
| 53 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
| 54 |
1624
|
public AbstractM2Test(String arg0) {... |
| 55 |
1624
|
super(arg0); |
| 56 |
|
} |
| 57 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 58 |
16
|
public void testAim50SAT1() throws FileNotFoundException, IOException,... |
| 59 |
|
ParseFormatException { |
| 60 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-1_6-yes1-1.cnf")); |
| 61 |
|
} |
| 62 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 63 |
16
|
public void testAim50SAT2() throws FileNotFoundException, IOException,... |
| 64 |
|
ParseFormatException { |
| 65 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-1_6-yes1-2.cnf")); |
| 66 |
|
} |
| 67 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 68 |
16
|
public void testAim50SAT3() throws FileNotFoundException, IOException,... |
| 69 |
|
ParseFormatException { |
| 70 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-1_6-yes1-3.cnf")); |
| 71 |
|
} |
| 72 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 73 |
16
|
public void testAim50SAT4() throws FileNotFoundException, IOException,... |
| 74 |
|
ParseFormatException { |
| 75 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-1_6-yes1-4.cnf")); |
| 76 |
|
} |
| 77 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 78 |
16
|
public void testAim50SAT5() throws FileNotFoundException, IOException,... |
| 79 |
|
ParseFormatException { |
| 80 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-2_0-yes1-1.cnf")); |
| 81 |
|
} |
| 82 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 83 |
16
|
public void testAim50SAT6() throws FileNotFoundException, IOException,... |
| 84 |
|
ParseFormatException { |
| 85 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-2_0-yes1-2.cnf")); |
| 86 |
|
} |
| 87 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 88 |
16
|
public void testAim50SAT7() throws FileNotFoundException, IOException,... |
| 89 |
|
ParseFormatException { |
| 90 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-2_0-yes1-3.cnf")); |
| 91 |
|
} |
| 92 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 93 |
16
|
public void testAim50SAT8() throws FileNotFoundException, IOException,... |
| 94 |
|
ParseFormatException { |
| 95 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-2_0-yes1-4.cnf")); |
| 96 |
|
} |
| 97 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 98 |
16
|
public void testAim50SAT9() throws FileNotFoundException, IOException,... |
| 99 |
|
ParseFormatException { |
| 100 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-3_4-yes1-1.cnf")); |
| 101 |
|
} |
| 102 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 103 |
16
|
public void testAim50SAT10() throws FileNotFoundException, IOException,... |
| 104 |
|
ParseFormatException { |
| 105 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-3_4-yes1-2.cnf")); |
| 106 |
|
} |
| 107 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 108 |
16
|
public void testAim50SAT11() throws FileNotFoundException, IOException,... |
| 109 |
|
ParseFormatException { |
| 110 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-3_4-yes1-3.cnf")); |
| 111 |
|
} |
| 112 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 113 |
16
|
public void testAim50SAT12() throws FileNotFoundException, IOException,... |
| 114 |
|
ParseFormatException { |
| 115 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-3_4-yes1-4.cnf")); |
| 116 |
|
} |
| 117 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 118 |
16
|
public void testAim50SAT13() throws FileNotFoundException, IOException,... |
| 119 |
|
ParseFormatException { |
| 120 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-6_0-yes1-1.cnf")); |
| 121 |
|
} |
| 122 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 123 |
16
|
public void testAim50SAT14() throws FileNotFoundException, IOException,... |
| 124 |
|
ParseFormatException { |
| 125 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-6_0-yes1-2.cnf")); |
| 126 |
|
} |
| 127 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 128 |
16
|
public void testAim50SAT15() throws FileNotFoundException, IOException,... |
| 129 |
|
ParseFormatException { |
| 130 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-6_0-yes1-3.cnf")); |
| 131 |
|
} |
| 132 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 133 |
16
|
public void testAim50SAT16() throws FileNotFoundException, IOException,... |
| 134 |
|
ParseFormatException { |
| 135 |
16
|
assertTrue(solveInstance(PREFIX + "aim/aim-50-6_0-yes1-4.cnf")); |
| 136 |
|
} |
| 137 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 138 |
16
|
public void testAim50UNSAT1() throws FileNotFoundException, IOException,... |
| 139 |
|
ParseFormatException { |
| 140 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-1_6-no-1.cnf")); |
| 141 |
|
} |
| 142 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 143 |
16
|
public void testAim50UNSAT2() throws FileNotFoundException, IOException,... |
| 144 |
|
ParseFormatException { |
| 145 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-1_6-no-2.cnf")); |
| 146 |
|
} |
| 147 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 148 |
16
|
public void testAim50UNSAT3() throws FileNotFoundException, IOException,... |
| 149 |
|
ParseFormatException { |
| 150 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-1_6-no-3.cnf")); |
| 151 |
|
} |
| 152 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 153 |
16
|
public void testAim50UNSAT4() throws FileNotFoundException, IOException,... |
| 154 |
|
ParseFormatException { |
| 155 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-1_6-no-4.cnf")); |
| 156 |
|
} |
| 157 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 158 |
16
|
public void testAim50UNSAT5() throws FileNotFoundException, IOException,... |
| 159 |
|
ParseFormatException { |
| 160 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-2_0-no-1.cnf")); |
| 161 |
|
} |
| 162 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 163 |
16
|
public void testAim50UNSAT6() throws FileNotFoundException, IOException,... |
| 164 |
|
ParseFormatException { |
| 165 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-2_0-no-2.cnf")); |
| 166 |
|
} |
| 167 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 168 |
16
|
public void testAim50UNSAT7() throws FileNotFoundException, IOException,... |
| 169 |
|
ParseFormatException { |
| 170 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-2_0-no-3.cnf")); |
| 171 |
|
} |
| 172 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 173 |
16
|
public void testAim50UNSAT8() throws FileNotFoundException, IOException,... |
| 174 |
|
ParseFormatException { |
| 175 |
16
|
assertTrue(!solveInstance(PREFIX + "aim/aim-50-2_0-no-4.cnf")); |
| 176 |
|
} |
| 177 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 178 |
16
|
public void testIi1() throws FileNotFoundException, IOException,... |
| 179 |
|
ParseFormatException { |
| 180 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8a1.cnf")); |
| 181 |
|
} |
| 182 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 183 |
16
|
public void testIi2() throws FileNotFoundException, IOException,... |
| 184 |
|
ParseFormatException { |
| 185 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8a2.cnf")); |
| 186 |
|
} |
| 187 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 188 |
16
|
public void testIi3() throws FileNotFoundException, IOException,... |
| 189 |
|
ParseFormatException { |
| 190 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8a3.cnf")); |
| 191 |
|
} |
| 192 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 193 |
16
|
public void testIi4() throws FileNotFoundException, IOException,... |
| 194 |
|
ParseFormatException { |
| 195 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8a4.cnf")); |
| 196 |
|
} |
| 197 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 198 |
16
|
public void testIi5() throws FileNotFoundException, IOException,... |
| 199 |
|
ParseFormatException { |
| 200 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8b1.cnf")); |
| 201 |
|
} |
| 202 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 203 |
16
|
public void testIi6() throws FileNotFoundException, IOException,... |
| 204 |
|
ParseFormatException { |
| 205 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8b2.cnf")); |
| 206 |
|
} |
| 207 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 208 |
16
|
public void testIi7() throws FileNotFoundException, IOException,... |
| 209 |
|
ParseFormatException { |
| 210 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8b3.cnf")); |
| 211 |
|
} |
| 212 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 213 |
16
|
public void testIi8() throws FileNotFoundException, IOException,... |
| 214 |
|
ParseFormatException { |
| 215 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8b4.cnf")); |
| 216 |
|
} |
| 217 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 218 |
16
|
public void testIi9() throws FileNotFoundException, IOException,... |
| 219 |
|
ParseFormatException { |
| 220 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8c1.cnf")); |
| 221 |
|
} |
| 222 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 223 |
16
|
public void testIi10() throws FileNotFoundException, IOException,... |
| 224 |
|
ParseFormatException { |
| 225 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8c2.cnf")); |
| 226 |
|
} |
| 227 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 228 |
16
|
public void testIi11() throws FileNotFoundException, IOException,... |
| 229 |
|
ParseFormatException { |
| 230 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8d1.cnf")); |
| 231 |
|
} |
| 232 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 233 |
16
|
public void testIi12() throws FileNotFoundException, IOException,... |
| 234 |
|
ParseFormatException { |
| 235 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8d2.cnf")); |
| 236 |
|
} |
| 237 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 238 |
16
|
public void testIi13() throws FileNotFoundException, IOException,... |
| 239 |
|
ParseFormatException { |
| 240 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8e1.cnf")); |
| 241 |
|
} |
| 242 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 243 |
16
|
public void testIi14() throws FileNotFoundException, IOException,... |
| 244 |
|
ParseFormatException { |
| 245 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii8e2.cnf")); |
| 246 |
|
} |
| 247 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 248 |
16
|
public void testIi15() throws FileNotFoundException, IOException,... |
| 249 |
|
ParseFormatException { |
| 250 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16a1.cnf")); |
| 251 |
|
} |
| 252 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 253 |
16
|
public void testIi16() throws FileNotFoundException, IOException,... |
| 254 |
|
ParseFormatException { |
| 255 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16a2.cnf")); |
| 256 |
|
} |
| 257 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 258 |
16
|
public void testIi17() throws FileNotFoundException, IOException,... |
| 259 |
|
ParseFormatException { |
| 260 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16b1.cnf")); |
| 261 |
|
} |
| 262 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 263 |
16
|
public void testIi18() throws FileNotFoundException, IOException,... |
| 264 |
|
ParseFormatException { |
| 265 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16b2.cnf")); |
| 266 |
|
} |
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 273 |
16
|
public void testIi20() throws FileNotFoundException, IOException,... |
| 274 |
|
ParseFormatException { |
| 275 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16c2.cnf")); |
| 276 |
|
} |
| 277 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 278 |
16
|
public void testIi21() throws FileNotFoundException, IOException,... |
| 279 |
|
ParseFormatException { |
| 280 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16d1.cnf")); |
| 281 |
|
} |
| 282 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 283 |
16
|
public void testIi22() throws FileNotFoundException, IOException,... |
| 284 |
|
ParseFormatException { |
| 285 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16d2.cnf")); |
| 286 |
|
} |
| 287 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 288 |
16
|
public void testIi23() throws FileNotFoundException, IOException,... |
| 289 |
|
ParseFormatException { |
| 290 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16e1.cnf")); |
| 291 |
|
} |
| 292 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 293 |
16
|
public void testIi24() throws FileNotFoundException, IOException,... |
| 294 |
|
ParseFormatException { |
| 295 |
16
|
assertTrue(solveInstance(PREFIX + "ii/ii16e2.cnf")); |
| 296 |
|
} |
| 297 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 298 |
16
|
public void testJNH1() throws FileNotFoundException, IOException,... |
| 299 |
|
ParseFormatException { |
| 300 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh1.cnf")); |
| 301 |
|
} |
| 302 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 303 |
16
|
public void testJNH2() throws FileNotFoundException, IOException,... |
| 304 |
|
ParseFormatException { |
| 305 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh2.cnf")); |
| 306 |
|
} |
| 307 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 308 |
16
|
public void testJNH3() throws FileNotFoundException, IOException,... |
| 309 |
|
ParseFormatException { |
| 310 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh3.cnf")); |
| 311 |
|
} |
| 312 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 313 |
16
|
public void testJNH4() throws FileNotFoundException, IOException,... |
| 314 |
|
ParseFormatException { |
| 315 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh4.cnf")); |
| 316 |
|
} |
| 317 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 318 |
16
|
public void testJNH5() throws FileNotFoundException, IOException,... |
| 319 |
|
ParseFormatException { |
| 320 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh5.cnf")); |
| 321 |
|
} |
| 322 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 323 |
16
|
public void testJNH6() throws FileNotFoundException, IOException,... |
| 324 |
|
ParseFormatException { |
| 325 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh6.cnf")); |
| 326 |
|
} |
| 327 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 328 |
16
|
public void testJNH7() throws FileNotFoundException, IOException,... |
| 329 |
|
ParseFormatException { |
| 330 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh7.cnf")); |
| 331 |
|
} |
| 332 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 333 |
16
|
public void testJNH8() throws FileNotFoundException, IOException,... |
| 334 |
|
ParseFormatException { |
| 335 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh8.cnf")); |
| 336 |
|
} |
| 337 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 338 |
16
|
public void testJNH9() throws FileNotFoundException, IOException,... |
| 339 |
|
ParseFormatException { |
| 340 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh9.cnf")); |
| 341 |
|
} |
| 342 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 343 |
16
|
public void testJNH10() throws FileNotFoundException, IOException,... |
| 344 |
|
ParseFormatException { |
| 345 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh10.cnf")); |
| 346 |
|
} |
| 347 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 348 |
16
|
public void testJNH11() throws FileNotFoundException, IOException,... |
| 349 |
|
ParseFormatException { |
| 350 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh11.cnf")); |
| 351 |
|
} |
| 352 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 353 |
16
|
public void testJNH12() throws FileNotFoundException, IOException,... |
| 354 |
|
ParseFormatException { |
| 355 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh12.cnf")); |
| 356 |
|
} |
| 357 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 358 |
16
|
public void testJNH13() throws FileNotFoundException, IOException,... |
| 359 |
|
ParseFormatException { |
| 360 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh13.cnf")); |
| 361 |
|
} |
| 362 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 363 |
16
|
public void testJNH14() throws FileNotFoundException, IOException,... |
| 364 |
|
ParseFormatException { |
| 365 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh14.cnf")); |
| 366 |
|
} |
| 367 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 368 |
16
|
public void testJNH15() throws FileNotFoundException, IOException,... |
| 369 |
|
ParseFormatException { |
| 370 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh15.cnf")); |
| 371 |
|
} |
| 372 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 373 |
16
|
public void testJNH16() throws FileNotFoundException, IOException,... |
| 374 |
|
ParseFormatException { |
| 375 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh16.cnf")); |
| 376 |
|
} |
| 377 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 378 |
16
|
public void testJNH17() throws FileNotFoundException, IOException,... |
| 379 |
|
ParseFormatException { |
| 380 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh17.cnf")); |
| 381 |
|
} |
| 382 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 383 |
16
|
public void testJNH18() throws FileNotFoundException, IOException,... |
| 384 |
|
ParseFormatException { |
| 385 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh18.cnf")); |
| 386 |
|
} |
| 387 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 388 |
16
|
public void testJNH19() throws FileNotFoundException, IOException,... |
| 389 |
|
ParseFormatException { |
| 390 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh19.cnf")); |
| 391 |
|
} |
| 392 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 393 |
16
|
public void testJNH20() throws FileNotFoundException, IOException,... |
| 394 |
|
ParseFormatException { |
| 395 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh20.cnf")); |
| 396 |
|
} |
| 397 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 398 |
16
|
public void testJNH21() throws FileNotFoundException, IOException,... |
| 399 |
|
ParseFormatException { |
| 400 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh201.cnf")); |
| 401 |
|
} |
| 402 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 403 |
16
|
public void testJNH22() throws FileNotFoundException, IOException,... |
| 404 |
|
ParseFormatException { |
| 405 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh202.cnf")); |
| 406 |
|
} |
| 407 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 408 |
16
|
public void testJNH23() throws FileNotFoundException, IOException,... |
| 409 |
|
ParseFormatException { |
| 410 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh203.cnf")); |
| 411 |
|
} |
| 412 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 413 |
16
|
public void testJNH24() throws FileNotFoundException, IOException,... |
| 414 |
|
ParseFormatException { |
| 415 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh204.cnf")); |
| 416 |
|
} |
| 417 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 418 |
16
|
public void testJNH25() throws FileNotFoundException, IOException,... |
| 419 |
|
ParseFormatException { |
| 420 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh205.cnf")); |
| 421 |
|
} |
| 422 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 423 |
16
|
public void testJNH26() throws FileNotFoundException, IOException,... |
| 424 |
|
ParseFormatException { |
| 425 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh206.cnf")); |
| 426 |
|
} |
| 427 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 428 |
16
|
public void testJNH27() throws FileNotFoundException, IOException,... |
| 429 |
|
ParseFormatException { |
| 430 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh207.cnf")); |
| 431 |
|
} |
| 432 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 433 |
16
|
public void testJNH28() throws FileNotFoundException, IOException,... |
| 434 |
|
ParseFormatException { |
| 435 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh208.cnf")); |
| 436 |
|
} |
| 437 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 438 |
16
|
public void testJNH29() throws FileNotFoundException, IOException,... |
| 439 |
|
ParseFormatException { |
| 440 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh209.cnf")); |
| 441 |
|
} |
| 442 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 443 |
16
|
public void testJNH30() throws FileNotFoundException, IOException,... |
| 444 |
|
ParseFormatException { |
| 445 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh210.cnf")); |
| 446 |
|
} |
| 447 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 448 |
16
|
public void testJNH31() throws FileNotFoundException, IOException,... |
| 449 |
|
ParseFormatException { |
| 450 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh211.cnf")); |
| 451 |
|
} |
| 452 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 453 |
16
|
public void testJNH32() throws FileNotFoundException, IOException,... |
| 454 |
|
ParseFormatException { |
| 455 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh212.cnf")); |
| 456 |
|
} |
| 457 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 458 |
16
|
public void testJNH33() throws FileNotFoundException, IOException,... |
| 459 |
|
ParseFormatException { |
| 460 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh213.cnf")); |
| 461 |
|
} |
| 462 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 463 |
16
|
public void testJNH34() throws FileNotFoundException, IOException,... |
| 464 |
|
ParseFormatException { |
| 465 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh214.cnf")); |
| 466 |
|
} |
| 467 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 468 |
16
|
public void testJNH35() throws FileNotFoundException, IOException,... |
| 469 |
|
ParseFormatException { |
| 470 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh215.cnf")); |
| 471 |
|
} |
| 472 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 473 |
16
|
public void testJNH36() throws FileNotFoundException, IOException,... |
| 474 |
|
ParseFormatException { |
| 475 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh216.cnf")); |
| 476 |
|
} |
| 477 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 478 |
16
|
public void testJNH37() throws FileNotFoundException, IOException,... |
| 479 |
|
ParseFormatException { |
| 480 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh217.cnf")); |
| 481 |
|
} |
| 482 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 483 |
16
|
public void testJNH38() throws FileNotFoundException, IOException,... |
| 484 |
|
ParseFormatException { |
| 485 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh218.cnf")); |
| 486 |
|
} |
| 487 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 488 |
16
|
public void testJNH39() throws FileNotFoundException, IOException,... |
| 489 |
|
ParseFormatException { |
| 490 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh219.cnf")); |
| 491 |
|
} |
| 492 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 493 |
16
|
public void testJNH40() throws FileNotFoundException, IOException,... |
| 494 |
|
ParseFormatException { |
| 495 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh220.cnf")); |
| 496 |
|
} |
| 497 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 498 |
16
|
public void testJNH41() throws FileNotFoundException, IOException,... |
| 499 |
|
ParseFormatException { |
| 500 |
16
|
assertTrue(solveInstance(PREFIX + "jnh/jnh301.cnf")); |
| 501 |
|
} |
| 502 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 503 |
16
|
public void testJNH42() throws FileNotFoundException, IOException,... |
| 504 |
|
ParseFormatException { |
| 505 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh302.cnf")); |
| 506 |
|
} |
| 507 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 508 |
16
|
public void testJNH43() throws FileNotFoundException, IOException,... |
| 509 |
|
ParseFormatException { |
| 510 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh303.cnf")); |
| 511 |
|
} |
| 512 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 513 |
16
|
public void testJNH44() throws FileNotFoundException, IOException,... |
| 514 |
|
ParseFormatException { |
| 515 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh304.cnf")); |
| 516 |
|
} |
| 517 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 518 |
16
|
public void testJNH45() throws FileNotFoundException, IOException,... |
| 519 |
|
ParseFormatException { |
| 520 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh305.cnf")); |
| 521 |
|
} |
| 522 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 523 |
16
|
public void testJNH46() throws FileNotFoundException, IOException,... |
| 524 |
|
ParseFormatException { |
| 525 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh306.cnf")); |
| 526 |
|
} |
| 527 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 528 |
16
|
public void testJNH47() throws FileNotFoundException, IOException,... |
| 529 |
|
ParseFormatException { |
| 530 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh307.cnf")); |
| 531 |
|
} |
| 532 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 533 |
16
|
public void testJNH48() throws FileNotFoundException, IOException,... |
| 534 |
|
ParseFormatException { |
| 535 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh308.cnf")); |
| 536 |
|
} |
| 537 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 538 |
16
|
public void testJNH49() throws FileNotFoundException, IOException,... |
| 539 |
|
ParseFormatException { |
| 540 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh309.cnf")); |
| 541 |
|
} |
| 542 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 543 |
16
|
public void testJNH50() throws FileNotFoundException, IOException,... |
| 544 |
|
ParseFormatException { |
| 545 |
16
|
assertTrue(!solveInstance(PREFIX + "jnh/jnh310.cnf")); |
| 546 |
|
} |
| 547 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 548 |
16
|
public void testHole6() throws FileNotFoundException, IOException,... |
| 549 |
|
ParseFormatException { |
| 550 |
16
|
assertFalse(solveInstance(PREFIX + "pigeons/hole6.cnf")); |
| 551 |
|
} |
| 552 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 553 |
16
|
public void testHole7() throws FileNotFoundException, IOException,... |
| 554 |
|
ParseFormatException { |
| 555 |
16
|
assertFalse(solveInstance(PREFIX + "pigeons/hole7.cnf")); |
| 556 |
|
} |
| 557 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 558 |
16
|
public void testHole8() throws FileNotFoundException, IOException,... |
| 559 |
|
ParseFormatException { |
| 560 |
16
|
assertFalse(solveInstance(PREFIX + "pigeons/hole8.cnf")); |
| 561 |
|
} |
| 562 |
|
|
|
|
|
| 100% |
Uncovered Elements: 0 (1) |
Complexity: 1 |
Complexity Density: 1 |
1
PASS
|
|
| 563 |
16
|
public void testHole9() throws FileNotFoundException, IOException,... |
| 564 |
|
ParseFormatException { |
| 565 |
16
|
assertFalse(solveInstance(PREFIX + "pigeons/hole9.cnf")); |
| 566 |
|
} |
| 567 |
|
|
| 568 |
|
|
| 569 |
|
|
| 570 |
|
|
| 571 |
|
|
| 572 |
|
} |