Taddeus Kroes преди 7 години
родител
ревизия
4958fb8c7a
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      23_teleport.py

+ 1 - 2
23_teleport.py

@@ -31,8 +31,7 @@ bestisect = opt.maximize(nisect)
 # minimize: manhattan distance of solution to (0, 0, 0)
 bestdist = opt.minimize(dist(x, y, z, 0, 0, 0))
 
-#print(opt)
 assert opt.check() == z3.sat
-print(opt.model())
+#print(opt.model())
 print('best teleportation point at %s from origin (%s nanobots in range)' %
       (bestdist.value(), bestisect.value()))