Macaulay2 » Documentation
Packages » Chordal :: setDefaultConfiguration
next | previous | forward | backward | up | index | toc

setDefaultConfiguration -- default configuration of a package

Description

This function modifies the init file of a package by setting the default value of key.

The package Chordal does not have any configuration options, but its dependencies Graphs and MapleInterface do. For instance, the command

setDefaultConfiguration("Graphs","DotBinary","circo")

sets the Graphviz binary used for visualizing graphs and chordal networks.


      

Caveat

This method assumes that the package was installed in the applicationDirectory.

See also

Ways to use setDefaultConfiguration:

  • setDefaultConfiguration(Package,String,String)
  • setDefaultConfiguration(String,String,String)

For the programmer

The object setDefaultConfiguration is a method function.


The source of this document is in Chordal/ChordalDoc.m2:1529:0.