| 1 | real 0m52.186s |
|---|
| 2 | user 0m38.920s |
|---|
| 3 | sys 0m7.010s |
|---|
| 4 | Successfully installed cvxopt-1.1.2 |
|---|
| 5 | Running the test suite. |
|---|
| 6 | Traceback (most recent call last): |
|---|
| 7 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/l1svc", line 10, in <module> |
|---|
| 8 | A = normal(m,n) |
|---|
| 9 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 57, in normal |
|---|
| 10 | return matrix([gauss(mean, std) for k in xrange(nrows*ncols)], |
|---|
| 11 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 248, in gauss |
|---|
| 12 | return _pyrand().gauss(mu, sigma) |
|---|
| 13 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 72, in _pyrand |
|---|
| 14 | return current_randstate().python_random() |
|---|
| 15 | File "randstate.pyx", line 573, in sage.misc.randstate.randstate.python_random (sage/misc/randstate.c:1089) |
|---|
| 16 | File "integer.pxd", line 9, in init sage.rings.integer_ring (sage/rings/integer_ring.c:10589) |
|---|
| 17 | File "integer.pyx", line 159, in init sage.rings.integer (sage/rings/integer.c:31911) |
|---|
| 18 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/rings/infinity.py", line 200, in <module> |
|---|
| 19 | import sage.rings.rational |
|---|
| 20 | File "fast_arith.pxd", line 3, in init sage.rings.rational (sage/rings/rational.c:23633) |
|---|
| 21 | File "fast_arith.pyx", line 51, in init sage.rings.fast_arith (sage/rings/fast_arith.c:7477) |
|---|
| 22 | AttributeError: 'module' object has no attribute 'ZZ' |
|---|
| 23 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/l1svc failed |
|---|
| 24 | pcost dcost gap pres dres k/t |
|---|
| 25 | 0: -8.1000e+00 -1.8300e+01 4e+00 0e+00 8e-01 1e+00 |
|---|
| 26 | 1: -8.8055e+00 -9.4357e+00 2e-01 1e-16 4e-02 3e-02 |
|---|
| 27 | 2: -8.9981e+00 -9.0049e+00 2e-03 3e-16 5e-04 4e-04 |
|---|
| 28 | 3: -9.0000e+00 -9.0000e+00 2e-05 9e-17 5e-06 4e-06 |
|---|
| 29 | 4: -9.0000e+00 -9.0000e+00 2e-07 1e-16 5e-08 4e-08 |
|---|
| 30 | Optimal solution found. |
|---|
| 31 | |
|---|
| 32 | status: optimal |
|---|
| 33 | optimal value: -9.000000 |
|---|
| 34 | optimal x: 1.000000 |
|---|
| 35 | optimal y: 1.000000 |
|---|
| 36 | optimal multiplier for 1st constraint: 1.000000 |
|---|
| 37 | optimal multiplier for 2nd constraint: 2.000000 |
|---|
| 38 | optimal multiplier for 3rd constraint: 0.000000 |
|---|
| 39 | optimal multiplier for 4th constraint: 0.000000 |
|---|
| 40 | |
|---|
| 41 | pcost dcost gap pres dres k/t |
|---|
| 42 | 0: -8.1000e+00 -1.8300e+01 4e+00 0e+00 8e-01 1e+00 |
|---|
| 43 | 1: -8.8055e+00 -9.4357e+00 2e-01 1e-16 4e-02 3e-02 |
|---|
| 44 | 2: -8.9981e+00 -9.0049e+00 2e-03 3e-16 5e-04 4e-04 |
|---|
| 45 | 3: -9.0000e+00 -9.0000e+00 2e-05 9e-17 5e-06 4e-06 |
|---|
| 46 | 4: -9.0000e+00 -9.0000e+00 2e-07 1e-16 5e-08 4e-08 |
|---|
| 47 | Optimal solution found. |
|---|
| 48 | |
|---|
| 49 | status: optimal |
|---|
| 50 | optimal value: -9.000000 |
|---|
| 51 | optimal x: |
|---|
| 52 | [ 1.00e+00] |
|---|
| 53 | [ 1.00e+00] |
|---|
| 54 | |
|---|
| 55 | optimal multiplier: |
|---|
| 56 | [ 1.00e+00] |
|---|
| 57 | [ 2.00e+00] |
|---|
| 58 | [ 2.87e-08] |
|---|
| 59 | [ 2.80e-08] |
|---|
| 60 | |
|---|
| 61 | Traceback (most recent call last): |
|---|
| 62 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/normappr", line 8, in <module> |
|---|
| 63 | setseed(0) |
|---|
| 64 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 65 | from sage.misc.prandom import seed |
|---|
| 66 | ImportError: cannot import name seed |
|---|
| 67 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/normappr failed |
|---|
| 68 | Traceback (most recent call last): |
|---|
| 69 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/roblp", line 10, in <module> |
|---|
| 70 | A = normal(m,n) |
|---|
| 71 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 57, in normal |
|---|
| 72 | return matrix([gauss(mean, std) for k in xrange(nrows*ncols)], |
|---|
| 73 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 248, in gauss |
|---|
| 74 | return _pyrand().gauss(mu, sigma) |
|---|
| 75 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 72, in _pyrand |
|---|
| 76 | return current_randstate().python_random() |
|---|
| 77 | File "randstate.pyx", line 573, in sage.misc.randstate.randstate.python_random (sage/misc/randstate.c:1089) |
|---|
| 78 | File "integer.pxd", line 9, in init sage.rings.integer_ring (sage/rings/integer_ring.c:10589) |
|---|
| 79 | File "integer.pyx", line 159, in init sage.rings.integer (sage/rings/integer.c:31911) |
|---|
| 80 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/rings/infinity.py", line 200, in <module> |
|---|
| 81 | import sage.rings.rational |
|---|
| 82 | File "fast_arith.pxd", line 3, in init sage.rings.rational (sage/rings/rational.c:23633) |
|---|
| 83 | File "fast_arith.pyx", line 51, in init sage.rings.fast_arith (sage/rings/fast_arith.c:7477) |
|---|
| 84 | AttributeError: 'module' object has no attribute 'ZZ' |
|---|
| 85 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap10/roblp failed |
|---|
| 86 | Traceback (most recent call last): |
|---|
| 87 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap4/acent", line 62, in <module> |
|---|
| 88 | Ar = base.normal(m,n); |
|---|
| 89 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 57, in normal |
|---|
| 90 | return matrix([gauss(mean, std) for k in xrange(nrows*ncols)], |
|---|
| 91 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 248, in gauss |
|---|
| 92 | return _pyrand().gauss(mu, sigma) |
|---|
| 93 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 72, in _pyrand |
|---|
| 94 | return current_randstate().python_random() |
|---|
| 95 | File "randstate.pyx", line 573, in sage.misc.randstate.randstate.python_random (sage/misc/randstate.c:1089) |
|---|
| 96 | File "integer.pxd", line 9, in init sage.rings.integer_ring (sage/rings/integer_ring.c:10589) |
|---|
| 97 | File "integer.pyx", line 159, in init sage.rings.integer (sage/rings/integer.c:31911) |
|---|
| 98 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/rings/infinity.py", line 200, in <module> |
|---|
| 99 | import sage.rings.rational |
|---|
| 100 | File "fast_arith.pxd", line 3, in init sage.rings.rational (sage/rings/rational.c:23633) |
|---|
| 101 | File "fast_arith.pyx", line 51, in init sage.rings.fast_arith (sage/rings/fast_arith.c:7477) |
|---|
| 102 | AttributeError: 'module' object has no attribute 'ZZ' |
|---|
| 103 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap4/acent failed |
|---|
| 104 | Traceback (most recent call last): |
|---|
| 105 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap7/covsel", line 88, in <module> |
|---|
| 106 | Y = load(open("covsel.bin","r")) |
|---|
| 107 | IOError: [Errno 2] No such file or directory: 'covsel.bin' |
|---|
| 108 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap7/covsel failed |
|---|
| 109 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap7/covsel.bin", line 5 |
|---|
| 110 | matrix |
|---|
| 111 | ^ |
|---|
| 112 | SyntaxError: invalid syntax |
|---|
| 113 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap7/covsel.bin failed |
|---|
| 114 | pcost dcost gap pres dres k/t |
|---|
| 115 | 0: 1.1431e+00 -2.3216e+02 5e+02 7e-01 8e+00 1e+00 |
|---|
| 116 | 1: 3.2291e+00 -7.6284e+01 1e+02 2e-01 3e+00 2e+00 |
|---|
| 117 | 2: -5.4057e+00 -7.5497e+01 1e+02 2e-01 2e+00 6e+00 |
|---|
| 118 | 3: -8.2526e+00 -5.0576e+01 7e+01 1e-01 1e+00 4e+00 |
|---|
| 119 | 4: 3.6383e+00 -4.2856e+01 9e+01 1e-01 2e+00 6e+00 |
|---|
| 120 | 5: -5.8339e+00 -2.2605e+01 4e+01 6e-02 7e-01 4e+00 |
|---|
| 121 | 6: -3.0169e+00 -1.5737e+01 2e+01 4e-02 5e-01 2e+00 |
|---|
| 122 | 7: -9.4177e+00 -1.6446e+01 1e+01 2e-02 3e-01 1e+00 |
|---|
| 123 | 8: -1.0564e+01 -1.1543e+01 2e+00 3e-03 4e-02 2e-01 |
|---|
| 124 | 9: -1.0930e+01 -1.1021e+01 2e-01 3e-04 4e-03 2e-02 |
|---|
| 125 | 10: -1.0948e+01 -1.0952e+01 8e-03 1e-05 2e-04 8e-04 |
|---|
| 126 | 11: -1.0949e+01 -1.0949e+01 1e-04 2e-07 3e-06 1e-05 |
|---|
| 127 | 12: -1.0949e+01 -1.0949e+01 1e-06 3e-09 3e-08 2e-07 |
|---|
| 128 | Optimal solution found. |
|---|
| 129 | |
|---|
| 130 | Status: optimal |
|---|
| 131 | |
|---|
| 132 | x = |
|---|
| 133 | |
|---|
| 134 | [-1.22e+00] |
|---|
| 135 | [ 9.66e-02] |
|---|
| 136 | [ 3.58e+00] |
|---|
| 137 | |
|---|
| 138 | |
|---|
| 139 | z = |
|---|
| 140 | |
|---|
| 141 | [ 9.30e-02] |
|---|
| 142 | [ 1.06e-08] |
|---|
| 143 | [ 2.35e-01] |
|---|
| 144 | [ 1.33e-01] |
|---|
| 145 | [-4.73e-02] |
|---|
| 146 | [ 1.88e-01] |
|---|
| 147 | [ 1.25e-08] |
|---|
| 148 | [ 7.82e-11] |
|---|
| 149 | [-3.96e-10] |
|---|
| 150 | [-1.83e-09] |
|---|
| 151 | [ 1.26e-01] |
|---|
| 152 | [ 8.78e-02] |
|---|
| 153 | [-8.66e-02] |
|---|
| 154 | [ 8.78e-02] |
|---|
| 155 | [ 6.14e-02] |
|---|
| 156 | [-6.06e-02] |
|---|
| 157 | [-8.66e-02] |
|---|
| 158 | [-6.06e-02] |
|---|
| 159 | [ 5.98e-02] |
|---|
| 160 | |
|---|
| 161 | pcost dcost gap pres dres |
|---|
| 162 | 0: -1.0721e+00 -4.3040e+00 3e+00 0e+00 2e+00 |
|---|
| 163 | 1: -1.2240e+00 -1.5212e+00 3e-01 8e-16 2e-01 |
|---|
| 164 | 2: -1.4283e+00 -1.5409e+00 1e-01 5e-16 5e-02 |
|---|
| 165 | 3: -1.4300e+00 -1.4312e+00 1e-03 3e-15 5e-04 |
|---|
| 166 | 4: -1.4300e+00 -1.4300e+00 1e-05 7e-14 5e-06 |
|---|
| 167 | 5: -1.4300e+00 -1.4300e+00 1e-07 5e-13 5e-08 |
|---|
| 168 | Optimal solution found. |
|---|
| 169 | |
|---|
| 170 | x = |
|---|
| 171 | |
|---|
| 172 | [ 7.26e-01] |
|---|
| 173 | [ 6.18e-01] |
|---|
| 174 | [ 3.03e-01] |
|---|
| 175 | |
|---|
| 176 | Traceback (most recent call last): |
|---|
| 177 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/l1", line 125, in <module> |
|---|
| 178 | setseed() |
|---|
| 179 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 180 | from sage.misc.prandom import seed |
|---|
| 181 | ImportError: cannot import name seed |
|---|
| 182 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/l1 failed |
|---|
| 183 | Traceback (most recent call last): |
|---|
| 184 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/l1regls", line 142, in <module> |
|---|
| 185 | setseed() |
|---|
| 186 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 187 | from sage.misc.prandom import seed |
|---|
| 188 | ImportError: cannot import name seed |
|---|
| 189 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/l1regls failed |
|---|
| 190 | pcost dcost gap pres dres k/t |
|---|
| 191 | 0: -8.1000e+00 -1.8300e+01 4e+00 0e+00 8e-01 1e+00 |
|---|
| 192 | 1: -8.8055e+00 -9.4357e+00 2e-01 1e-16 4e-02 3e-02 |
|---|
| 193 | 2: -8.9981e+00 -9.0049e+00 2e-03 3e-16 5e-04 4e-04 |
|---|
| 194 | 3: -9.0000e+00 -9.0000e+00 2e-05 9e-17 5e-06 4e-06 |
|---|
| 195 | 4: -9.0000e+00 -9.0000e+00 2e-07 1e-16 5e-08 4e-08 |
|---|
| 196 | Optimal solution found. |
|---|
| 197 | |
|---|
| 198 | x = |
|---|
| 199 | |
|---|
| 200 | [ 1.00e+00] |
|---|
| 201 | [ 1.00e+00] |
|---|
| 202 | |
|---|
| 203 | Traceback (most recent call last): |
|---|
| 204 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/mcsdp", line 124, in <module> |
|---|
| 205 | w = normal(n,n) |
|---|
| 206 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 57, in normal |
|---|
| 207 | return matrix([gauss(mean, std) for k in xrange(nrows*ncols)], |
|---|
| 208 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 248, in gauss |
|---|
| 209 | return _pyrand().gauss(mu, sigma) |
|---|
| 210 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 72, in _pyrand |
|---|
| 211 | return current_randstate().python_random() |
|---|
| 212 | File "randstate.pyx", line 573, in sage.misc.randstate.randstate.python_random (sage/misc/randstate.c:1089) |
|---|
| 213 | File "integer.pxd", line 9, in init sage.rings.integer_ring (sage/rings/integer_ring.c:10589) |
|---|
| 214 | File "integer.pyx", line 159, in init sage.rings.integer (sage/rings/integer.c:31911) |
|---|
| 215 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/rings/infinity.py", line 200, in <module> |
|---|
| 216 | import sage.rings.rational |
|---|
| 217 | File "fast_arith.pxd", line 3, in init sage.rings.rational (sage/rings/rational.c:23633) |
|---|
| 218 | File "fast_arith.pyx", line 51, in init sage.rings.fast_arith (sage/rings/fast_arith.c:7477) |
|---|
| 219 | AttributeError: 'module' object has no attribute 'ZZ' |
|---|
| 220 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/mcsdp failed |
|---|
| 221 | Traceback (most recent call last): |
|---|
| 222 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/qcl1", line 131, in <module> |
|---|
| 223 | setseed() |
|---|
| 224 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 225 | from sage.misc.prandom import seed |
|---|
| 226 | ImportError: cannot import name seed |
|---|
| 227 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap8/qcl1 failed |
|---|
| 228 | pcost dcost gap pres dres k/t |
|---|
| 229 | 0: -1.2037e+00 -1.8539e+02 2e+02 2e-16 8e+00 1e+00 |
|---|
| 230 | 1: -1.2937e+00 -6.8551e+00 5e+00 1e-15 3e-01 3e-02 |
|---|
| 231 | 2: -2.8964e+00 -3.7331e+00 7e-01 7e-16 4e-02 5e-02 |
|---|
| 232 | 3: -3.0150e+00 -3.2556e+00 2e-01 6e-16 1e-02 2e-02 |
|---|
| 233 | 4: -3.1389e+00 -3.1932e+00 5e-02 6e-16 3e-03 5e-03 |
|---|
| 234 | 5: -3.1533e+00 -3.1547e+00 1e-03 6e-16 7e-05 1e-04 |
|---|
| 235 | 6: -3.1535e+00 -3.1536e+00 5e-05 1e-15 3e-06 6e-06 |
|---|
| 236 | 7: -3.1535e+00 -3.1535e+00 1e-06 5e-16 7e-08 2e-07 |
|---|
| 237 | Optimal solution found. |
|---|
| 238 | |
|---|
| 239 | x = |
|---|
| 240 | |
|---|
| 241 | [-3.68e-01] |
|---|
| 242 | [ 1.90e+00] |
|---|
| 243 | [-8.88e-01] |
|---|
| 244 | |
|---|
| 245 | zs[0] = |
|---|
| 246 | |
|---|
| 247 | [ 3.96e-03 -4.34e-03] |
|---|
| 248 | [-4.34e-03 4.75e-03] |
|---|
| 249 | |
|---|
| 250 | zs[1] = |
|---|
| 251 | |
|---|
| 252 | [ 5.58e-02 -2.41e-03 2.42e-02] |
|---|
| 253 | [-2.41e-03 1.04e-04 -1.05e-03] |
|---|
| 254 | [ 2.42e-02 -1.05e-03 1.05e-02] |
|---|
| 255 | |
|---|
| 256 | pcost dcost gap pres dres k/t |
|---|
| 257 | 0: 4.9969e+00 -1.7285e+01 6e+01 3e-01 4e+00 1e+00 |
|---|
| 258 | 1: -1.6732e+00 -7.0431e+00 1e+01 7e-02 1e+00 6e-01 |
|---|
| 259 | 2: -1.6221e+01 -3.5417e+01 2e+02 3e-01 5e+00 7e+00 |
|---|
| 260 | 3: -2.1832e+01 -2.2849e+01 3e+01 4e-02 6e-01 2e+00 |
|---|
| 261 | 4: -3.5265e+01 -3.5594e+01 1e+01 1e-02 2e-01 9e-01 |
|---|
| 262 | 5: -3.8303e+01 -3.8314e+01 3e-01 4e-04 6e-03 2e-02 |
|---|
| 263 | 6: -3.8342e+01 -3.8342e+01 1e-02 1e-05 2e-04 7e-04 |
|---|
| 264 | 7: -3.8346e+01 -3.8346e+01 9e-04 1e-06 2e-05 7e-05 |
|---|
| 265 | 8: -3.8346e+01 -3.8346e+01 4e-05 6e-08 9e-07 4e-06 |
|---|
| 266 | 9: -3.8346e+01 -3.8346e+01 2e-06 3e-09 4e-08 2e-07 |
|---|
| 267 | Optimal solution found. |
|---|
| 268 | |
|---|
| 269 | x = |
|---|
| 270 | |
|---|
| 271 | [-5.01e+00] |
|---|
| 272 | [-5.77e+00] |
|---|
| 273 | [-8.52e+00] |
|---|
| 274 | |
|---|
| 275 | zq[0] = |
|---|
| 276 | |
|---|
| 277 | [ 1.34e+00] |
|---|
| 278 | [-7.63e-02] |
|---|
| 279 | [-1.34e+00] |
|---|
| 280 | |
|---|
| 281 | zq[1] = |
|---|
| 282 | |
|---|
| 283 | [ 1.02e+00] |
|---|
| 284 | [ 4.02e-01] |
|---|
| 285 | [ 7.80e-01] |
|---|
| 286 | [-5.17e-01] |
|---|
| 287 | |
|---|
| 288 | Traceback (most recent call last): |
|---|
| 289 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/acent", line 32, in <module> |
|---|
| 290 | y = normal(m,1) |
|---|
| 291 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 57, in normal |
|---|
| 292 | return matrix([gauss(mean, std) for k in xrange(nrows*ncols)], |
|---|
| 293 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 248, in gauss |
|---|
| 294 | return _pyrand().gauss(mu, sigma) |
|---|
| 295 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/misc/prandom.py", line 72, in _pyrand |
|---|
| 296 | return current_randstate().python_random() |
|---|
| 297 | File "randstate.pyx", line 573, in sage.misc.randstate.randstate.python_random (sage/misc/randstate.c:1089) |
|---|
| 298 | File "integer.pxd", line 9, in init sage.rings.integer_ring (sage/rings/integer_ring.c:10589) |
|---|
| 299 | File "integer.pyx", line 159, in init sage.rings.integer (sage/rings/integer.c:31911) |
|---|
| 300 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/sage/rings/infinity.py", line 200, in <module> |
|---|
| 301 | import sage.rings.rational |
|---|
| 302 | File "fast_arith.pxd", line 3, in init sage.rings.rational (sage/rings/rational.c:23633) |
|---|
| 303 | File "fast_arith.pyx", line 51, in init sage.rings.fast_arith (sage/rings/fast_arith.c:7477) |
|---|
| 304 | AttributeError: 'module' object has no attribute 'ZZ' |
|---|
| 305 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/acent failed |
|---|
| 306 | pcost dcost gap pres dres |
|---|
| 307 | 0: 0.0000e+00 -1.1600e+02 5e+00 1e+00 1e+00 |
|---|
| 308 | 1: 6.1083e-03 -3.2919e+01 4e+00 1e+00 1e+00 |
|---|
| 309 | 2: 6.5547e-02 -1.3272e+01 3e+00 9e-01 9e-01 |
|---|
| 310 | 3: 4.5177e-01 -5.8044e-01 2e+00 6e-01 7e-01 |
|---|
| 311 | 4: 5.8869e-01 9.1517e-01 1e+00 5e-01 5e-01 |
|---|
| 312 | 5: 9.4434e-01 2.4680e+00 1e+00 4e-01 6e-01 |
|---|
| 313 | 6: 8.2046e-01 1.3892e+00 1e+00 3e-01 4e-01 |
|---|
| 314 | 7: 8.5287e-01 1.4594e+00 4e-01 1e-01 2e-01 |
|---|
| 315 | 8: 1.0036e+00 1.4560e+00 4e-01 1e-01 2e-01 |
|---|
| 316 | 9: 1.1380e+00 1.2097e+00 1e-01 8e-03 3e-02 |
|---|
| 317 | 10: 1.2575e+00 1.2716e+00 3e-02 1e-03 8e-03 |
|---|
| 318 | 11: 1.2837e+00 1.2841e+00 1e-02 4e-04 2e-03 |
|---|
| 319 | 12: 1.2896e+00 1.2896e+00 2e-03 5e-05 8e-04 |
|---|
| 320 | 13: 1.2899e+00 1.2898e+00 1e-03 4e-05 6e-04 |
|---|
| 321 | 14: 1.2905e+00 1.2904e+00 3e-04 7e-06 3e-04 |
|---|
| 322 | 15: 1.2905e+00 1.2905e+00 3e-04 6e-06 2e-04 |
|---|
| 323 | 16: 1.2906e+00 1.2906e+00 5e-05 1e-06 8e-05 |
|---|
| 324 | 17: 1.2906e+00 1.2906e+00 5e-05 8e-07 7e-05 |
|---|
| 325 | 18: 1.2906e+00 1.2906e+00 1e-05 2e-07 3e-05 |
|---|
| 326 | 19: 1.2906e+00 1.2906e+00 1e-05 1e-07 1e-05 |
|---|
| 327 | 20: 1.2906e+00 1.2906e+00 3e-06 3e-08 7e-06 |
|---|
| 328 | 21: 1.2906e+00 1.2906e+00 2e-06 2e-08 8e-06 |
|---|
| 329 | 22: 1.2906e+00 1.2906e+00 7e-07 7e-09 3e-06 |
|---|
| 330 | 23: 1.2906e+00 1.2906e+00 6e-07 5e-09 1e-06 |
|---|
| 331 | 24: 1.2906e+00 1.2906e+00 2e-07 1e-09 7e-07 |
|---|
| 332 | 25: 1.2906e+00 1.2906e+00 2e-07 1e-09 1e-06 |
|---|
| 333 | 26: 1.2906e+00 1.2906e+00 6e-08 3e-10 5e-07 |
|---|
| 334 | 27: 1.2906e+00 1.2906e+00 5e-08 2e-10 1e-07 |
|---|
| 335 | 28: 1.2906e+00 1.2906e+00 2e-08 7e-11 9e-08 |
|---|
| 336 | Optimal solution found. |
|---|
| 337 | |
|---|
| 338 | x = |
|---|
| 339 | |
|---|
| 340 | [ 4.11e-01] |
|---|
| 341 | [ 5.59e-01] |
|---|
| 342 | [-7.20e-01] |
|---|
| 343 | |
|---|
| 344 | pcost dcost gap pres dres |
|---|
| 345 | 0: 0.0000e+00 -1.2899e+01 7e+00 1e+00 7e-01 |
|---|
| 346 | 1: -3.1612e+00 -7.7955e+00 3e+00 5e-01 4e-01 |
|---|
| 347 | 2: -4.0448e+00 -6.3257e+00 2e+00 3e-01 2e-01 |
|---|
| 348 | 3: -5.0956e+00 -5.3372e+00 2e-01 5e-03 5e-03 |
|---|
| 349 | 4: -5.2276e+00 -5.2772e+00 5e-02 8e-04 2e-03 |
|---|
| 350 | 5: -5.2594e+00 -5.2637e+00 8e-03 4e-04 1e-03 |
|---|
| 351 | 6: -5.2598e+00 -5.2608e+00 2e-03 9e-05 4e-04 |
|---|
| 352 | 7: -5.2598e+00 -5.2601e+00 5e-04 2e-05 1e-04 |
|---|
| 353 | 8: -5.2598e+00 -5.2599e+00 1e-04 6e-06 3e-05 |
|---|
| 354 | 9: -5.2598e+00 -5.2599e+00 3e-05 1e-06 7e-06 |
|---|
| 355 | 10: -5.2598e+00 -5.2598e+00 8e-06 4e-07 2e-06 |
|---|
| 356 | 11: -5.2598e+00 -5.2598e+00 2e-06 9e-08 4e-07 |
|---|
| 357 | 12: -5.2598e+00 -5.2598e+00 5e-07 2e-08 1e-07 |
|---|
| 358 | 13: -5.2598e+00 -5.2598e+00 1e-07 6e-09 3e-08 |
|---|
| 359 | Optimal solution found. |
|---|
| 360 | |
|---|
| 361 | h = 2.887313, w = 5.774627, d = 11.542511. |
|---|
| 362 | |
|---|
| 363 | Traceback (most recent call last): |
|---|
| 364 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/l2ac", line 74, in <module> |
|---|
| 365 | setseed() |
|---|
| 366 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 367 | from sage.misc.prandom import seed |
|---|
| 368 | ImportError: cannot import name seed |
|---|
| 369 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/l2ac failed |
|---|
| 370 | Traceback (most recent call last): |
|---|
| 371 | File "/home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/robls", line 29, in <module> |
|---|
| 372 | setseed() |
|---|
| 373 | File "/home/kirkby/sage-4.5.alpha4/local/lib/python2.6/site-packages/cvxopt/__init__.py", line 108, in setseed |
|---|
| 374 | from sage.misc.prandom import seed |
|---|
| 375 | ImportError: cannot import name seed |
|---|
| 376 | Error: /home/kirkby/sage-4.5.alpha4/local/bin/python /home/kirkby/sage-4.5.alpha4/spkg/build/cvxopt-1.1.2/src/examples/doc/chap9/robls failed |
|---|
| 377 | Now cleaning up tmp files. |
|---|
| 378 | Making Sage/Python scripts relocatable... |
|---|
| 379 | Making script relocatable |
|---|
| 380 | Finished installing cvxopt-1.1.2.spkg |
|---|