3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 20:50:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-16 12:24:22 -07:00
parent e7ec842cf5
commit f86205b0e8
3 changed files with 16 additions and 6 deletions

View file

@ -67,8 +67,9 @@ namespace smt {
/**
\brief add a multiple of constraint c to the current state
Fail if the constraint cannot be classified.
*/
void add(rational const & coef, app * c);
bool add(rational const & coef, app * c);
/**
\brief Extract the complement of premises multiplied by Farkas coefficients.