X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dunshire%2Ferrors.py;h=7cd8342ece4f659bfdc3c2378ce6c7774848e2ba;hb=d988995ea403db9d6f63a7101d31b8d624fc379e;hp=61fe43d243b65d51595baa09c75e797c002fe306;hpb=1e02fd12b64e090e0b0ab0d3fecbd9c1b18d0fcf;p=dunshire.git diff --git a/dunshire/errors.py b/dunshire/errors.py index 61fe43d..7cd8342 100644 --- a/dunshire/errors.py +++ b/dunshire/errors.py @@ -91,7 +91,7 @@ class GameUnsolvableException(Exception): [0.1000000], e2 = [3.0000000] [0.1000000], - Condition((L, K, e1, e2)) = 8.311277. + Condition((L, K, e1, e2)) = 4.155638. CVXOPT returned: dual infeasibility: None dual objective: 1.0 @@ -192,7 +192,7 @@ class PoorScalingException(Exception): [0.1000000], e2 = [3.0000000] [0.1000000], - Condition((L, K, e1, e2)) = 8.311277. + Condition((L, K, e1, e2)) = 4.155638. """ def __init__(self, game):