Skip to content

Practical 2: Solver for Constraint Satisfaction Problems

Notifications You must be signed in to change notification settings

aneeta/CS4402-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS4402-Solver

Practical 2: Solver for Constraint Satisfaction Problems

How to Run

Running the Solver

java -jar CS4402-Solver.jar <path to .csp file> <algorithm> <variable heuristic> <value heuristic>

The valid options are:

algorithm:          fc,mac
variable heuristic: asc,sdf
value heuristic:    asc

Running the tests

javac -cp "$(printf %s: ../../lib/*.jar)" test/*.java
java -cp "$(printf %s: ../../lib/*.jar)" test.TestRunner

About

Practical 2: Solver for Constraint Satisfaction Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published