mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
wip - features and bug-fixes to proof logging
This commit is contained in:
parent
3bf1b606df
commit
7b3a634b8d
11 changed files with 45 additions and 43 deletions
|
@ -42,7 +42,7 @@ namespace distinct {
|
|||
bool check(app* jst) override { return true; }
|
||||
|
||||
void register_plugins(euf::theory_checker& pc) override {
|
||||
pc.register_plugin(symbol("distinct"), this);
|
||||
pc.register_plugin(symbol("alldiff"), this);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue