3
0
Fork 0
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:
Jakob Rath 2022-11-07 13:33:48 +01:00
parent e33f728128
commit 7662427d92
8 changed files with 419 additions and 349 deletions

View file

@ -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>