Git Product home page Git Product logo

Comments (3)

ebhardjan avatar ebhardjan commented on June 11, 2024

@limo1996:
I suggest you take this one.
If you want you can extend the google doc with the original interface description and I can review it.
Here are a few points that I think are important:

  • We should be able to turn the work stealing part on and off such that we can compare it with the current implementation
  • I would suggest that we still start with master-worker until every working is doing something and then switch to workstealing among the workers
  • We have to consider weird special cases such as circular dependencies (e.g worker 1 wants to steal from worker 2, worker 2 from worker 3 and worker 3 from worker 1, the only worker that is doing something is worker 4)
  • I'm not sure if a master is still necessary: the "we are done sat/unsat" message could also be sent directly by the worker
  • The biggest challenge is probably to identify the "we are done unsat" case. At the moment I don't see how this could be done...

from sat-solver.

limo1996 avatar limo1996 commented on June 11, 2024

Partially solved for sat cases. If there will be time I can try to solve it for unsat. However, my approach can still be improved since now I am stealing just from one neighbor(we can try to steal from all neighbour but there will be higher traffic -> bad for small cases but good for bigger ones)

from sat-solver.

limo1996 avatar limo1996 commented on June 11, 2024

UNSAT cases: future work

from sat-solver.

Related Issues (16)

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.