public abstract class EncodingStrategyAdapter extends Object implements Serializable
| Constructor and Description | 
|---|
EncodingStrategyAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
IConstr | 
addAtLeast(ISolver solver,
          IVecInt literals,
          int degree)  | 
IConstr | 
addAtLeastOne(ISolver solver,
             IVecInt literals)  | 
IConstr | 
addAtMost(ISolver solver,
         IVecInt literals,
         int degree)  | 
IConstr | 
addAtMostOne(ISolver solver,
            IVecInt literals)  | 
IConstr | 
addExactly(ISolver solver,
          IVecInt literals,
          int degree)  | 
IConstr | 
addExactlyOne(ISolver solver,
             IVecInt literals)  | 
String | 
toString()  | 
public IConstr addAtLeast(ISolver solver, IVecInt literals, int degree) throws ContradictionException
ContradictionExceptionpublic IConstr addAtLeastOne(ISolver solver, IVecInt literals) throws ContradictionException
ContradictionExceptionpublic IConstr addAtMost(ISolver solver, IVecInt literals, int degree) throws ContradictionException
ContradictionExceptionpublic IConstr addAtMostOne(ISolver solver, IVecInt literals) throws ContradictionException
ContradictionExceptionpublic IConstr addExactly(ISolver solver, IVecInt literals, int degree) throws ContradictionException
ContradictionExceptionpublic IConstr addExactlyOne(ISolver solver, IVecInt literals) throws ContradictionException
ContradictionExceptionCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.