Package org.sat4j.minisat.constraints.cnf

Examples of org.sat4j.minisat.constraints.cnf.CBClause


   * @see
   * org.sat4j.minisat.core.DataStructureFactory#createUnregisteredClause(
   * org.sat4j.specs.VecInt)
   */
  public Constr createUnregisteredClause(IVecInt literals) {
    return new CBClause(literals, getVocabulary());
  }
View Full Code Here

TOP

Related Classes of org.sat4j.minisat.constraints.cnf.CBClause

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.