mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
Split constraint_manager into separate file
This commit is contained in:
parent
e33f728128
commit
7662427d92
8 changed files with 419 additions and 349 deletions
|
@ -69,7 +69,7 @@ Lemma: y < z or xz <= xy or O(x,y)
|
|||
--*/
|
||||
#pragma once
|
||||
#include "math/polysat/types.h"
|
||||
#include "math/polysat/constraint.h"
|
||||
#include "math/polysat/constraint_manager.h"
|
||||
#include "math/polysat/inference_logger.h"
|
||||
#include <initializer_list>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue