3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-05 23:05:46 +00:00
z3/src
Nikolaj Bjorner 911134b3c7 add new heuristic rc2bin (to be tested) to maxsat
The rc2bin heuristic is a hybrid of rc2 and binary maxres.
It follows the suggestion by Nina to use rc2 on large cores after a single maxres relaxation step; otherwise maxres (binary) on smaller cores. In the design space of possible hybrids, this variant chooses to always apply a single layer of maxres and then rc2 for large cores.
2022-06-20 11:50:25 -07:00
..
ackermannization add tactic name 2021-12-07 13:37:57 -08:00
api Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
ast fix debug build 2022-06-17 14:35:33 +01:00
cmd_context remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
math remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
model remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
muz remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
nlsat fix debug build 2022-06-17 14:35:33 +01:00
opt add new heuristic rc2bin (to be tested) to maxsat 2022-06-20 11:50:25 -07:00
params fix #5929 - add parameter bv_le2extract to allow disabling the disassembly to extract 2022-03-27 18:23:41 -10:00
parsers remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
qe fix debug build 2022-06-17 14:35:33 +01:00
sat Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
shell remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
smt Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
solver fix debug build 2022-06-17 14:35:33 +01:00
tactic Added function to select the next variable to split on (User-Propagator) (#6096) 2022-06-19 10:49:25 -07:00
test attempt to fix windows build bot 2022-06-17 21:15:54 +01:00
util fix debug build 2022-06-17 14:35:33 +01:00
CMakeLists.txt separate dependencies for qe_lite 2022-01-12 03:26:22 -08:00