mip_rule {errorlocate} | R Documentation |
Create a rule used by mip
Description
Create a rule used by mip
Usage
mip_rule(a, op, b, rule, type, weight = Inf, ...)
Arguments
a |
named vector with coefficients |
op |
operator in ("<=", "==", ">=", ">", "<") |
[Package errorlocate version 1.1.2 Index]