As a developer, I want to be able to instantiate a PSOSolver.
As a developer, I want the PSOSolverclass to contain the parameters related to the solver
As a developer, I want the solver to have a solve (CSPinstance) function with a CSPInstance parameter
AC:
[ ] Create PSOSolver class with appropriate parameters for the solver
[ ] create the solve function which is able to solve a CSP instance
As a developer, I want to be able to instantiate a PSOSolver. As a developer, I want the PSOSolverclass to contain the parameters related to the solver As a developer, I want the solver to have a solve (CSPinstance) function with a CSPInstance parameter
AC:
Story Point: 2