Interface OptaPlannerConstants


  • public interface OptaPlannerConstants
    • Field Detail

      • SOLVER_ID

        @Metadata(label="producer",
                  description="Specifies the solverId to use.",
                  javaType="String")
        static final String SOLVER_ID
        See Also:
        Constant Field Values
      • IS_ASYNC

        @Metadata(label="producer",
                  description="Specify whether to use another thread for submitting Solution instances\nrather than blocking the current thread.",
                  javaType="Boolean")
        static final String IS_ASYNC
        See Also:
        Constant Field Values
      • BEST_SOLUTION

        @Metadata(label="consumer",
                  description="The best planning solution.",
                  javaType="Object")
        static final String BEST_SOLUTION
        See Also:
        Constant Field Values
      • IS_SOLVING

        @Metadata(label="producer",
                  description="Is solving.",
                  javaType="Boolean")
        static final String IS_SOLVING
        See Also:
        Constant Field Values
      • IS_TERMINATE_EARLY

        @Metadata(label="producer",
                  description="true if terminateEarly has been called since the Solver started.",
                  javaType="Boolean")
        static final String IS_TERMINATE_EARLY
        See Also:
        Constant Field Values
      • SOLVER_MANAGER

        @Metadata(label="producer",
                  description="The Solver Manager.",
                  javaType="org.optaplanner.core.api.solver.SolverManager")
        static final String SOLVER_MANAGER
        See Also:
        Constant Field Values
      • IS_EVERY_PROBLEM_FACT_CHANGE_DELAY

        static final long IS_EVERY_PROBLEM_FACT_CHANGE_DELAY
        See Also:
        Constant Field Values