Home
last modified time | relevance | path

Searched refs:CoinError (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinError.hpp42 class CoinError { class
46 CoinError() in CoinError() function in CoinError
106 CoinError( in CoinError() function in CoinError
122 CoinError(const CoinError &source) in CoinError() function in CoinError
133 CoinError &operator=(const CoinError &rhs) in operator =()
146 virtual ~CoinError() in ~CoinError()
198 throw CoinError(__STRING(expression), __PRETTY_FUNCTION__, \
213 throw CoinError(__STRING(expression), "", \
220 throw CoinError(__STRING(expression), "", \
245 throw CoinError(__STRING(expression), "", \
[all …]
H A DCoinShallowPackedVector.cpp37 } catch (CoinError &e) { in operator =()
38 throw CoinError("duplicate index", "operator= from base", in operator =()
58 } catch (CoinError &e) { in operator =()
59 throw CoinError("duplicate index", "operator=", in operator =()
78 } catch (CoinError &e) { in setVector()
79 throw CoinError("duplicate index", "setVector", in setVector()
97 } catch (CoinError &e) { in CoinShallowPackedVector()
117 } catch (CoinError &e) { in CoinShallowPackedVector()
135 } catch (CoinError &e) { in CoinShallowPackedVector()
153 } catch (CoinError &e) { in CoinShallowPackedVector()
[all …]
H A DCoinPackedVector.cpp70 catch (CoinError& e) {
100 } catch (CoinError &e) { in assignVector()
101 throw CoinError("duplicate index", "assignVector", in assignVector()
185 throw CoinError("index < 0", "setElement", "CoinPackedVector"); in setElement()
250 throw CoinError("index i < 0", "swap", "CoinPackedVector"); in swap()
254 throw CoinError("index j < 0", "swap", "CoinPackedVector"); in swap()
267 throw CoinError("n > size()", "truncate", "CoinPackedVector"); in truncate()
269 throw CoinError("n < 0", "truncate", "CoinPackedVector"); in truncate()
479 } catch (CoinError &e) { in gutsOfSetVector()
503 } catch (CoinError &e) { in gutsOfSetConstant()
[all …]
H A DCoinPrePostsolveMatrix.cpp189 throw CoinError("length exceeds allocated size", in setColLower()
210 throw CoinError("length exceeds allocated size", in setColUpper()
232 throw CoinError("length exceeds allocated size", in setColSolution()
253 throw CoinError("length exceeds allocated size", in setCost()
275 throw CoinError("length exceeds allocated size", in setReducedCost()
296 throw CoinError("length exceeds allocated size", in setRowLower()
317 throw CoinError("length exceeds allocated size", in setRowUpper()
338 throw CoinError("length exceeds allocated size", in setRowPrice()
359 throw CoinError("length exceeds allocated size", in setRowActivity()
391 throw CoinError("length exceeds allocated size", in setStructuralStatus()
[all …]
H A DCoinFileIO.cpp53 throw CoinError("Could not open file for reading!", in CoinPlainFileInput()
179 throw CoinError("Reached unreachable code!", in gets()
215 throw CoinError("Could not open file for reading!", in CoinGzipFileInput()
262 throw CoinError("Could not open file for reading!", in CoinBzip2FileInput()
328 throw CoinError("Could not open file for reading!", in create()
342 throw CoinError("Cannot read gzip'ed file because zlib was " in create()
354 throw CoinError("Cannot read bzip2'ed file because bzlib was " in create()
393 throw CoinError("Could not open file for writing!", in CoinPlainFileOutput()
435 throw CoinError("Could not open file for writing!", in CoinGzipFileOutput()
488 throw CoinError("Could not open file for writing!", in CoinBzip2FileOutput()
[all …]
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinError.hpp42 class CoinError { class
46 CoinError() in CoinError() function in CoinError
106 CoinError( in CoinError() function in CoinError
122 CoinError(const CoinError &source) in CoinError() function in CoinError
133 CoinError &operator=(const CoinError &rhs) in operator =()
146 virtual ~CoinError() in ~CoinError()
198 throw CoinError(__STRING(expression), __PRETTY_FUNCTION__, \
213 throw CoinError(__STRING(expression), "", \
220 throw CoinError(__STRING(expression), "", \
245 throw CoinError(__STRING(expression), "", \
[all …]
H A DCoinShallowPackedVector.cpp37 } catch (CoinError &e) { in operator =()
38 throw CoinError("duplicate index", "operator= from base", in operator =()
58 } catch (CoinError &e) { in operator =()
59 throw CoinError("duplicate index", "operator=", in operator =()
78 } catch (CoinError &e) { in setVector()
79 throw CoinError("duplicate index", "setVector", in setVector()
97 } catch (CoinError &e) { in CoinShallowPackedVector()
117 } catch (CoinError &e) { in CoinShallowPackedVector()
135 } catch (CoinError &e) { in CoinShallowPackedVector()
153 } catch (CoinError &e) { in CoinShallowPackedVector()
[all …]
H A DCoinPackedVector.cpp70 catch (CoinError& e) {
100 } catch (CoinError &e) { in assignVector()
101 throw CoinError("duplicate index", "assignVector", in assignVector()
185 throw CoinError("index < 0", "setElement", "CoinPackedVector"); in setElement()
250 throw CoinError("index i < 0", "swap", "CoinPackedVector"); in swap()
254 throw CoinError("index j < 0", "swap", "CoinPackedVector"); in swap()
267 throw CoinError("n > size()", "truncate", "CoinPackedVector"); in truncate()
269 throw CoinError("n < 0", "truncate", "CoinPackedVector"); in truncate()
479 } catch (CoinError &e) { in gutsOfSetVector()
503 } catch (CoinError &e) { in gutsOfSetConstant()
[all …]
H A DCoinPrePostsolveMatrix.cpp189 throw CoinError("length exceeds allocated size", in setColLower()
210 throw CoinError("length exceeds allocated size", in setColUpper()
232 throw CoinError("length exceeds allocated size", in setColSolution()
253 throw CoinError("length exceeds allocated size", in setCost()
275 throw CoinError("length exceeds allocated size", in setReducedCost()
296 throw CoinError("length exceeds allocated size", in setRowLower()
317 throw CoinError("length exceeds allocated size", in setRowUpper()
338 throw CoinError("length exceeds allocated size", in setRowPrice()
359 throw CoinError("length exceeds allocated size", in setRowActivity()
391 throw CoinError("length exceeds allocated size", in setStructuralStatus()
[all …]
H A DCoinFileIO.cpp53 throw CoinError("Could not open file for reading!", in CoinPlainFileInput()
179 throw CoinError("Reached unreachable code!", in gets()
215 throw CoinError("Could not open file for reading!", in CoinGzipFileInput()
262 throw CoinError("Could not open file for reading!", in CoinBzip2FileInput()
328 throw CoinError("Could not open file for reading!", in create()
342 throw CoinError("Cannot read gzip'ed file because zlib was " in create()
354 throw CoinError("Cannot read bzip2'ed file because bzlib was " in create()
393 throw CoinError("Could not open file for writing!", in CoinPlainFileOutput()
435 throw CoinError("Could not open file for writing!", in CoinGzipFileOutput()
488 throw CoinError("Could not open file for writing!", in CoinBzip2FileOutput()
[all …]
/dports/math/ogdf/OGDF/include/coin/
H A DCoinError.hpp42 class CoinError { class
46 CoinError() in CoinError() function in CoinError
99 CoinError ( in CoinError() function in CoinError
116 CoinError (const CoinError & source) in CoinError() function in CoinError
128 CoinError & operator=(const CoinError& rhs) in operator =()
141 virtual ~CoinError () in ~CoinError()
202 throw CoinError(__STRING(expression), "", \
208 throw CoinError(__STRING(expression), "", \
217 throw CoinError(__STRING(expression), __PRETTY_FUNCTION__, \
230 throw CoinError(__STRING(expression), "", \
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinError.hpp42 class CoinError { class
46 CoinError() in CoinError() function in CoinError
106 CoinError( in CoinError() function in CoinError
122 CoinError(const CoinError &source) in CoinError() function in CoinError
133 CoinError &operator=(const CoinError &rhs) in operator =()
146 virtual ~CoinError() in ~CoinError()
198 throw CoinError(__STRING(expression), __PRETTY_FUNCTION__, \
213 throw CoinError(__STRING(expression), "", \
220 throw CoinError(__STRING(expression), "", \
245 throw CoinError(__STRING(expression), "", \
[all …]
H A DCoinShallowPackedVector.cpp37 } catch (CoinError &e) { in operator =()
38 throw CoinError("duplicate index", "operator= from base", in operator =()
58 } catch (CoinError &e) { in operator =()
59 throw CoinError("duplicate index", "operator=", in operator =()
78 } catch (CoinError &e) { in setVector()
79 throw CoinError("duplicate index", "setVector", in setVector()
97 } catch (CoinError &e) { in CoinShallowPackedVector()
117 } catch (CoinError &e) { in CoinShallowPackedVector()
135 } catch (CoinError &e) { in CoinShallowPackedVector()
153 } catch (CoinError &e) { in CoinShallowPackedVector()
[all …]
H A DCoinPackedVector.cpp70 catch (CoinError& e) {
100 } catch (CoinError &e) { in assignVector()
101 throw CoinError("duplicate index", "assignVector", in assignVector()
185 throw CoinError("index < 0", "setElement", "CoinPackedVector"); in setElement()
250 throw CoinError("index i < 0", "swap", "CoinPackedVector"); in swap()
254 throw CoinError("index j < 0", "swap", "CoinPackedVector"); in swap()
267 throw CoinError("n > size()", "truncate", "CoinPackedVector"); in truncate()
269 throw CoinError("n < 0", "truncate", "CoinPackedVector"); in truncate()
479 } catch (CoinError &e) { in gutsOfSetVector()
503 } catch (CoinError &e) { in gutsOfSetConstant()
[all …]
H A DCoinPrePostsolveMatrix.cpp189 throw CoinError("length exceeds allocated size", in setColLower()
210 throw CoinError("length exceeds allocated size", in setColUpper()
232 throw CoinError("length exceeds allocated size", in setColSolution()
253 throw CoinError("length exceeds allocated size", in setCost()
275 throw CoinError("length exceeds allocated size", in setReducedCost()
296 throw CoinError("length exceeds allocated size", in setRowLower()
317 throw CoinError("length exceeds allocated size", in setRowUpper()
338 throw CoinError("length exceeds allocated size", in setRowPrice()
359 throw CoinError("length exceeds allocated size", in setRowActivity()
391 throw CoinError("length exceeds allocated size", in setStructuralStatus()
[all …]
H A DCoinFileIO.cpp53 throw CoinError("Could not open file for reading!", in CoinPlainFileInput()
179 throw CoinError("Reached unreachable code!", in gets()
215 throw CoinError("Could not open file for reading!", in CoinGzipFileInput()
262 throw CoinError("Could not open file for reading!", in CoinBzip2FileInput()
328 throw CoinError("Could not open file for reading!", in create()
342 throw CoinError("Cannot read gzip'ed file because zlib was " in create()
354 throw CoinError("Cannot read bzip2'ed file because bzlib was " in create()
393 throw CoinError("Could not open file for writing!", in CoinPlainFileOutput()
435 throw CoinError("Could not open file for writing!", in CoinGzipFileOutput()
488 throw CoinError("Could not open file for writing!", in CoinBzip2FileOutput()
[all …]
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinShallowPackedVector.cpp39 catch (CoinError e) { in operator =()
40 throw CoinError("duplicate index", "operator= from base", in operator =()
61 catch (CoinError e) { in operator =()
62 throw CoinError("duplicate index", "operator=", in operator =()
83 catch (CoinError e) { in setVector()
84 throw CoinError("duplicate index", "setVector", in setVector()
103 catch (CoinError e) { in CoinShallowPackedVector()
124 catch (CoinError e) { in CoinShallowPackedVector()
143 catch (CoinError e) { in CoinShallowPackedVector()
163 catch (CoinError e) { in CoinShallowPackedVector()
[all …]
H A DCoinPackedVector.cpp71 catch (CoinError e) {
98 catch (CoinError e) { in assignVector()
99 throw CoinError("duplicate index", "assignVector", in assignVector()
255 throw CoinError("index i >= size()","swap","CoinPackedVector"); in swap()
257 throw CoinError("index i < 0" ,"swap","CoinPackedVector"); in swap()
259 throw CoinError("index j >= size()","swap","CoinPackedVector"); in swap()
261 throw CoinError("index j < 0" ,"swap","CoinPackedVector"); in swap()
275 throw CoinError("n > size()","truncate","CoinPackedVector"); in truncate()
277 throw CoinError("n < 0","truncate","CoinPackedVector"); in truncate()
494 catch (CoinError e) { in gutsOfSetVector()
[all …]
H A DCoinPrePostsolveMatrix.cpp176 { throw CoinError("length exceeds allocated size", in setColLower()
194 { throw CoinError("length exceeds allocated size", in setColUpper()
213 { throw CoinError("length exceeds allocated size", in setColSolution()
231 { throw CoinError("length exceeds allocated size", in setCost()
250 { throw CoinError("length exceeds allocated size", in setReducedCost()
269 { throw CoinError("length exceeds allocated size", in setRowLower()
287 { throw CoinError("length exceeds allocated size", in setRowUpper()
305 { throw CoinError("length exceeds allocated size", in setRowPrice()
323 { throw CoinError("length exceeds allocated size", in setRowActivity()
354 { throw CoinError("length exceeds allocated size", in setStructuralStatus()
[all …]
H A DCoinFileIO.cpp54 throw CoinError ("Could not open file for reading!", in CoinPlainFileInput()
182 throw CoinError ("Reached unreachable code!", in gets()
220 throw CoinError ("Could not open file for reading!", in CoinGzipFileInput()
267 throw CoinError ("Could not open file for reading!", in CoinBzip2FileInput()
332 throw CoinError ("Could not open file for reading!", in create()
347 throw CoinError ("Cannot read gzip'ed file because zlib was " in create()
360 throw CoinError ("Cannot read bzip2'ed file because bzlib was " in create()
399 throw CoinError ("Could not open file for writing!", in CoinPlainFileOutput()
442 throw CoinError ("Could not open file for writing!", in CoinGzipFileOutput()
495 throw CoinError ("Could not open file for writing!", in CoinBzip2FileOutput()
[all …]
H A DCoinIndexedVector.cpp214 throw CoinError("index >= capacity()", "[]", "CoinIndexedVector"); in operator []()
216 throw CoinError("index < 0" , "[]", "CoinIndexedVector"); in operator []()
231 throw CoinError("index < 0" , "setElement", "CoinIndexedVector"); in setElement()
243 throw CoinError("index < 0" , "setElement", "CoinIndexedVector"); in insert()
262 throw CoinError("index < 0" , "setElement", "CoinIndexedVector"); in add()
420 throw CoinError("duplicate index", "append", "CoinIndexedVector"); in append()
429 throw CoinError("index i >= size()","swap","CoinIndexedVector"); in swap()
431 throw CoinError("index i < 0" ,"swap","CoinIndexedVector"); in swap()
433 throw CoinError("index j >= size()","swap","CoinIndexedVector"); in swap()
435 throw CoinError("index j < 0" ,"swap","CoinIndexedVector"); in swap()
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/test/
H A DCoinErrorTest.cpp18 CoinError r; in CoinErrorUnitTest()
25 CoinError rhs; in CoinErrorUnitTest()
27 CoinError a("msg","me.hpp","cl"); in CoinErrorUnitTest()
34 CoinError c(a); in CoinErrorUnitTest()
42 CoinError a1("msg1","meth1","cl1"); in CoinErrorUnitTest()
/dports/math/clp/Clp-1.17.3/CoinUtils/test/
H A DCoinErrorTest.cpp18 CoinError r; in CoinErrorUnitTest()
25 CoinError rhs; in CoinErrorUnitTest()
27 CoinError a("msg","me.hpp","cl"); in CoinErrorUnitTest()
34 CoinError c(a); in CoinErrorUnitTest()
42 CoinError a1("msg1","meth1","cl1"); in CoinErrorUnitTest()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/test/
H A DCoinErrorTest.cpp18 CoinError r; in CoinErrorUnitTest()
25 CoinError rhs; in CoinErrorUnitTest()
27 CoinError a("msg","me.hpp","cl"); in CoinErrorUnitTest()
34 CoinError c(a); in CoinErrorUnitTest()
42 CoinError a1("msg1","meth1","cl1"); in CoinErrorUnitTest()
/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsEncoded.h152 throw CoinError("Incorrest position setting.", "setPosition", in setPosition()
214 throw CoinError("Reading over the end of buffer.", in readRep()
264 throw CoinError("Reading over the end of buffer.",
274 throw CoinError("Reading over the end of buffer.",
290 throw CoinError("Reading over the end of buffer.",
298 throw CoinError("Reading over the end of buffer.",
305 throw CoinError("Reading over the end of buffer.",
360 throw CoinError("Reading over the end of buffer.", in readRep()
369 throw CoinError("Reading over the end of buffer.", in readRep()

1234567891011