Package org.optaplanner.core.api.solver

Examples of org.optaplanner.core.api.solver.SolverFactory.buildSolver()


     * Normal way to create a {@link Solver}.
     * @return never null
     */
    protected Solver createSolverByXml() {
        SolverFactory solverFactory = SolverFactory.createFromXmlResource(SOLVER_CONFIG);
        return solverFactory.buildSolver();
    }

    /**
     * Unused alternative. Abnormal way to create a {@link Solver}.
     * <p/>
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.