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

Plus

Description

Adds two variables together. Same values for variable, row and col will be added. Everything else merged.

Usage

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

Arguments

e1

an object of type 'LinearVariableCollection'

e2

an object of type 'LinearVariableCollection'


[Package ompr version 0.8.1 Index]