Home
last modified time | relevance | path

Searched refs:rhsValues (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/vb6/
H A DSolveAfiro.bas187 rhsValues(0) = 0
188 rhsValues(1) = 0
189 rhsValues(2) = 80
190 rhsValues(3) = 0
191 rhsValues(4) = 0
192 rhsValues(5) = 0
193 rhsValues(6) = 80
194 rhsValues(7) = 0
195 rhsValues(8) = 0
196 rhsValues(9) = 0
[all …]
H A DSolveP0033.bas177 rhsValues(0) = 1
178 rhsValues(1) = 1
179 rhsValues(2) = 1
180 rhsValues(3) = 1
181 rhsValues(4) = -5
182 rhsValues(5) = 2700
183 rhsValues(6) = -2600
184 rhsValues(7) = -100
185 rhsValues(8) = -900
186 rhsValues(9) = -1656
[all …]
H A DSolveCoinTest.bas38 Dim rhsValues(NUM_ROWS) As Double variable
103 rhsValues(0) = 14
104 rhsValues(1) = 80
105 rhsValues(2) = 50
106 rhsValues(3) = 50
107 rhsValues(4) = 50
195 lowerBounds(0), upperBounds(0), rowType(0), rhsValues(0), 0&, _
H A DSolveExMip1.bas28 Dim rhsValues(NUM_ROWS) As Double variable
93 rhsValues(0) = 2.5
94 rhsValues(1) = 2.1
95 rhsValues(2) = 4
96 rhsValues(3) = 1.8
97 rhsValues(4) = 15
201 lowerBounds(0), upperBounds(0), rowType(0), rhsValues(0), rangeValues(0), _
H A DSolveBakery.bas26 Dim rhsValues(NUMROWS) As Double variable
74 rhsValues(0) = 1400
75 rhsValues(1) = 8000
76 rhsValues(2) = 5000
116 lowerBounds(0), upperBounds(0), rowType(0), rhsValues(0), 0&, _
H A DLibCoinMP.bas62 ByRef rhsValues As Double, ByRef rangeValues As Double, ByRef matrixBegin As Long, _
72 ByRef rhsValues As Double, ByRef rangeValues As Double, ByRef matrixBegin As Long, _
292 ByRef rhsValues As Double, ByRef rangeValues As Double, ByRef matrixBegin As Long, _
298 rhsValues, rangeValues, matrixBegin, matrixCount, matrixIndex, matrixValues, _
H A DRunProblem.bas16 ByRef rowType As Byte, ByRef rhsValues As Double, ByRef rangeValues As Double, _
44 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, _
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/
H A Dexample.c87 double* lowerBounds, double* upperBounds, char* rowType, double* rhsValues, double* rangeValues, in RunTestProblem() argument
99 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblem()
126 double* lowerBounds, double* upperBounds, char* rowType, double* rhsValues, double* rangeValues, in RunTestProblemBuf() argument
138 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblemBuf()
165 double* lowerBounds, double* upperBounds, char* rowType, double* rhsValues, double* rangeValues, in RunTestProblemMip() argument
179 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblemMip()
242 double rhsValues[5] = { 14., 80., 50., 50., 50. }; in SolveProblemCoinTest() local
258 lowerBounds, upperBounds, rowType, rhsValues, NULL, in SolveProblemCoinTest()
281 double rhsValues[3] = { 1400 , 8000 , 5000 }; in SolveProblemBakery() local
295 lowerBounds, upperBounds, rowType, rhsValues, NULL, in SolveProblemBakery()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/test/
H A DunitTest.cpp91 …double* lowerBounds, double* upperBounds, const char* rowType, double* rhsValues, double* rangeVal… in RunTestProblem() argument
104 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblem()
131 …double* lowerBounds, double* upperBounds, const char* rowType, double* rhsValues, double* rangeVal… in RunTestProblemBuf() argument
144 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblemBuf()
171 …double* lowerBounds, double* upperBounds, const char* rowType, double* rhsValues, double* rangeVal… in RunTestProblemMip() argument
186 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunTestProblemMip()
249 double rhsValues[5] = { 14., 80., 50., 50., 50. }; in SolveProblemCoinTest() local
265 lowerBounds, upperBounds, rowType, rhsValues, NULL, in SolveProblemCoinTest()
288 double rhsValues[3] = { 1400 , 8000 , 5000 }; in SolveProblemBakery() local
302 lowerBounds, upperBounds, rowType, rhsValues, NULL, in SolveProblemBakery()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/csharp/
H A DProblemCoinTest.cs43 double[] rhsValues = new double[NUM_ROWS] { 14.0, 80.0, 50.0, 50.0, 50.0 }; in Solve()
60 lowerBounds, upperBounds, rowType, rhsValues, null, in Solve()
H A DProblemBakery.cs29 double[] rhsValues = new double[NUM_ROWS] { 1400, 8000, 5000 }; in Solve()
44 lowerBounds, upperBounds, rowType, rhsValues, null, in Solve()
H A DSolveProblem.cs91 double[] rhsValues, double[] rangeValues, int[] matrixBegin, in RunProblem() argument
103 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunProblem()
153 double[] rhsValues, double[] rangeValues, int[] matrixBegin, in RunProblemMip() argument
168 rowType, rhsValues, rangeValues, matrixBegin, matrixCount, in RunProblemMip()
H A DCoinmp.cs118 … double[] lowerBounds, double[] upperBounds, char[] rowType, double[] rhsValues, in CoinLoadMatrix() argument
132 … double[] lowerBounds, double[] upperBounds, char[] rowType, double[] rhsValues, in CoinLoadProblemBuf() argument
138 … double[] lowerBounds, double[] upperBounds, char[] rowType, double[] rhsValues, in CoinLoadProblem() argument
143 objectConst, objectCoeffs, lowerBounds, upperBounds, rowType, rhsValues, in CoinLoadProblem()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
326 collectUnderlyingAddressValues(rhs, rhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
336 for (Value rhsVal : rhsValues) { in alias()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
326 collectUnderlyingAddressValues(rhs, rhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
336 for (Value rhsVal : rhsValues) { in alias()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues; in alias() local
326 collectUnderlyingAddressValues(rhs, rhsValues); in alias()
330 if (lhsValues.empty() || rhsValues.empty()) in alias()
336 for (Value rhsVal : rhsValues) { in alias()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp324 SmallVector<Value, 8> lhsValues, rhsValues;
326 collectUnderlyingAddressValues(rhs, rhsValues);
330 if (lhsValues.empty() || rhsValues.empty())
336 for (Value rhsVal : rhsValues) {
/dports/math/py-PuLP/PuLP-2.6.0/pulp/apis/
H A Dcore.py323 rhsValues = NumRowDoubleArray()
331 rhsValues[i] = -lp.constraints[c].constant
371 rhsValues,
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/
H A DstitchClips.cpp141 const C rhsValues = _GetUnboxedValue<C>(rhs, path, key, clipSet); in _AppendCollection() local
144 result.reserve(lhsValues.size() + rhsValues.size()); in _AppendCollection()
150 for (const auto& value : rhsValues) { in _AppendCollection()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dconfig.cpp1107 QStringList rhsValues; in load() local
1205 rhsValues << word; in load()
1220 rhsValues << word; in load()
1254 ConfigVar(key, rhsValues, QDir::currentPath(), keyLoc)); in load()

12