Toyqbf submission for the QBFEVAL'16 ==================================== Usage ----- ./toyqbf +RTS -H1G -K1G -RTS file.cnf ./toyqbf +RTS -H1G -K1G -RTS file.qdimacs Algorithm --------- We have implemented Counterexample Guided Refinement algorithm for QBF [1] on top on our own CDCL SAT solver 'toysat'. Source Code ----------- The source code is available from . License ------- This program is licenced under the BSD-style license. (See the file 'COPYING'.) References ---------- * [1] Mikoláš Janota, William Klieber, Joao Marques-Silva, Edmund Clarke. Solving QBF with Counterexample Guided Refinement. In Theory and Applications of Satisfiability Testing (SAT 2012), pp. 114-128.