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:
parent
a91d7a7189
commit
bfac44f7ed
3 changed files with 7 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue