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

info.scce.addlib.codegenerator.PythonGenerator Maven / Gradle / Ivy

Go to download

The Java Library for Algebraic Decision Diagrams, Code Generation, and Layouting

There is a newer version: 3.1.0
Show newest version
package info.scce.addlib.codegenerator;

import info.scce.addlib.dd.LabelledRegularDD;
import info.scce.addlib.dd.RegularDD;

import java.io.PrintStream;
import java.util.List;

public class PythonGenerator> extends CodeGenerator {

    @Override
    public void generate(PrintStream out, List> roots) {
        // TODO: implement or generate it
        throw new RuntimeException("Not implemented");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy