All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.cvut.felk.cig.jcop.problem.RandomConfigurationProblem Maven / Gradle / Ivy

The newest version!
/*
 * Copyright © 2010 by Ondrej Skalicka. All Rights Reserved
 */

package cz.cvut.felk.cig.jcop.problem;

/**
 * Problem implementing RandomConfigurationProblem is able to return random configurations.
 * 

* This includes problems like SAT, where you can have each attributes attribute have random value true or false. * * @author Ondrej Skalicka */ public interface RandomConfigurationProblem { /** * Returns one random configuration without seed set. * * @return one random configuration */ Configuration getRandomConfiguration(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy