N = countMarkov A
This method counts all minimal Markov bases of $A$.
|
|
|
This method does not produce all minimal Markov bases, so it is much faster to use countMarkov A than #markovBases A. This method computes the fiber graphs of $A$, see fiberGraph. The speed of this computation depends on the choice of algorithm, which may be specified using the option FiberAlgorithm. For more details, see computeFiber(...,FiberAlgorithm=>...).
The object countMarkov is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/AllMarkovBases.m2:910:0.