mirror of
https://github.com/Z3Prover/z3
synced 2026-04-26 05:43:33 +00:00
enable post setup parameter tweaking in theory solvers, update azure-pipeline
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c32b213a20
commit
69b73c64cf
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ namespace smt {
|
||||||
bool get_upper(enode* n, rational& r, bool& is_strict);
|
bool get_upper(enode* n, rational& r, bool& is_strict);
|
||||||
void solve_for(vector<solution>& s) override;
|
void solve_for(vector<solution>& s) override;
|
||||||
|
|
||||||
|
|
||||||
// check if supplied set of linear constraints are LP feasible within current backtracking context
|
// check if supplied set of linear constraints are LP feasible within current backtracking context
|
||||||
// identify core by setting Boolean flags to true for constraints used in the proof of infeasibility
|
// identify core by setting Boolean flags to true for constraints used in the proof of infeasibility
|
||||||
// and return l_false if infeasible.
|
// and return l_false if infeasible.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue