SkillAgentSearch skills...

Qfun

non-CNF qbf solver

Install / Use

/learn @MikolasJanota/Qfun
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

qfun

A circuit-based QBF solver. The underlying algorithm is explained in [1].

Building

Ideally, this should work out-of-the-box:

 ./configure [OPTIONS] && cd build && make

See ./configure -h for configurations.

The configure script is responsible for downloading and compiling the selected SAT solver.

Remark on the cmake required version: it's at 3.24 at this point because it lets me force static for zlib. If you don't care about static compilation, lower versions of cmake should also work.

REFERENCES

  1. Towards Generalization in QBF Solving via Machine Learning, Mikoláš Janota in SAT '18

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated13d ago
Forks1

Languages

C++

Security Score

65/100

Audited on Mar 24, 2026

No findings