seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Search optimizations #22

Closed NolanVH closed 2 years ago

NolanVH commented 2 years ago

These changes involve the implementation of three search algorithm optimizations including forward checking #23, the minimum remaining values heuristic #24, and the degree heuristic #25. All work completed by pair programming with @strdavis.

Further details regarding the optimizations and how they have been implemented can be found in the corresponding tickets.