Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 1795

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>BranchLimit -- optional argument for randomHyperGraph</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_change__Ring.html">next</a> | <a href="_anti__Cycle.html">previous</a> | <a href="_change__Ring.html">forward</a> | <a href="_anti__Cycle.html">backward</a> | up | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<hr/>
<div><h1>BranchLimit -- optional argument for randomHyperGraph</h1>
<div class="single"><h2>Description</h2>
<div><div>The <a href="_random__Hyper__Graph.html" title="returns a random hypergraph">randomHyperGraph</a> method follows a backtracking algorithm to generate edges with no inclusions between them. At each step in the recursive tree,  <a href="_random__Hyper__Graph.html" title="returns a random hypergraph">randomHyperGraph</a> will make <tt>BranchLimit</tt> attempts to complete its list of edges. Thus, if a hypergraph with <tt>N</tt> edges is required, <a href="_random__Hyper__Graph.html" title="returns a random hypergraph">randomHyperGraph</a> may take <tt>BranchLimit<sup>N</sup></tt> steps before terminating. To be more precise, the method is implemented so that it makes <tt>BranchLimit + L</tt> attempts at level <tt>L</tt> of the recursion. The default value is 3.</div>
</div>
</div>
<div class="single"><h2>Functions with optional argument named BranchLimit :</h2>
<ul><li><span><a href="_random__Hyper__Graph_lp..._cm_sp__Branch__Limit_sp_eq_gt_sp..._rp.html" title="limit recursive branching in randomHyperGraph">randomHyperGraph(..., BranchLimit => ...)</a> -- limit recursive branching in randomHyperGraph</span></li>
</ul>
</div>
<div class="single"><h2>See also</h2>
<ul><li><span><a href="___Time__Limit.html" title="optional argument for randomHyperGraph">TimeLimit</a> -- optional argument for randomHyperGraph</span></li>
<li><span><a href="_random__Hyper__Graph.html" title="returns a random hypergraph">randomHyperGraph</a> -- returns a random hypergraph</span></li>
</ul>
</div>
<div class="waystouse"><h2>For the programmer</h2>
<p>The object <a href="___Branch__Limit.html" title="optional argument for randomHyperGraph">BranchLimit</a> is <span>a <a href="../../Macaulay2Doc/html/___Symbol.html">symbol</a></span>.</p>
</div>
</div>
</body>
</html>