3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

print more information

This commit is contained in:
Jakob Rath 2022-06-29 14:26:25 +02:00
parent 2345fb6428
commit 0fb8c72f50
8 changed files with 53 additions and 34 deletions

View file

@ -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)); }