mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
Merge branch 'working' of https://z3-1/gw/git/z3 into working
This commit is contained in:
commit
9ad4b5bc0f
58 changed files with 1809 additions and 1526 deletions
|
@ -20,6 +20,10 @@ Revision History:
|
|||
#ifndef _PDR_CONTEXT_H_
|
||||
#define _PDR_CONTEXT_H_
|
||||
|
||||
#ifdef _CYGWIN
|
||||
#undef min
|
||||
#undef max
|
||||
#endif
|
||||
#include <deque>
|
||||
#include "pdr_manager.h"
|
||||
#include "dl_base.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue