adjacency               Derive adjecency matrix from collection of
                        edits
as.editmatrix           Coerce a matrix to an edit matrix.
as.editset              Coerce x to an editset
as.matrix.editarray     Parse textual, categorical edit rules to an
                        editarray
as.matrix.editmatrix    Create an editmatrix
backtracker             Backtracker: a flexible and generic binary
                        search program
blocks                  Decompose a matrix or edits into independent
                        blocks
c.editset               Read general edits
checkDatamodel          Check data against a datamodel
condition               Get condition matrix from an editset.
datamodel               Summarize data model of an editarray in a
                        data.frame
disjunct                Decouple a set of conditional edits
echelon                 Bring an (edit) matrix to reduced row echelon
                        form.
editType                Determine edittypes in editset based on
                        'contains(E)'
editfile                Read edits edits from free-form textfile
editnames               Names of edits
editrules-package       An overview of the function of package
                        'editrules'
editrules.plotting      Graphical representation of edits
edits                   Example editrules, used in vignette
eliminate               Eliminate a variable from a set of edit rules
errorLocalizer          Create a backtracker object for error
                        localization
errorLocalizer.mip      Localize errors using a MIP approach.
errorLocation           The errorLocation object
generateEdits           Derive all essentially new implicit edits
getA                    Returns the coefficient matrix 'A' of linear
                        (in)equalities
getAb                   Returns augmented matrix representation of edit
                        set.
getH                    Returns the derivation history of an edit
                        matrix or array
getOps                  Returns the operator part of a linear
                        (in)equality 'editmatrix' E
getVars                 get names of variables in a set of edits
getb                    Returns the constant part 'b' of a linear
                        (in)equality
is.editrules            Check object class
isFeasible              Check consistency of set of edits
isNormalized            Check if an editmatrix is normalized
isObviouslyInfeasible   Check for obvious contradictions in a set of
                        edits
isObviouslyRedundant    Find obvious redundancies in set of edits
isSubset                Check which edits are dominated by other ones.
localizeErrors          Localize errors on records in a data.frame.
nedits                  Number of edits Count the number of edits in a
                        collection of edits.
normalize               Normalizes an editmatrix
reduce                  Remove redundant variables and edits.
separate                Separate an editset into its disconnected
                        blocks and simplify
substValue              Replace a variable by a value in a set of
                        edits.
violatedEdits           Check data against constraints
