Run AddressSanitizer and UndefinedBehaviorSanitizer on the Z3 test suite to detect memory errors, undefined behavior, and leaks. Logs each finding to z3agent.db.
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 11 skills de Z3Prover/z3. Abre una skill para revisar su origen y sus detalles.
Mostrando 11 de 11 skills recopiladas.
Run AddressSanitizer and UndefinedBehaviorSanitizer on the Z3 test suite to detect memory errors, undefined behavior, and leaks. Logs each finding to z3agent.db.
Idioma del texto original: inglés
Conversational skill that interviews users to design new agentic workflows
Idioma del texto original: inglés
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Idioma del texto original: inglés
Run Clang Static Analyzer (scan-build) on Z3 source and log structured findings to z3agent.db.
Idioma del texto original: inglés
Measure Z3 performance on a formula or file. Collects wall-clock time, theory solver statistics, memory usage, and conflict counts. Results are logged to z3agent.db for longitudinal tracking.
Idioma del texto original: inglés
Translate constraint problems into SMT-LIB2 or Z3 Python API code. Handles common problem classes including scheduling, graph coloring, arithmetic puzzles, and verification conditions.
Idioma del texto original: inglés
Parse and interpret Z3 output for human consumption. Handles models, unsat cores, proofs, statistics, and error messages. Translates solver internals into plain-language explanations.
Idioma del texto original: inglés
Solve constrained optimization problems using Z3. Supports minimization and maximization of objective functions over integer, real, and bitvector domains.
Idioma del texto original: inglés
Reduce formula complexity using Z3 tactic chains. Supports configurable tactic pipelines for boolean, arithmetic, and bitvector simplification.
Idioma del texto original: inglés
Check satisfiability of SMT-LIB2 formulas using Z3. Returns sat/unsat with models or unsat cores. Logs every invocation to z3agent.db for auditability.
Idioma del texto original: inglés
Prove validity of logical statements by negation and satisfiability checking. If the negation is unsatisfiable, the original statement is valid. Otherwise a counterexample is returned.
Idioma del texto original: inglés