1

I am looking for a GSAT and SA-SAT algorithm implemented in java. Does any body know about one? Thank you.

1 Answers1

1

Planner (open source, java) implements several greedy algorithms (such as First Fit), Simulated Annealing and other optimization algorithms.

Geoffrey De Smet
  • 26,223
  • 11
  • 73
  • 120