org.sat4j.minisat.core
Interface ILits23
- All Superinterfaces:
- ILits, ILits2
- All Known Implementing Classes:
- Lits23
public interface ILits23
- extends ILits2
Specific vocabulary taking special care of binary and ternary clauses.
- Author:
- leberre
Fields inherited from interface org.sat4j.minisat.core.ILits |
UNDEFINED |
Methods inherited from interface org.sat4j.minisat.core.ILits |
belongsToPool, ensurePool, getFromPool, getLevel, getReason, init, isFalsified, isImplied, isSatisfied, isUnassigned, not, nVars, realnVars, reset, resetPool, satisfies, setLevel, setReason, unassign, undos, valueToString, watch, watches |
nTernaryClauses
int nTernaryClauses(int p)
ternaryClauses
void ternaryClauses(int lit1,
int lit2,
int lit3)
Copyright © 2007 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.