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

Plus

Description

Add two object of 'LinearVariableSum'. I.e. variables + constants

Usage

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

Arguments

e1

an object of type 'LinearVariableSum'

e2

an object of type 'LinearVariableSum'

Value

Returns an object of type 'LinearVariableSum'


[Package ompr version 0.8.1 Index]