Skip to content

Commit 678a678

Browse files
authored
test complex cases of C++ GraphDivision in fuzzer (#273)
* test complex cases of C++ GraphDivision in fuzzer * bump up glucose_rs
1 parent 57f74a1 commit 678a678

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

cspuz_core/lib/glucose

cspuz_core/lib/glucose_rs

cspuz_core/src/integration/tests/fuzz.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ impl Fuzzer {
119119
) {
120120
let n_division_stmts = self.next_i32(1, 2);
121121
for _ in 0..n_division_stmts {
122-
// TODO: test with non-simple cases
123-
let simple_only = matches!(graph_division_mode, FuzzerGraphDivisionMode::CppImpl);
122+
let simple_only = false;
124123
let stmt = self.random_graph_division_stmt(
125124
&bool_vars,
126125
&int_vars,

0 commit comments

Comments
 (0)