mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef320af90b
commit
931e1624b2
7 changed files with 53 additions and 14 deletions
|
@ -14,11 +14,12 @@ Author:
|
|||
|
||||
--*/
|
||||
#pragma once
|
||||
#include "math/polysat/constraint.h"
|
||||
#include "math/polysat/solver.h"
|
||||
#include "math/polysat/conflict.h"
|
||||
|
||||
namespace polysat {
|
||||
|
||||
class solver;
|
||||
|
||||
class forbidden_intervals {
|
||||
solver& s;
|
||||
void revert_core(conflict& core);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue