[Issue Backlog] Backlog Analysis - 2026-04-05 #9233
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Issue Backlog Processor. A newer discussion is available at Discussion #9243. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
Issues Recommended for Closure
None with high confidence from the issues accessible in this run.
Potential Duplicates / Merge Candidates
None identified in the accessible subset.
Issues with Suggested Fixes
#9058 — nseq diverging on trivial example
src/smt/theory_nseq.cpp,src/smt/theory_nseq.h,src/smt/nseq_context_solver.h,src/smt/seq/(c3 branch)@CEisenhofer,@Copilotnielsen_graph::generate_extensionsencountersstr.atatoms introduced by the rewriter (not present in original input) and enters an infinite loop because it doesn't recognize them as already-axiomatized Skolem constants. The fix should either: (1) detectstr.atterms in the extension generator and treat them as opaque/axiomatized, or (2) ensurestr.atatoms are eagerly reduced before they reach the Nielsen graph phase. The issue includes two SMTLib test cases — one expectedsat, one expectedunsat— both should be verified after the fix.#7538 —
produce-unsat-coresaffects convergencesrc/smt/smt_context.cpp,src/smt/smt_quantifier.cpp,src/smt/smt_model_checker.cpp,src/smt/smt_params.h:produce-unsat-cores truechanges the result fromunsattounknown (incomplete quantifiers)with:smt.mbqi false. This suggests that the unsat-core tracking mode disables or changes some inference path. Likely the core tracking interferes with the incomplete-quantifier marking logic insmt_contextor changes how the model checker / quantifier solver is invoked.produce-unsat-coresafter it has been set is silently a no-op. This should at minimum emit a warning. The relevant option-setting code is likely insrc/cmd_context/cmd_context.cpporsrc/smt/smt_context.cpp.Issues Needing More Information
Notable Issues Deserving Attention
produce-unsat-coresaffects convergenceAgentic Workflow Issues (for context)
These are automated issues from workflow failures that expire 2026-04-11:
These should be assigned to Copilot to debug.
Tactic-to-Simplifier Enhancement Issues (for context)
These are bot-created enhancement proposals for the tactic pipeline:
nnfto a simplifierfpa2bvto a simplifiernormalize-boundsto a simplifierEach has a detailed implementation plan including proposed
.hfile contents andCMakeLists.txtchanges.Open PRs Awaiting Merge (for maintainers)
Several open PRs have been open since March 2026 and may need review/merge:
Analysis Limitations
The integrity policy prevented reading most user-submitted issues. Only issues authored by repository collaborators (COLLABORATOR/MEMBER) or bots passed the integrity check. A full backlog sweep requires either running this workflow with a higher-trust token or manually triaging user-submitted issues.
Automated by Issue Backlog Processor · 2026-04-05
Beta Was this translation helpful? Give feedback.
All reactions