mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 11:14:43 +00:00
adding parameters to gomory cut axioms
Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
parent
e3b1ce1fdc
commit
534271db08
2 changed files with 14 additions and 9 deletions
|
@ -245,6 +245,8 @@ namespace smt {
|
|||
parameter* params(char const* name);
|
||||
};
|
||||
|
||||
class gomory_cut_justification;
|
||||
|
||||
class bound {
|
||||
protected:
|
||||
theory_var m_var;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue