mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 15:43:25 +00:00
remove output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5ed27a6c38
commit
743e56bda3
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ namespace euf {
|
||||||
|
|
||||||
void solver::updt_params(params_ref const& p) {
|
void solver::updt_params(params_ref const& p) {
|
||||||
m_config.updt_params(p);
|
m_config.updt_params(p);
|
||||||
std::cout << get_config().m_relevancy_lvl << "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue