mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
build fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6f2a6da600
commit
dd90689339
4 changed files with 4 additions and 3 deletions
|
@ -397,7 +397,7 @@ namespace arith {
|
|||
return false;
|
||||
}
|
||||
|
||||
void register_plugins(euf::proof_checker& pc) {
|
||||
void register_plugins(euf::proof_checker& pc) override {
|
||||
pc.register_plugin(symbol("farkas"), this);
|
||||
pc.register_plugin(symbol("bound"), this);
|
||||
pc.register_plugin(symbol("implied-eq"), this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue