seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Implement CSP search algorithm #11

Closed NolanVH closed 2 years ago

NolanVH commented 2 years ago

User Story

As a developer of the CSP implementation I would like a function to perform the actual search for a schedule of assigned variables that does not violate the constraints.

Description

After formulating the constraint satisfaction variables, domains, and constraints, a search needs to be performed to find a solution. It is critical that this search is performed with optimal runtime complexity in mind, as this step has the potential to run for extremely long periods of time.

Related Issues

Blocked by #12

Acceptance Criteria

Additional Resources

Add attachments, external links, etc here.