mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
print more information
This commit is contained in:
parent
2345fb6428
commit
0fb8c72f50
8 changed files with 53 additions and 34 deletions
|
@ -133,7 +133,7 @@ namespace polysat {
|
|||
~conflict();
|
||||
|
||||
/// Begin next conflict
|
||||
void begin_conflict();
|
||||
void begin_conflict(char const* text);
|
||||
/// Log inference at the current state.
|
||||
void log_inference(inference const& inf);
|
||||
void log_inference(char const* name) { log_inference(inference_named(name)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue