From 1c6606cd8a9246f41e90f049d1f2e6a37e0d824d Mon Sep 17 00:00:00 2001 From: Klaus Schliep Date: Fri, 23 Feb 2024 10:29:49 +0100 Subject: [PATCH] add immproved lower bound by default --- man/bab.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/bab.Rd b/man/bab.Rd index 923d0cf2..4f90ab72 100644 --- a/man/bab.Rd +++ b/man/bab.Rd @@ -5,7 +5,7 @@ \alias{BranchAndBound} \title{Branch and bound for finding all most parsimonious trees} \usage{ -bab(data, tree = NULL, trace = 0, ...) +bab(data, tree = NULL, trace = 0, ILBound = TRUE, ...) } \arguments{ \item{data}{an object of class phyDat.} @@ -15,6 +15,9 @@ pratchet search is performed.} \item{trace}{defines how much information is printed during optimization.} +\item{ILBound}{compute incompatibility lower bound (default TRUE) of +Holland (2005).} + \item{\dots}{Further arguments passed to or from other methods} } \value{