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