mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add documentation per #1058
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4f04301305
commit
af285d02c3
|
@ -5350,6 +5350,7 @@ extern "C" {
|
|||
/**
|
||||
\brief Add a new formula \c a to the given goal.
|
||||
Conjunctions are split into separate formulas.
|
||||
If the goal is \c false, adding new formulas is a no-op.
|
||||
If the formula \c a is \c true, then nothing is added.
|
||||
If the formula \c a is \c false, then the entire goal is replaced by the formula \c false.
|
||||
|
||||
|
|
Loading…
Reference in a new issue