mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 05:41:23 +00:00
remove extra qualifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2dcbf192cc
commit
ff501986f1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace opt {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
maxsmt_solver_base* opt::mk_pbmax(
|
maxsmt_solver_base* mk_pbmax(
|
||||||
context & c, weights_t& ws, expr_ref_vector const& soft) {
|
context & c, weights_t& ws, expr_ref_vector const& soft) {
|
||||||
return alloc(pbmax, c, ws, soft);
|
return alloc(pbmax, c, ws, soft);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue