mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
better proof mining for Farkas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8121386d5e
commit
9828a29b68
6 changed files with 119 additions and 115 deletions
|
@ -7,7 +7,7 @@ Module Name:
|
|||
|
||||
Abstract:
|
||||
|
||||
Utilities for proofs.
|
||||
Utilities for transforming proofs.
|
||||
|
||||
Author:
|
||||
|
||||
|
@ -31,6 +31,11 @@ public:
|
|||
*/
|
||||
static bool is_closed(ast_manager& m, proof* p);
|
||||
|
||||
/**
|
||||
\brief Permute unit resolution rule with th-lemma
|
||||
*/
|
||||
static void permute_unit_resolution(proof_ref& pr);
|
||||
|
||||
};
|
||||
|
||||
#endif _PROOF_UTILS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue