next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Chordal :: ChordalNet

ChordalNet -- a chordal network

Description

This type describes a chordal network representation of a polynomial ideal. The constructor of this type is chordalNet

Examples

Overview of chordal networks methods

Methods to visualize a chordal network: Methods to access properties of a chordal network:
  • nodes -- list of nodes of a chordal network
  • elimTree -- get the underlying elimination tree
  • ring -- get the underlying ring
  • isTriangular -- whether a chordal network is triangular
  • structure -- either "Monomial", "Binomial" or "None"
Elimination routines using chordal structure: Methods for triangular chordal networks:

Functions and methods returning an object of class ChordalNet :

Methods that use an object of class ChordalNet :

For the programmer

The object ChordalNet is a type, with ancestor classes MutableHashTable < HashTable < Thing.