mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 10:56:16 +00:00
unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6292b06c67
commit
fc30461828
12 changed files with 21 additions and 16 deletions
|
@ -116,7 +116,7 @@ namespace opt {
|
|||
model_based_opt::def model_based_opt::def::substitute(unsigned v, def const& other) const {
|
||||
def result;
|
||||
vector<var> const& vs1 = m_vars;
|
||||
vector<var> const& vs2 = other.m_vars;
|
||||
// vector<var> const& vs2 = other.m_vars;
|
||||
rational coeff(0);
|
||||
for (auto const& [id, c] : vs1) {
|
||||
if (id == v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue