Package jcgp.backend.function

Examples of jcgp.backend.function.DigitalCircuitFunctions$WireA


   *
   * @param resources a reference to the experiment's resources.
   */
  public DigitalCircuitProblem(Resources resources) {
    super(resources);
    setFunctionSet(new DigitalCircuitFunctions());
    setName("Digital circuit");
    setFileExtension(".plu");
  }
View Full Code Here

TOP

Related Classes of jcgp.backend.function.DigitalCircuitFunctions$WireA

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.