AbstractSectorialSearchOptions: Define options common to sectorial searches

AbstractSectorialSearchOptionsR Documentation

Define options common to sectorial searches

Description

AbstractSectorialSearchOptions is an R6 class that defines the set of options common to all types of sectorial searches in nitro.

Active bindings

buffer

A logical value indicating whether to use an independent

slack

An integer value indicating the percentage to increase the available memory during searches.

Methods

Public methods


Method new()

Usage
AbstractSectorialSearchOptions$new(buffer = TRUE, slack = 0)
Arguments
buffer

A logical value indicating whether to use an independent

slack

An integer value indicating the percentage to increase the available memory during searches.


Method clone()

The objects of this class are cloneable with this method.

Usage
AbstractSectorialSearchOptions$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.