GithubHelp home page GithubHelp logo

Comments (2)

lonsing avatar lonsing commented on July 25, 2024

Hi,

Both bloqqer and DepQBF apply certain default limits when running QBCE to stop QBCE after a certain amount of work has been spent. Hence in general, QBCE is not applied until completion. However, you may increase the limits, e.g. in DepQBF by parameters '--qbce-witness-max-occs=' and '--qbce-max-clause-size='. The higher the limits, the more time will be spent in QBCE. QBCE should until completion if the limits are very high, like 10^6.

Bloqqer has similar parameters to control QBCE. If you would like Bloqqer and DepQBF to result in the same behavior then you must disable all techniques other than QBCE in Bloqqer (DepQBF has only QBCE).

Bloqqer also allows to produce a partial assignment like DepQBF does with option '--qdo'. However, I think that DepQBF has to be linked to Bloqqer for that purpose, if I am not mistaken. See option '-m' in Bloqqer.

from depqbf.

jwaldmann avatar jwaldmann commented on July 25, 2024

Bloqqer also allows to produce a partial assignment ...

Ah - interesting. Since that was not obvious from the docs, here's the steps to actually get this behaviour:

  • check out bloqqer and depqbf
  • build depqbf (in-place)
  • in bloqqer, change line in configure to DEPQBF=../depqbf, then ./configure -s && make

then bloqqer -m prints the processed cnf (this can be switched off by --output=0), calls the solver,
and prints the partial assignment (ending with 2, probably indicating that it is partial)

example: input

p cnf 3 3
e 1 0 a 2 0 e 3 0 1 -3 2 0 -2 3 0 -2 -1 0

call

./bloqqer test.qbf -m --output=0 --verbose=1

from depqbf.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.