Var: Function to create variables.

Description Usage Arguments

View source: R/var.R

Description

Function to create variables.

Usage

1
2
Var(name, sets = list(), start_position = 1, value = NaN, lb = -Inf,
  ub = Inf, state = "unfix", type = "continuous", description = "")

Arguments

name

variable name.

sets

set to build the collection of variables.

start_position

starting point to enumerate the set of variables.

value

variable value.

lb

variable lower bound.

ub

variable upper bound.

state

variable state.

type

variable type.

description

variable description.


jorgerodriguezveiga/romo documentation built on Dec. 30, 2020, 2:44 p.m.