mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
Fix typos.
This commit is contained in:
parent
54ba25175c
commit
ae8027e594
23 changed files with 67 additions and 67 deletions
|
@ -112,9 +112,9 @@ namespace Duality {
|
|||
};
|
||||
|
||||
|
||||
/** This is the main solver. It takes anarbitrary (possibly cyclic)
|
||||
/** This is the main solver. It takes an arbitrary (possibly cyclic)
|
||||
RPFP and either annotates it with a solution, or returns a
|
||||
counterexample derivation in the form of an embedd RPFP tree. */
|
||||
counterexample derivation in the form of an embedded RPFP tree. */
|
||||
|
||||
class Duality : public Solver {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue