public class AtMostCard extends Object
| Constructor and Description |
|---|
AtMostCard(BitSet atMostLits,
int degree,
int offset) |
AtMostCard(IVecInt atMostLits,
int degree) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDegree() |
IVecInt |
getLits() |
AtLeastCard |
toAtLeast() |
String |
toString() |
public AtMostCard(IVecInt atMostLits, int degree)
public AtMostCard(BitSet atMostLits, int degree, int offset)
public IVecInt getLits()
public int getDegree()
public AtLeastCard toAtLeast()
Copyright © 2020 Centre de Recherche en Informatique de Lens (CRIL). All rights reserved.