mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix build error reported by Ari
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
aa695f6a6c
commit
8938de2ba2
2 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,6 @@ Notes:
|
|||
|
||||
namespace opt {
|
||||
maxsmt_solver_base* mk_maxhs(context& c,
|
||||
vector<rational> const& ws, expr_ref_vector const& soft);
|
||||
weights_t& ws, expr_ref_vector const& soft);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue