}
@Override
protected Solver createSolver() {
XmlSolverFactory solverFactory = new XmlSolverFactory();
solverFactory.configure(SOLVER_CONFIG);
return solverFactory.buildSolver();
}
protected Solver createSolverByApi() {
// Not recommended! It is highly recommended to use XmlSolverFactory with an XML configuration instead.