3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 08:17:37 +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:
Nikolaj Bjorner 2025-10-28 15:11:35 -07:00
parent c32b213a20
commit 69b73c64cf

View file

@ -99,6 +99,7 @@ namespace smt {
bool get_upper(enode* n, rational& r, bool& is_strict);
void solve_for(vector<solution>& s) override;
// 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
// and return l_false if infeasible.