mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 20:50:50 +00:00
parent
e7ec842cf5
commit
f86205b0e8
3 changed files with 16 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue