Skip to content
Snippets Groups Projects
Commit 0b9283bf authored by Çağrı Uluç Yıldırımoğlu's avatar Çağrı Uluç Yıldırımoğlu
Browse files

printing only original variables fix.

parent da6adf35
No related branches found
No related tags found
No related merge requests found
......@@ -914,7 +914,7 @@ run_application (kissat * solver,
PRINT_SOLUTION_TO_PROOF(application.max_var);
if (application.witness)
kissat_print_witness (solver,
application.max_var, application.partial);
solver->original_vars, application.partial);
}
}
#ifndef QUIET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment