From dd3d72ae2cdb43311b4e501966f09694bbd3e505 Mon Sep 17 00:00:00 2001
From: Harpreet
Date: Thu, 7 Jan 2016 17:14:07 +0530
Subject: lower bound, upper bound test added
---
help/en_US/symphonymat.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'help/en_US/symphonymat.xml')
diff --git a/help/en_US/symphonymat.xml b/help/en_US/symphonymat.xml
index 33ed973..32059cb 100644
--- a/help/en_US/symphonymat.xml
+++ b/help/en_US/symphonymat.xml
@@ -41,13 +41,13 @@
intcon :
Vector of integer constraints, specified as a vector of positive integers. The values in intcon indicate the components of the decision variable x that are integer-valued. intcon has values from 1 through number of variable.
A :
- Linear inequality constraint matrix, specified as a matrix of double. A represents the linear coefficients in the constraints A*x ≤ b. A has the size where columns equals to the number of variables.
+ a matrix of double, represents the linear coefficients in the inequality constraints A⋅x ≤ b.
b :
- Linear inequality constraint vector, specified as a vector of double. b represents the constant vector in the constraints A*x ≤ b. b has size equals to the number of rows in A.
+ a vector of double, represents the linear coefficients in the inequality constraints A⋅x ≤ b.
Aeq :
- Linear equality constraint matrix, specified as a matrix of double. Aeq represents the linear coefficients in the constraints Aeq*x = beq. Aeq has the size where columns equals to the number of variables.
+ a matrix of double, represents the linear coefficients in the equality constraints Aeq⋅x = beq.
beq :
- Linear equality constraint vector, specified as a vector of double. beq represents the constant vector in the constraints Aeq*x = beq. beq has size equals to the number of rows in Aeq.
+ a vector of double, represents the linear coefficients in the equality constraints Aeq⋅x = beq.
lb :
Lower bounds, specified as a vector or array of double. lb represents the lower bounds elementwise in lb ≤ x ≤ ub.
ub :
--
cgit