Class TimefoldSolverAotFactory

java.lang.Object
ai.timefold.solver.spring.boot.autoconfigure.TimefoldSolverAotFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware

public class TimefoldSolverAotFactory extends Object implements org.springframework.context.EnvironmentAware
  • Constructor Details

    • TimefoldSolverAotFactory

      public TimefoldSolverAotFactory()
  • Method Details

    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware
    • solverManagerSupplier

      public <Solution_, ProblemId_> SolverManager<Solution_,ProblemId_> solverManagerSupplier(String solverConfigXml)
    • solverConfigSupplier

      public SolverConfig solverConfigSupplier(String solverConfigXml)