Skip to content

This project aims to solve the futoshiki game in sequential and parallel ways, including sequential, openmp and cuda.

Notifications You must be signed in to change notification settings

JasonCheeeeen/Futoshiki_Parallel_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futoshiki Parallel Solver

  • It supports three kinds of way to solve the futoshiki game which include sequential, openmp and cuda.

How to Run on your local machine ?

  • clone the project
    $ git clone https://github.com/JasonCheeeeen/Futoshiki_Parallel_Solver.git
    
  • Sequential
    $ cd Futoshiki_Parallel_Solver/FutoshikiSequential
    $ make clean && make
    $ ./futoshiki_sequential {name of data in dataset folder}
    
  • OpenMP
    $ cd Futoshiki_Parallel_Solver/FutoshikiOpenmp
    $ make clean && make
    $ ./futoshiki_openmp {name of data in dataset folder}
    
  • Sequential
    $ cd Futoshiki_Parallel_Solver/FutoshikiCuda
    $ make clean && make
    $ ./futoshiki_cuda {name of data in dataset folder}
    

About

This project aims to solve the futoshiki game in sequential and parallel ways, including sequential, openmp and cuda.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published