R/bonds.R
bonds_mcis.Rd
Computes bonds using Algorithm 1 from "Computing bonds between formal contexts", optimized with FastBitset in a unified C++ solver. Pre-computes concepts (extents of C1 and intents of C2) in R, then passes them to C++ for the backtracking search.
bonds_mcis(fc1, fc2, verbose = FALSE)
(FormalContext) The first formal context.
FormalContext
(FormalContext) The second formal context.
(logical) Print progress info.
logical
A BondLattice object.
BondLattice