Skip to content

Commit b3373dd

Browse files
committed
Merge branch 'main' of github.com:toolCHAINZ/crackers into ablation_a
2 parents 3fc1f58 + 6720c61 commit b3373dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/crackers/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn synthesize(config: PathBuf) -> anyhow::Result<()> {
122122
.init();
123123
let params = p.resolve()?;
124124

125-
match params.build_single(&z3) {
125+
match params.build_combined(&z3) {
126126
Ok(mut p) => match p.decide() {
127127
Ok(res) => match res {
128128
DecisionResult::AssignmentFound(a) => {

0 commit comments

Comments
 (0)