mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
reconnect saturation
This commit is contained in:
parent
6abe0c9be8
commit
1020f38e1a
5 changed files with 30 additions and 11 deletions
|
@ -1,4 +1,3 @@
|
|||
#if 0
|
||||
/*++
|
||||
Copyright (c) 2021 Microsoft Corporation
|
||||
|
||||
|
@ -18,7 +17,6 @@ Author:
|
|||
namespace polysat {
|
||||
|
||||
class solver;
|
||||
class constraint_manager;
|
||||
|
||||
class inference_engine {
|
||||
friend class conflict;
|
||||
|
@ -111,4 +109,3 @@ namespace polysat {
|
|||
*/
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue