seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement degree heuristic (variable picking optimization) #25

Closed NolanVH closed 2 years ago

NolanVH commented 2 years ago

Description

The degree heuristic is a search optimization which can be described as follows: the next variable to assign is chosen based on how many other variables share a constraint with the current variable (the degree).

The optimization should be easy to enable and disable as needed.

Acceptance Criteria

Related issues

Child of #11 and #12

Additional Resources

Add attachments, external links, etc here.