mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
add documentation per #1058
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8ff97c0f4
commit
4f04301305
|
@ -5349,6 +5349,9 @@ extern "C" {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Add a new formula \c a to the given goal.
|
\brief Add a new formula \c a to the given goal.
|
||||||
|
Conjunctions are split into separate formulas.
|
||||||
|
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.
|
||||||
|
|
||||||
def_API('Z3_goal_assert', VOID, (_in(CONTEXT), _in(GOAL), _in(AST)))
|
def_API('Z3_goal_assert', VOID, (_in(CONTEXT), _in(GOAL), _in(AST)))
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue