Git Product home page Git Product logo

Comments (2)

ptal avatar ptal commented on August 26, 2024

There is another problem with the current technique: models generated share a part of their constraints.
This is for example the case for P ; when C then Q else R, a model is generated for P,C,Q and for P,!C,R and thus have P in common.
Hence, if a constraint in P is invalid, it generates two errors.
For now, to avoid this problem, we stop the causality analysis after the first error.

from bonsai.

ptal avatar ptal commented on August 26, 2024

We already perform a postfix addition of the constraints into the CSP model. Therefore, if we solve the sub-problems, we will first test the smallest block of code first, and if they are satisfiable, we test their combinations.
In addition, if we attach the partially solved CSP to each process, we also solve #5.

from bonsai.

Related Issues (8)

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.