mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
Use = default
for virtual constructors.
This commit is contained in:
parent
aa0719abae
commit
5014b1a34d
85 changed files with 106 additions and 107 deletions
|
@ -28,7 +28,7 @@ namespace opt {
|
|||
|
||||
class lns_context {
|
||||
public:
|
||||
virtual ~lns_context() {}
|
||||
virtual ~lns_context() = default;
|
||||
virtual void update_model(model_ref& mdl) = 0;
|
||||
virtual void relax_cores(vector<expr_ref_vector> const& cores) = 0;
|
||||
virtual rational cost(model& mdl) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue