I want to have multiple solution classes and multiple constraint providers, So instead of using @PlanningSolution used solverConfigs(xml). while creating SolverFactory.create() I am getting this error.
java.lang.IllegalStateException: The solutionClass (class Solution) has been specified as a solution in the configuration, but does not have a @PlanningSolution annotation.
My ultimate goal is to use multiple solution classes in a single application.