Class FullyRandom


  • public class FullyRandom
    extends IntStrategy

    Project: choco-solver.

    Since:
    26/04/2016.
    Author:
    Charles Prud'homme
    • Constructor Detail

      • FullyRandom

        public FullyRandom​(IntVar[] scope,
                           long seed)
    • Method Detail

      • computeDecision

        public Decision<IntVar> computeDecision​(IntVar variable)
        Description copied from class: AbstractStrategy
        Computes a decision to be applied to variable var This method should be implemented in order to use search patterns
        Overrides:
        computeDecision in class IntStrategy
        Parameters:
        variable - a variable
        Returns:
        a decision to be applied to variable var