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

setDefaultConfiguration -- default configuration of a package

Synopsis

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 :

For the programmer

The object setDefaultConfiguration is a method function.