mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +00:00
No need to return a const bool.
This commit is contained in:
parent
9da6895276
commit
08165f5367
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ class theory_lra::imp {
|
||||||
return v;
|
return v;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool const has_int() const { return lp().has_int_var(); }
|
bool has_int() const { return lp().has_int_var(); }
|
||||||
|
|
||||||
lpvar register_theory_var_in_lar_solver(theory_var v) {
|
lpvar register_theory_var_in_lar_solver(theory_var v) {
|
||||||
lpvar lpv = lp().external_to_local(v);
|
lpvar lpv = lp().external_to_local(v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue