mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +00:00
conflict2
This commit is contained in:
parent
68e313ed24
commit
a416e16566
9 changed files with 216 additions and 31 deletions
|
@ -85,7 +85,7 @@ namespace polysat {
|
|||
out().flush();
|
||||
}
|
||||
|
||||
void file_inference_logger::log_inference(inference const& inf) {
|
||||
void file_inference_logger::log(inference const& inf) {
|
||||
out() << hline() << "\n";
|
||||
out() << inf << "\n";
|
||||
log_conflict_state();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue