org.sat4j.minisat.constraints.pb
Interface PBConstr
- All Superinterfaces:
- Constr, IConstr, Propagatable
- All Known Implementing Classes:
- AtLeastPB, MaxWatchPb, MinWatchCardPB, MinWatchPb, MixableCBClausePB, PuebloMinWatchPb, WatchPb, WLClausePB
public interface PBConstr
- extends Constr
- Author:
- anne
getCoef
java.math.BigInteger getCoef(int literal)
getDegree
java.math.BigInteger getDegree()
getVocabulary
ILits getVocabulary()
getLits
int[] getLits()
getCoefs
java.math.BigInteger[] getCoefs()
computeAnImpliedClause
IVecInt computeAnImpliedClause()
Copyright © 2007 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.