mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
porting more
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d08e61219b
commit
6616a75283
5 changed files with 45 additions and 21 deletions
|
@ -264,6 +264,7 @@ namespace sat {
|
|||
m_xor_gauss_min_matrix_rows = p.xor_gauss_min_matrix_rows();
|
||||
m_xor_gauss_max_matrix_columns = p.xor_gauss_max_matrix_columns();
|
||||
m_xor_gauss_max_num_matrices = p.xor_gauss_max_num_matrices();
|
||||
m_xor_gauss_force_use_all_matrices = p.xor_gauss_force_use_all_matrices();
|
||||
|
||||
sat_simplifier_params ssp(_p);
|
||||
m_elim_vars = ssp.elim_vars();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue