+,LinearVariableSum,numeric-method {ompr}R Documentation

Plus

Description

Adds a constant (rhs) to constant slot of the lhs object.

Usage

## S4 method for signature 'LinearVariableSum,numeric'
e1 + e2

Arguments

e1

an object of type 'LinearVariableSum'

e2

a numeric vector

Value

an object of type 'LinearVariableSum'


[Package ompr version 0.8.1 Index]