Giter VIP home page Giter VIP logo

2d-project's Introduction

2D Project

This is a SUTD Computer Science Term 4 2D Project (executed in one week), comprised of these courses:

  • 50.001 Introduction to Information Systems & Programming (sat-solver)
  • 50.002 Computation Structures (optimized-adder)
  • 50.004 Introduction to Algorithms (Kosaraju-solver)

Computational Equivalent Checking (CEC) Verifier

For the CEC Verifier, we implemented a Davis–Putnam–Logemann–Loveland (DPLL) algorithm as the default algorithm. This program takes a .cnf file as the input, and verifies whether the circuit is logically possible (Satisfiable).

OPtimized 32-bit adder

A simple circuit simulation done in jsim (proprietary language by MIT). This circuit follows a similar concept to the Brent-Kung adder circuit, but with slight modifications which enhance the runtime of the adder (by running 2 16-bit adders asynchronously).

2 SAT Solver

For the deterministic 2-SAT Solver, we implemented Kosaraju's algorithm to achieve polynomial time asymptotics. A detailed explanation of the implementation as well as performance analysis can be found in the 50.004 report.

2d-project's People

Contributors

huy0720 avatar

Watchers

 avatar

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.