seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Create stub function for algorithm #16

Open NolanVH opened 2 years ago

NolanVH commented 2 years ago

User Story

As a developer of the CSP algorithm I would like a function that can call the algorithm in a similar manner to how the backend would so that I can test the functionality of my implementation.

Description

The idea is that this function would behave similarly to the backend in how it calls and uses the algorithm. The function could be used to test the implementation and would also assist with the integration between the algorithm and the backend.

This function will later be modified to bring the components of CSP together.

Related Issues

Blocked by #17

Acceptance Criteria

Additional Resources

Add attachments, external links, etc here.