Skip to content

fanalin/Futoshiki-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

A solver for Futoshiki games

Installation

The futoshiki solver needs the GNU Linear Programming Kit (GLPK) to work. This library is a C library which you must download speficially for your platform and put the files in your PATH variable.

To use GLPK, the solver uses JAVA ILP, a facade for different MIP libraries. This library is not available via maven.

Download the jar file from the project page at sourceforge (https://sourceforge.net/projects/javailp/). Then add it to a local maven repository with the following command:

mvn install:install-file -Dfile=path/to/the/downloaded/jar -DgroupId=net.sf.javailp -DartifactId=javailp -Dversion=1.2a -Dpackaging=jar -DlocalRepositoryPath=lib

About

A Solver for Futoshiki games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages