mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
replaced check_interpolants option with interp.check
This commit is contained in:
parent
6e18f44d99
commit
5454e38935
7 changed files with 2 additions and 23 deletions
|
@ -65,7 +65,7 @@ static void show_interpolant_and_maybe_check(cmd_context & ctx,
|
|||
s.cleanup();
|
||||
|
||||
// verify, for the paranoid...
|
||||
if(check || ctx.check_interpolants()){
|
||||
if(check || interp_params(m_params).check()){
|
||||
std::ostringstream err;
|
||||
ast_manager &_m = ctx.m();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue