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

nl.uu.cs.ape.sat.models.logic.constructs.Clause Maven / Gradle / Ivy

Go to download

APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.

There is a newer version: 2.3.0
Show newest version
package nl.uu.cs.ape.sat.models.logic.constructs;

import java.util.ArrayList;

/**
 * An ordered collection of Literals. In practice it TODO
 *
 * @author Vedran Kasalica
 */
public class Clause extends ArrayList {

    private static final long serialVersionUID = -7456831885895888413L;

    /**
     * Instantiates a new Clause.
     */
    public Clause() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy