public class Formula extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
regulators |
| Constructor and Description |
|---|
Formula(List<Term> termList) |
Formula(List<Term> termList,
int[] regulators) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Formula f) |
Iterable<Term> |
getTerms() |
static void |
main(String[] args) |
Formula |
negatePrimes() |
static Formula |
read(Reader reader) |
static Formula |
readintArray(int[][] states) |
void |
reducePrimeImplicantsToSubset() |
void |
reduceToPrimeImplicants() |
int[][] |
toArray() |
String |
toString() |
public int[][] toArray()
public void reduceToPrimeImplicants()
public void reducePrimeImplicantsToSubset()
public static Formula read(Reader reader) throws IOException
IOExceptionpublic static Formula readintArray(int[][] states)
public Formula negatePrimes()
public boolean equals(Formula f)
public static void main(String[] args)
Copyright © 2012–2020. All rights reserved.