3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00

fix build errors

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-01 09:15:53 -07:00
parent a91d7a7189
commit bfac44f7ed
3 changed files with 7 additions and 9 deletions

View file

@ -90,7 +90,7 @@ namespace sat {
double m_cube_psat_trigger;
config() {
memset(this, sizeof(*this), 0);
memset(this, 0, sizeof(*this));
m_dl_success = 0.8;
m_alpha = 3.5;
m_max_score = 20.0;