3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 04:26:00 +00:00

Univariate solver interface

This commit is contained in:
Jakob Rath 2022-03-10 11:01:57 +01:00
parent 9b20f17f9c
commit 6aee62ef2f
3 changed files with 59 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Author:
#include "math/polysat/trail.h"
#include "math/polysat/viable.h"
#include "math/polysat/log.h"
#include "math/polysat/univariate_solver.h"