mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
adaptive psat cutoff
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
parent
d8a62dff73
commit
38751430df
5 changed files with 34 additions and 23 deletions
|
@ -66,10 +66,11 @@ namespace sat {
|
|||
};
|
||||
|
||||
enum cutoff_t {
|
||||
adaptive_cutoff,
|
||||
fixed_depth_cutoff,
|
||||
fixed_freevars_cutoff,
|
||||
psat_cutoff
|
||||
depth_cutoff,
|
||||
freevars_cutoff,
|
||||
psat_cutoff,
|
||||
adaptive_freevars_cutoff,
|
||||
adaptive_psat_cutoff
|
||||
};
|
||||
|
||||
struct config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue