1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | <chapter id="messages"> |
---|
3 | <title> |
---|
4 | Messages |
---|
5 | </title> |
---|
6 | <para> |
---|
7 | Some of the more common messages and codes passed by CLP are listed in the |
---|
8 | tables below. This is list is not meant to exhaustive. The notation is as |
---|
9 | for printf from "C": |
---|
10 | </para> |
---|
11 | <itemizedlist> |
---|
12 | <listitem> |
---|
13 | <simpara> |
---|
14 | <computeroutput>%s</computeroutput> is a string |
---|
15 | </simpara> |
---|
16 | </listitem> |
---|
17 | <listitem> |
---|
18 | <simpara> |
---|
19 | <computeroutput>%d</computeroutput> is an integer |
---|
20 | </simpara> |
---|
21 | </listitem> |
---|
22 | <listitem> |
---|
23 | <simpara> |
---|
24 | <computeroutput>%g</computeroutput> or <computeroutput>%f</computeroutput> |
---|
25 | is a floating point value |
---|
26 | </simpara> |
---|
27 | </listitem> |
---|
28 | </itemizedlist> |
---|
29 | |
---|
30 | <table frame="none" align="left"> |
---|
31 | <title> |
---|
32 | COIN Messages passed at or above logging level 1 |
---|
33 | </title> |
---|
34 | <tgroup cols="4" colsep="1" rowsep="1"> |
---|
35 | <colspec colname="c1"/> |
---|
36 | <colspec colname="c2"/> |
---|
37 | <colspec colname="c3"/> |
---|
38 | <colspec colname="c4"/> |
---|
39 | <thead> |
---|
40 | <row> |
---|
41 | <entry align="center"> |
---|
42 | Code |
---|
43 | </entry> |
---|
44 | <entry align="center"> |
---|
45 | Area |
---|
46 | </entry> |
---|
47 | <entry> |
---|
48 | </entry> |
---|
49 | <entry align="left"> |
---|
50 | Text and notes |
---|
51 | </entry> |
---|
52 | </row> |
---|
53 | </thead> |
---|
54 | <tbody> |
---|
55 | <row> |
---|
56 | <entry align="left"> |
---|
57 | 1 |
---|
58 | </entry> |
---|
59 | <entry align="center"> |
---|
60 | MPSREAD |
---|
61 | </entry> |
---|
62 | <entry> |
---|
63 | </entry> |
---|
64 | <entry align="left"> |
---|
65 | <computeroutput>At line %d %s</computeroutput> |
---|
66 | </entry> |
---|
67 | </row> |
---|
68 | <row> |
---|
69 | <entry namest="c1" nameend="c3"> |
---|
70 | </entry> |
---|
71 | <entry align="left"> |
---|
72 | <simpara> |
---|
73 | This just prints out NAME line, ROW line, etc |
---|
74 | </simpara> |
---|
75 | </entry> |
---|
76 | </row> |
---|
77 | <row> |
---|
78 | <entry align="left"> |
---|
79 | 2 |
---|
80 | </entry> |
---|
81 | <entry align="center"> |
---|
82 | MPSREAD |
---|
83 | </entry> |
---|
84 | <entry> |
---|
85 | </entry> |
---|
86 | <entry align="left"> |
---|
87 | <computeroutput>Problem %s has %d rows, %d columns and %d elements |
---|
88 | </computeroutput> |
---|
89 | </entry> |
---|
90 | </row> |
---|
91 | <row> |
---|
92 | <entry namest="c1" nameend="c3"> |
---|
93 | </entry> |
---|
94 | <entry align="left"> |
---|
95 | <simpara> |
---|
96 | This gives statistics after reading an MPS file |
---|
97 | </simpara> |
---|
98 | </entry> |
---|
99 | </row> |
---|
100 | <row> |
---|
101 | <entry align="left"> |
---|
102 | 8 |
---|
103 | </entry> |
---|
104 | <entry align="center"> |
---|
105 | MPSREAD |
---|
106 | </entry> |
---|
107 | <entry> |
---|
108 | </entry> |
---|
109 | <entry align="left"> |
---|
110 | <computeroutput>%s read with %d errors |
---|
111 | </computeroutput> |
---|
112 | </entry> |
---|
113 | </row> |
---|
114 | <row> |
---|
115 | <entry namest="c1" nameend="c3"> |
---|
116 | </entry> |
---|
117 | <entry align="left"> |
---|
118 | <simpara> |
---|
119 | This gives error statistics for file |
---|
120 | </simpara> |
---|
121 | </entry> |
---|
122 | </row> |
---|
123 | <row> |
---|
124 | <entry align="left"> |
---|
125 | 505 |
---|
126 | </entry> |
---|
127 | <entry align="center"> |
---|
128 | PRESOLVE |
---|
129 | </entry> |
---|
130 | <entry> |
---|
131 | </entry> |
---|
132 | <entry align="left"> |
---|
133 | <computeroutput> |
---|
134 | Presolved poblem not optimal, resolve after postsolve |
---|
135 | </computeroutput> |
---|
136 | </entry> |
---|
137 | </row> |
---|
138 | <row> |
---|
139 | <entry namest="c1" nameend="c3"> |
---|
140 | </entry> |
---|
141 | <entry align="left"> |
---|
142 | <simpara> |
---|
143 | This could be because it was not feasible or because of maximum |
---|
144 | iterations. If this message occurs then consider using primal clean up |
---|
145 | </simpara> |
---|
146 | </entry> |
---|
147 | </row> |
---|
148 | <row> |
---|
149 | <entry align="left"> |
---|
150 | 506 |
---|
151 | </entry> |
---|
152 | <entry align="center"> |
---|
153 | PRESOLVE |
---|
154 | </entry> |
---|
155 | <entry> |
---|
156 | </entry> |
---|
157 | <entry align="left"> |
---|
158 | <computeroutput> |
---|
159 | Presolve %d (%d) rows, %d (%d) columns and %d (%d) elements |
---|
160 | </computeroutput> |
---|
161 | </entry> |
---|
162 | </row> |
---|
163 | <row> |
---|
164 | <entry namest="c1" nameend="c3"> |
---|
165 | </entry> |
---|
166 | <entry align="left"> |
---|
167 | <simpara> |
---|
168 | The first number is the number after presolve and the number |
---|
169 | in parentheses is amount of reduction |
---|
170 | </simpara> |
---|
171 | </entry> |
---|
172 | </row> |
---|
173 | <row> |
---|
174 | <entry align="left"> |
---|
175 | 510 |
---|
176 | </entry> |
---|
177 | <entry align="center"> |
---|
178 | PRESOLVE |
---|
179 | </entry> |
---|
180 | <entry> |
---|
181 | </entry> |
---|
182 | <entry align="left"> |
---|
183 | <computeroutput> |
---|
184 | Presolve is modifying %d integer bounds and re-presolving |
---|
185 | </computeroutput> |
---|
186 | </entry> |
---|
187 | </row> |
---|
188 | <row> |
---|
189 | <entry namest="c1" nameend="c3"> |
---|
190 | </entry> |
---|
191 | <entry align="left"> |
---|
192 | <simpara> |
---|
193 | If presolve determines at the end that an integer variable have its bounds |
---|
194 | changed then it will repeat the entrire presolve |
---|
195 | </simpara> |
---|
196 | </entry> |
---|
197 | </row> |
---|
198 | <row> |
---|
199 | <entry align="left"> |
---|
200 | 511 |
---|
201 | </entry> |
---|
202 | <entry align="center"> |
---|
203 | PRESOLVE |
---|
204 | </entry> |
---|
205 | <entry> |
---|
206 | </entry> |
---|
207 | <entry align="left"> |
---|
208 | <computeroutput> |
---|
209 | After Postsolve, objective %g, infeasibilities - dual %g (%d), |
---|
210 | primal %g (%d) |
---|
211 | </computeroutput> |
---|
212 | </entry> |
---|
213 | </row> |
---|
214 | <row> |
---|
215 | <entry namest="c1" nameend="c3"> |
---|
216 | </entry> |
---|
217 | <entry align="left"> |
---|
218 | <simpara> |
---|
219 | This gives the state after postsolve - this gives the objective value |
---|
220 | and the sum of dual and primal infeasibilities with the number of |
---|
221 | infeasibilities in parentheses. Hopefully these should be zero |
---|
222 | </simpara> |
---|
223 | </entry> |
---|
224 | </row> |
---|
225 | <row> |
---|
226 | <entry align="left"> |
---|
227 | 512 |
---|
228 | </entry> |
---|
229 | <entry align="center"> |
---|
230 | PRESOLVE |
---|
231 | </entry> |
---|
232 | <entry> |
---|
233 | </entry> |
---|
234 | <entry align="left"> |
---|
235 | <computeroutput> |
---|
236 | Presolved model was optimal, full model needs cleaning up |
---|
237 | </computeroutput> |
---|
238 | </entry> |
---|
239 | </row> |
---|
240 | <row> |
---|
241 | <entry namest="c1" nameend="c3"> |
---|
242 | </entry> |
---|
243 | <entry align="left"> |
---|
244 | <simpara> |
---|
245 | If the numbers in previous message (511) were large then maybe we need to |
---|
246 | know, if small then that's life |
---|
247 | </simpara> |
---|
248 | </entry> |
---|
249 | </row> |
---|
250 | </tbody> |
---|
251 | </tgroup> |
---|
252 | </table> |
---|
253 | |
---|
254 | <table frame="none" align="left"> |
---|
255 | <title> |
---|
256 | CLP Messages passed at or above logging level 1 |
---|
257 | </title> |
---|
258 | <tgroup cols="4" colsep="1" rowsep="1"> |
---|
259 | <colspec colname="c1"/> |
---|
260 | <colspec colname="c2"/> |
---|
261 | <colspec colname="c3"/> |
---|
262 | <colspec colname="c4"/> |
---|
263 | <thead> |
---|
264 | <row> |
---|
265 | <entry align="center"> |
---|
266 | Code |
---|
267 | </entry> |
---|
268 | <entry align="center"> |
---|
269 | Area |
---|
270 | </entry> |
---|
271 | <entry> |
---|
272 | </entry> |
---|
273 | <entry align="left"> |
---|
274 | Text and notes |
---|
275 | </entry> |
---|
276 | </row> |
---|
277 | </thead> |
---|
278 | <tbody> |
---|
279 | <row> |
---|
280 | <row> |
---|
281 | <entry align="left"> |
---|
282 | 0 |
---|
283 | </entry> |
---|
284 | <entry align="center"> |
---|
285 | SIMPLEX |
---|
286 | </entry> |
---|
287 | <entry> |
---|
288 | </entry> |
---|
289 | <entry align="left"> |
---|
290 | <computeroutput> |
---|
291 | Optimal - objective value %g |
---|
292 | </computeroutput> |
---|
293 | </entry> |
---|
294 | </row> |
---|
295 | <row> |
---|
296 | <entry namest="c1" nameend="c3"> |
---|
297 | </entry> |
---|
298 | <entry align="left"> |
---|
299 | <simpara> |
---|
300 | The only message you want to see |
---|
301 | </simpara> |
---|
302 | </entry> |
---|
303 | </row> |
---|
304 | <entry align="left"> |
---|
305 | 1 |
---|
306 | </entry> |
---|
307 | <entry align="center"> |
---|
308 | SIMPLEX |
---|
309 | </entry> |
---|
310 | <entry> |
---|
311 | </entry> |
---|
312 | <entry align="left"> |
---|
313 | <computeroutput> |
---|
314 | Primal infeasible - objective value %g |
---|
315 | </computeroutput> |
---|
316 | </entry> |
---|
317 | </row> |
---|
318 | <row> |
---|
319 | <entry namest="c1" nameend="c3"> |
---|
320 | </entry> |
---|
321 | <entry align="left"> |
---|
322 | <simpara> |
---|
323 | You may need to look at previous messages or use methods. Such as |
---|
324 | sumPrimalInfeasibilities() to find cause |
---|
325 | </simpara> |
---|
326 | </entry> |
---|
327 | </row> |
---|
328 | <row> |
---|
329 | <entry align="left"> |
---|
330 | 2 |
---|
331 | </entry> |
---|
332 | <entry align="center"> |
---|
333 | SIMPLEX |
---|
334 | </entry> |
---|
335 | <entry> |
---|
336 | </entry> |
---|
337 | <entry align="left"> |
---|
338 | <computeroutput> |
---|
339 | Dual infeasible - objective value %g |
---|
340 | </computeroutput> |
---|
341 | </entry> |
---|
342 | </row> |
---|
343 | <row> |
---|
344 | <entry namest="c1" nameend="c3"> |
---|
345 | </entry> |
---|
346 | <entry align="left"> |
---|
347 | <simpara> |
---|
348 | You may need to look at previous messages or use methods. Such as |
---|
349 | sumDualInfeasibilities() to find cause |
---|
350 | </simpara> |
---|
351 | </entry> |
---|
352 | </row> |
---|
353 | <row> |
---|
354 | <entry align="left"> |
---|
355 | 3 |
---|
356 | </entry> |
---|
357 | <entry align="center"> |
---|
358 | SIMPLEX |
---|
359 | </entry> |
---|
360 | <entry> |
---|
361 | </entry> |
---|
362 | <entry align="left"> |
---|
363 | <computeroutput> |
---|
364 | Stopped - objective value %g |
---|
365 | </computeroutput> |
---|
366 | </entry> |
---|
367 | </row> |
---|
368 | <row> |
---|
369 | <entry namest="c1" nameend="c3"> |
---|
370 | </entry> |
---|
371 | <entry align="left"> |
---|
372 | <simpara> |
---|
373 | The algorithm stopped as requested by the user. |
---|
374 | </simpara> |
---|
375 | </entry> |
---|
376 | </row> |
---|
377 | <row> |
---|
378 | <entry align="left"> |
---|
379 | 4 |
---|
380 | </entry> |
---|
381 | <entry align="center"> |
---|
382 | SIMPLEX |
---|
383 | </entry> |
---|
384 | <entry> |
---|
385 | </entry> |
---|
386 | <entry align="left"> |
---|
387 | <computeroutput> |
---|
388 | Stopped due to errors - objective value %g |
---|
389 | </computeroutput> |
---|
390 | </entry> |
---|
391 | </row> |
---|
392 | <row> |
---|
393 | <entry namest="c1" nameend="c3"> |
---|
394 | </entry> |
---|
395 | <entry align="left"> |
---|
396 | <simpara> |
---|
397 | Switch on log level 2 to see information on size of elements etc. If they |
---|
398 | look reasonable then maybe we need to know. |
---|
399 | </simpara> |
---|
400 | </entry> |
---|
401 | </row> |
---|
402 | <row> |
---|
403 | <entry align="left"> |
---|
404 | 5 |
---|
405 | </entry> |
---|
406 | <entry align="center"> |
---|
407 | SIMPLEX |
---|
408 | </entry> |
---|
409 | <entry> |
---|
410 | </entry> |
---|
411 | <entry align="left"> |
---|
412 | <computeroutput> |
---|
413 | %d Obj %g Primal inf %g (%d) Dual inf %g (%d) |
---|
414 | </computeroutput> |
---|
415 | </entry> |
---|
416 | </row> |
---|
417 | <row> |
---|
418 | <entry namest="c1" nameend="c3"> |
---|
419 | </entry> |
---|
420 | <entry align="left"> |
---|
421 | <simpara> |
---|
422 | At each re-factorization this gives the number of iterations and the value |
---|
423 | of the objective function. If there are primal infeasibilities then the |
---|
424 | sum and number are given and similarly for dual infeasibilities. |
---|
425 | (This is a simplified form of message.) |
---|
426 | </simpara> |
---|
427 | </entry> |
---|
428 | </row> |
---|
429 | <row> |
---|
430 | <entry align="left"> |
---|
431 | 14 |
---|
432 | </entry> |
---|
433 | <entry align="center"> |
---|
434 | SIMPLEX |
---|
435 | </entry> |
---|
436 | <entry> |
---|
437 | </entry> |
---|
438 | <entry align="left"> |
---|
439 | <computeroutput> |
---|
440 | Perturbing problem by %g % of %g |
---|
441 | </computeroutput> |
---|
442 | </entry> |
---|
443 | </row> |
---|
444 | <row> |
---|
445 | <entry namest="c1" nameend="c3"> |
---|
446 | </entry> |
---|
447 | <entry align="left"> |
---|
448 | <simpara> |
---|
449 | There is more to this message but if the user sees this then s/he has |
---|
450 | chosen to perturb the problem or the algorithm has decided to do so. |
---|
451 | If the numbers look too large the user may wish to think again. |
---|
452 | </simpara> |
---|
453 | </entry> |
---|
454 | </row> |
---|
455 | <row> |
---|
456 | <entry align="left"> |
---|
457 | 19 |
---|
458 | </entry> |
---|
459 | <entry align="center"> |
---|
460 | SIMPLEX |
---|
461 | </entry> |
---|
462 | <entry> |
---|
463 | </entry> |
---|
464 | <entry align="left"> |
---|
465 | <computeroutput> |
---|
466 | %d variables/rows fixed as scaled bounds too close |
---|
467 | </computeroutput> |
---|
468 | </entry> |
---|
469 | </row> |
---|
470 | <row> |
---|
471 | <entry namest="c1" nameend="c3"> |
---|
472 | </entry> |
---|
473 | <entry align="left"> |
---|
474 | <simpara> |
---|
475 | If this occurs look carefully at your input data |
---|
476 | </simpara> |
---|
477 | </entry> |
---|
478 | </row> |
---|
479 | <row> |
---|
480 | <entry align="left"> |
---|
481 | 24 |
---|
482 | </entry> |
---|
483 | <entry align="center"> |
---|
484 | SIMPLEX |
---|
485 | </entry> |
---|
486 | <entry> |
---|
487 | </entry> |
---|
488 | <entry align="left"> |
---|
489 | <computeroutput> |
---|
490 | Matrix will be packed to eliminate small elements |
---|
491 | </computeroutput> |
---|
492 | </entry> |
---|
493 | </row> |
---|
494 | <row> |
---|
495 | <entry namest="c1" nameend="c3"> |
---|
496 | </entry> |
---|
497 | <entry align="left"> |
---|
498 | <simpara> |
---|
499 | If this occurs the user should look carefully at data. |
---|
500 | </simpara> |
---|
501 | </entry> |
---|
502 | </row> |
---|
503 | <row> |
---|
504 | <entry align="left"> |
---|
505 | 26 |
---|
506 | </entry> |
---|
507 | <entry align="center"> |
---|
508 | SIMPLEX |
---|
509 | </entry> |
---|
510 | <entry> |
---|
511 | </entry> |
---|
512 | <entry align="left"> |
---|
513 | <computeroutput> |
---|
514 | Matrix will be packed to eliminate %d duplicate elements |
---|
515 | </computeroutput> |
---|
516 | </entry> |
---|
517 | </row> |
---|
518 | <row> |
---|
519 | <entry namest="c1" nameend="c3"> |
---|
520 | </entry> |
---|
521 | <entry align="left"> |
---|
522 | <simpara> |
---|
523 | If this occurs the user should look carefully at data. |
---|
524 | </simpara> |
---|
525 | </entry> |
---|
526 | </row> |
---|
527 | <row> |
---|
528 | <entry align="left"> |
---|
529 | 28 |
---|
530 | </entry> |
---|
531 | <entry align="center"> |
---|
532 | SIMPLEX |
---|
533 | </entry> |
---|
534 | <entry> |
---|
535 | </entry> |
---|
536 | <entry align="left"> |
---|
537 | <computeroutput> |
---|
538 | Crash put %d variables in basis, %d dual infeasibilities |
---|
539 | </computeroutput> |
---|
540 | </entry> |
---|
541 | </row> |
---|
542 | <row> |
---|
543 | <entry namest="c1" nameend="c3"> |
---|
544 | </entry> |
---|
545 | <entry align="left"> |
---|
546 | <simpara> |
---|
547 | |
---|
548 | </simpara> |
---|
549 | </entry> |
---|
550 | </row> |
---|
551 | <row> |
---|
552 | <entry align="left"> |
---|
553 | 29 |
---|
554 | </entry> |
---|
555 | <entry align="center"> |
---|
556 | SIMPLEX |
---|
557 | </entry> |
---|
558 | <entry> |
---|
559 | </entry> |
---|
560 | <entry align="left"> |
---|
561 | <computeroutput> |
---|
562 | End of values pass after %d iterations |
---|
563 | </computeroutput> |
---|
564 | </entry> |
---|
565 | </row> |
---|
566 | <row> |
---|
567 | <entry namest="c1" nameend="c3"> |
---|
568 | </entry> |
---|
569 | <entry align="left"> |
---|
570 | <simpara> |
---|
571 | ??? If primal(1) or dual(1) the a sweep through model is made and this |
---|
572 | signals end of pass. |
---|
573 | </simpara> |
---|
574 | </entry> |
---|
575 | </row> |
---|
576 | |
---|
577 | </tbody> |
---|
578 | </tgroup> |
---|
579 | </table> |
---|
580 | |
---|
581 | <table frame="none" align="left"> |
---|
582 | <title> |
---|
583 | COIN Messages passed at or above logging level 0 |
---|
584 | </title> |
---|
585 | <tgroup cols="4" colsep="1" rowsep="1"> |
---|
586 | <colspec colname="c1"/> |
---|
587 | <colspec colname="c2"/> |
---|
588 | <colspec colname="c3"/> |
---|
589 | <colspec colname="c4"/> |
---|
590 | <thead> |
---|
591 | <row> |
---|
592 | <entry align="center"> |
---|
593 | Code |
---|
594 | </entry> |
---|
595 | <entry align="center"> |
---|
596 | Area |
---|
597 | </entry> |
---|
598 | <entry> |
---|
599 | </entry> |
---|
600 | <entry align="left"> |
---|
601 | Text and notes |
---|
602 | </entry> |
---|
603 | </row> |
---|
604 | </thead> |
---|
605 | <tbody> |
---|
606 | <row> |
---|
607 | <entry align="left"> |
---|
608 | 3001 |
---|
609 | </entry> |
---|
610 | <entry align="center"> |
---|
611 | MPSREAD |
---|
612 | </entry> |
---|
613 | <entry> |
---|
614 | </entry> |
---|
615 | <entry align="left"> |
---|
616 | <computeroutput> |
---|
617 | Illegal value for %s of %g |
---|
618 | </computeroutput> |
---|
619 | </entry> |
---|
620 | </row> |
---|
621 | <row> |
---|
622 | <entry namest="c1" nameend="c3"> |
---|
623 | </entry> |
---|
624 | <entry align="left"> |
---|
625 | <simpara> |
---|
626 | String will be "infinity" if setInfinity passed bad value, |
---|
627 | or "default integer bound" if setDefaultBound passed bad value. |
---|
628 | </simpara> |
---|
629 | </entry> |
---|
630 | </row> |
---|
631 | <row> |
---|
632 | <entry align="left"> |
---|
633 | 3002 |
---|
634 | </entry> |
---|
635 | <entry align="center"> |
---|
636 | MPSREAD |
---|
637 | </entry> |
---|
638 | <entry> |
---|
639 | </entry> |
---|
640 | <entry align="left"> |
---|
641 | <computeroutput> |
---|
642 | Bad image at line %d < %s > |
---|
643 | </computeroutput> |
---|
644 | </entry> |
---|
645 | </row> |
---|
646 | <row> |
---|
647 | <entry namest="c1" nameend="c3"> |
---|
648 | </entry> |
---|
649 | <entry align="left"> |
---|
650 | <simpara> |
---|
651 | This gives line number and the offending line |
---|
652 | </simpara> |
---|
653 | </entry> |
---|
654 | </row> |
---|
655 | <row> |
---|
656 | <entry align="left"> |
---|
657 | 3003 |
---|
658 | </entry> |
---|
659 | <entry align="center"> |
---|
660 | MPSREAD |
---|
661 | </entry> |
---|
662 | <entry> |
---|
663 | </entry> |
---|
664 | <entry align="left"> |
---|
665 | <computeroutput> |
---|
666 | Duplicate objective at line %d < %s > |
---|
667 | </computeroutput> |
---|
668 | </entry> |
---|
669 | </row> |
---|
670 | <row> |
---|
671 | <entry namest="c1" nameend="c3"> |
---|
672 | </entry> |
---|
673 | <entry align="left"> |
---|
674 | <simpara> |
---|
675 | An objective row appears twice in one column |
---|
676 | </simpara> |
---|
677 | </entry> |
---|
678 | </row> |
---|
679 | <row> |
---|
680 | <entry align="left"> |
---|
681 | 3004 |
---|
682 | </entry> |
---|
683 | <entry align="center"> |
---|
684 | MPSREAD |
---|
685 | </entry> |
---|
686 | <entry> |
---|
687 | </entry> |
---|
688 | <entry align="left"> |
---|
689 | <computeroutput> |
---|
690 | Duplicate row %s at line %d %s |
---|
691 | </computeroutput> |
---|
692 | </entry> |
---|
693 | </row> |
---|
694 | <row> |
---|
695 | <entry namest="c1" nameend="c3"> |
---|
696 | </entry> |
---|
697 | <entry align="left"> |
---|
698 | <simpara> |
---|
699 | The named row appears twice in one column. |
---|
700 | </simpara> |
---|
701 | </entry> |
---|
702 | </row> |
---|
703 | <row> |
---|
704 | <entry align="left"> |
---|
705 | 3005 |
---|
706 | </entry> |
---|
707 | <entry align="center"> |
---|
708 | MPSREAD |
---|
709 | </entry> |
---|
710 | <entry> |
---|
711 | </entry> |
---|
712 | <entry align="left"> |
---|
713 | <computeroutput> |
---|
714 | No match for row %s at line %d < %s > |
---|
715 | </computeroutput> |
---|
716 | </entry> |
---|
717 | </row> |
---|
718 | <row> |
---|
719 | <entry namest="c1" nameend="c3"> |
---|
720 | </entry> |
---|
721 | <entry align="left"> |
---|
722 | <simpara> |
---|
723 | The named row did not appear in ROWS section. |
---|
724 | </simpara> |
---|
725 | </entry> |
---|
726 | </row> |
---|
727 | <row> |
---|
728 | <entry align="left"> |
---|
729 | 3006 |
---|
730 | </entry> |
---|
731 | <entry align="center"> |
---|
732 | MPSREAD |
---|
733 | </entry> |
---|
734 | <entry> |
---|
735 | </entry> |
---|
736 | <entry align="left"> |
---|
737 | <computeroutput> |
---|
738 | No match for column at line %d < %s > |
---|
739 | </computeroutput> |
---|
740 | </entry> |
---|
741 | </row> |
---|
742 | <row> |
---|
743 | <entry namest="c1" nameend="c3"> |
---|
744 | </entry> |
---|
745 | <entry align="left"> |
---|
746 | <simpara> |
---|
747 | The named column (in BOUNDS section) did not appear in COLUMNS section. |
---|
748 | </simpara> |
---|
749 | </entry> |
---|
750 | </row> |
---|
751 | <row> |
---|
752 | <entry align="left"> |
---|
753 | 6001 |
---|
754 | </entry> |
---|
755 | <entry align="center"> |
---|
756 | MPSREAD |
---|
757 | </entry> |
---|
758 | <entry> |
---|
759 | </entry> |
---|
760 | <entry align="left"> |
---|
761 | <computeroutput> |
---|
762 | Unable to open mps input file %s |
---|
763 | </computeroutput> |
---|
764 | </entry> |
---|
765 | </row> |
---|
766 | <row> |
---|
767 | <entry namest="c1" nameend="c3"> |
---|
768 | </entry> |
---|
769 | <entry align="left"> |
---|
770 | <simpara> |
---|
771 | |
---|
772 | </simpara> |
---|
773 | </entry> |
---|
774 | </row> |
---|
775 | <row> |
---|
776 | <entry align="left"> |
---|
777 | 6002 |
---|
778 | </entry> |
---|
779 | <entry align="center"> |
---|
780 | MPSREAD |
---|
781 | </entry> |
---|
782 | <entry> |
---|
783 | </entry> |
---|
784 | <entry align="left"> |
---|
785 | <computeroutput> |
---|
786 | Unknown image %s at line %d of file %s |
---|
787 | </computeroutput> |
---|
788 | </entry> |
---|
789 | </row> |
---|
790 | <row> |
---|
791 | <entry namest="c1" nameend="c3"> |
---|
792 | </entry> |
---|
793 | <entry align="left"> |
---|
794 | <simpara> |
---|
795 | The Mps reader could not make sense of the image file specified. |
---|
796 | </simpara> |
---|
797 | </entry> |
---|
798 | </row> |
---|
799 | <row> |
---|
800 | <entry align="left"> |
---|
801 | 6003 |
---|
802 | </entry> |
---|
803 | <entry align="center"> |
---|
804 | MPSREAD |
---|
805 | </entry> |
---|
806 | <entry> |
---|
807 | </entry> |
---|
808 | <entry align="left"> |
---|
809 | <computeroutput> |
---|
810 | Consider the possibility of a compressed file which zlib is unable to read. |
---|
811 | </computeroutput> |
---|
812 | </entry> |
---|
813 | </row> |
---|
814 | <row> |
---|
815 | <entry namest="c1" nameend="c3"> |
---|
816 | </entry> |
---|
817 | <entry align="left"> |
---|
818 | <simpara> |
---|
819 | Some .gz files can not be read by zlib. Using gunzip and then gzip |
---|
820 | normally cures problem. |
---|
821 | </simpara> |
---|
822 | </entry> |
---|
823 | </row> |
---|
824 | <row> |
---|
825 | <entry align="left"> |
---|
826 | 6004 |
---|
827 | </entry> |
---|
828 | <entry align="center"> |
---|
829 | MPSREAD |
---|
830 | </entry> |
---|
831 | <entry> |
---|
832 | </entry> |
---|
833 | <entry align="left"> |
---|
834 | <computeroutput> |
---|
835 | EOF on file %s |
---|
836 | </computeroutput> |
---|
837 | </entry> |
---|
838 | </row> |
---|
839 | <row> |
---|
840 | <entry namest="c1" nameend="c3"> |
---|
841 | </entry> |
---|
842 | <entry align="left"> |
---|
843 | <simpara> |
---|
844 | The Mps reader did not find expected section marker. |
---|
845 | </simpara> |
---|
846 | </entry> |
---|
847 | </row> |
---|
848 | <row> |
---|
849 | <entry align="left"> |
---|
850 | 6005 |
---|
851 | </entry> |
---|
852 | <entry align="center"> |
---|
853 | MPSREAD |
---|
854 | </entry> |
---|
855 | <entry> |
---|
856 | </entry> |
---|
857 | <entry align="left"> |
---|
858 | <computeroutput> |
---|
859 | Returning as too many errors |
---|
860 | </computeroutput> |
---|
861 | </entry> |
---|
862 | </row> |
---|
863 | <row> |
---|
864 | <entry namest="c1" nameend="c3"> |
---|
865 | </entry> |
---|
866 | <entry align="left"> |
---|
867 | <simpara> |
---|
868 | The reader has put out 100 messages and is giving up. |
---|
869 | </simpara> |
---|
870 | </entry> |
---|
871 | </row> |
---|
872 | <row> |
---|
873 | <entry align="left"> |
---|
874 | 507 |
---|
875 | </entry> |
---|
876 | <entry align="center"> |
---|
877 | PRESOLVE |
---|
878 | </entry> |
---|
879 | <entry> |
---|
880 | </entry> |
---|
881 | <entry align="left"> |
---|
882 | <computeroutput> |
---|
883 | Presolve determined that the problem is infeasible with tolerance of %g |
---|
884 | </computeroutput> |
---|
885 | </entry> |
---|
886 | </row> |
---|
887 | <row> |
---|
888 | <entry namest="c1" nameend="c3"> |
---|
889 | </entry> |
---|
890 | <entry align="left"> |
---|
891 | <simpara> |
---|
892 | If you want you can try with a larger tolerance |
---|
893 | </simpara> |
---|
894 | </entry> |
---|
895 | </row> |
---|
896 | <row> |
---|
897 | <entry align="left"> |
---|
898 | 508 |
---|
899 | </entry> |
---|
900 | <entry align="center"> |
---|
901 | PRESOLVE |
---|
902 | </entry> |
---|
903 | <entry> |
---|
904 | </entry> |
---|
905 | <entry align="left"> |
---|
906 | <computeroutput> |
---|
907 | Presolve thinks problem is unbounded |
---|
908 | </computeroutput> |
---|
909 | </entry> |
---|
910 | </row> |
---|
911 | <row> |
---|
912 | <entry namest="c1" nameend="c3"> |
---|
913 | </entry> |
---|
914 | <entry align="left"> |
---|
915 | <simpara> |
---|
916 | Perhaps the user should maximize if initially minimizing or vice versa. |
---|
917 | </simpara> |
---|
918 | </entry> |
---|
919 | </row> |
---|
920 | <row> |
---|
921 | <entry align="left"> |
---|
922 | 509 |
---|
923 | </entry> |
---|
924 | <entry align="center"> |
---|
925 | PRESOLVE |
---|
926 | </entry> |
---|
927 | <entry> |
---|
928 | </entry> |
---|
929 | <entry align="left"> |
---|
930 | <computeroutput> |
---|
931 | Presolve thinks problem is infeasible AND unbounded??? |
---|
932 | </computeroutput> |
---|
933 | </entry> |
---|
934 | </row> |
---|
935 | <row> |
---|
936 | <entry namest="c1" nameend="c3"> |
---|
937 | </entry> |
---|
938 | <entry align="left"> |
---|
939 | <simpara> |
---|
940 | If you get this message we want to know |
---|
941 | </simpara> |
---|
942 | </entry> |
---|
943 | </row> |
---|
944 | </tbody> |
---|
945 | </tgroup> |
---|
946 | </table> |
---|
947 | |
---|
948 | <table frame="none" align="left"> |
---|
949 | <title> |
---|
950 | CLP Messages passed at or above logging level 0 |
---|
951 | </title> |
---|
952 | <tgroup cols="4" colsep="1" rowsep="1"> |
---|
953 | <colspec colname="c1"/> |
---|
954 | <colspec colname="c2"/> |
---|
955 | <colspec colname="c3"/> |
---|
956 | <colspec colname="c4"/> |
---|
957 | <thead> |
---|
958 | <row> |
---|
959 | <entry align="center"> |
---|
960 | Code |
---|
961 | </entry> |
---|
962 | <entry align="center"> |
---|
963 | Area |
---|
964 | </entry> |
---|
965 | <entry> |
---|
966 | </entry> |
---|
967 | <entry align="left"> |
---|
968 | Text and notes |
---|
969 | </entry> |
---|
970 | </row> |
---|
971 | </thead> |
---|
972 | <tbody> |
---|
973 | <row> |
---|
974 | <entry align="left"> |
---|
975 | 3002 |
---|
976 | </entry> |
---|
977 | <entry align="center"> |
---|
978 | SIMPLEX |
---|
979 | </entry> |
---|
980 | <entry> |
---|
981 | </entry> |
---|
982 | <entry align="left"> |
---|
983 | <computeroutput> |
---|
984 | Not solving empty problem - %d rows, %d columns and %d elements |
---|
985 | </computeroutput> |
---|
986 | </entry> |
---|
987 | </row> |
---|
988 | <row> |
---|
989 | <entry namest="c1" nameend="c3"> |
---|
990 | </entry> |
---|
991 | <entry align="left"> |
---|
992 | <simpara> |
---|
993 | Test problem size before solving. |
---|
994 | </simpara> |
---|
995 | </entry> |
---|
996 | </row> |
---|
997 | <row> |
---|
998 | <entry align="left"> |
---|
999 | 6002 |
---|
1000 | </entry> |
---|
1001 | <entry align="center"> |
---|
1002 | SIMPLEX |
---|
1003 | </entry> |
---|
1004 | <entry> |
---|
1005 | </entry> |
---|
1006 | <entry align="left"> |
---|
1007 | <computeroutput> |
---|
1008 | %d bad bound pairs or bad objectives were found |
---|
1009 | </computeroutput> |
---|
1010 | </entry> |
---|
1011 | </row> |
---|
1012 | <row> |
---|
1013 | <entry namest="c1" nameend="c3"> |
---|
1014 | </entry> |
---|
1015 | <entry align="left"> |
---|
1016 | <simpara> |
---|
1017 | Either the value in the objective was too large or a lower bound was |
---|
1018 | greater than an upper bound. |
---|
1019 | </simpara> |
---|
1020 | </entry> |
---|
1021 | </row> |
---|
1022 | <row> |
---|
1023 | <entry align="left"> |
---|
1024 | 6003 |
---|
1025 | </entry> |
---|
1026 | <entry align="center"> |
---|
1027 | SIMPLEX |
---|
1028 | </entry> |
---|
1029 | <entry> |
---|
1030 | </entry> |
---|
1031 | <entry align="left"> |
---|
1032 | <computeroutput> |
---|
1033 | Matrix has %d large values, first at column %d, row %d is %g |
---|
1034 | </computeroutput> |
---|
1035 | </entry> |
---|
1036 | </row> |
---|
1037 | <row> |
---|
1038 | <entry namest="c1" nameend="c3"> |
---|
1039 | </entry> |
---|
1040 | <entry align="left"> |
---|
1041 | <simpara> |
---|
1042 | Some of the values in matrix are ridiculous. |
---|
1043 | </simpara> |
---|
1044 | </entry> |
---|
1045 | </row> |
---|
1046 | <row> |
---|
1047 | <entry align="left"> |
---|
1048 | 6004 |
---|
1049 | </entry> |
---|
1050 | <entry align="center"> |
---|
1051 | SIMPLEX |
---|
1052 | </entry> |
---|
1053 | <entry> |
---|
1054 | </entry> |
---|
1055 | <entry align="left"> |
---|
1056 | <computeroutput> |
---|
1057 | Can't get out of loop ... |
---|
1058 | </computeroutput> |
---|
1059 | </entry> |
---|
1060 | </row> |
---|
1061 | <row> |
---|
1062 | <entry namest="c1" nameend="c3"> |
---|
1063 | </entry> |
---|
1064 | <entry align="left"> |
---|
1065 | <simpara> |
---|
1066 | |
---|
1067 | </simpara> |
---|
1068 | </entry> |
---|
1069 | </row> |
---|
1070 | </tbody> |
---|
1071 | </tgroup> |
---|
1072 | </table> |
---|
1073 | <para> |
---|
1074 | There are also messages available at log level 2 (the most likely useful relate |
---|
1075 | to scaling), and will be addressed in a future version of this User Guide. |
---|
1076 | </para> |
---|
1077 | </chapter> |
---|