mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add outline for ule constraints, change bit to var constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5706c7a93b
commit
9df7e9a029
12 changed files with 224 additions and 113 deletions
|
@ -6,6 +6,19 @@
|
|||
#include "util/util.h"
|
||||
#include "math/polysat/log.h"
|
||||
|
||||
/**
|
||||
For windows:
|
||||
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/isatty?view=msvc-160
|
||||
|
||||
So include <io.h> and create platform wrapper for _isatty / isatty.
|
||||
|
||||
Other:
|
||||
- add option to configure z3 trace feature to point to std::err
|
||||
- roll this functionality into trace.cpp/trace.h in util
|
||||
- Generally, generic functionality should not reside in specific directories.
|
||||
- code diverges on coding conventions.
|
||||
*/
|
||||
|
||||
#if POLYSAT_LOGGING_ENABLED
|
||||
|
||||
static LogLevel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue