3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

More see also content in C API docs.

This commit is contained in:
Bruce Mitchener 2019-08-05 10:47:14 +07:00 committed by Nikolaj Bjorner
parent 375c0ff9a9
commit e89bb37156
3 changed files with 89 additions and 5 deletions

View file

@ -82,6 +82,7 @@ extern "C" {
\param id - optional identifier to group soft constraints
\sa Z3_optimize_assert
\sa Z3_optimize_assert_and_track
def_API('Z3_optimize_assert_soft', UINT, (_in(CONTEXT), _in(OPTIMIZE), _in(AST), _in(STRING), _in(SYMBOL)))
*/