Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.44 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.44 KB

Quality Gate Status pipeline status

HOW TO DOWNLOAD SAT4J JAR FILES

HOW TO GET HELP?

It is possible to get help from the community on our RocketChat channel.

HOW TO BUILD SAT4J FROM SOURCE

Using Maven (library users)

Just launch

$ mvn -DskipTests=true install

to build the SAT4J modules from the source tree.

All the dependencies will be gathered by Maven.

Using ant (solvers users)

Just type:

$ ant [core,pseudo,maxsat,sat]

to build the solvers from source.

The solvers will be available in the directory dist/CUSTOM.

You may want to use a custom release name.

$ ant -Drelease=MINE maxsat

In that case, the solvers will be available in the directory dist/MINE.

Type

$ ant -p

to see available options.