Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hakank/fzn_picat_sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is the source files for the Picat FlatZinc solver (fzn_picat_sat) that was used in the MiniZinc Challenge 2025: https://www.minizinc.org/challenge/2025/results/ .

To create the fzn_picat_sat executable, use either one of the Makefiles:

For Linux:

$ make -f Makefile.fzn_picat_sat.linux64

For Mac:

$ make -f Makefile.fzn_picat_sat.mac

For Windows (MinGW64)

$ make -f Makefile.fzn_picat_sat.mingw64

The skeleton of the .msc file as well as the .mzn global files are available at https://github.com/nfzhou/fzn_picat:

The Linux exectutable (fzn_picat_sat) that was used in the MiniZinc Challeng 2025 is also available at that GitHub repo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages