Example #1
0
 /**
  * Changes all the don't care symbols by the state in the environment, with Pspecify probability
  *
  * @param env is the environment.
  */
 public void makeSpecify(double[] env) {
   rep.makeSpecify(env);
 }