~/Documents/School/cis590/ILP Homework 2 ‹master*› $ time arch -i386 python2.6 -m cProfile -o fastdata solve.py physical connections: [0, 1, 0, 1, 1, 0] [1, 0, 1, 0, 1, 0] [0, 1, 0, 0, 1, 1] [1, 0, 0, 0, 1, 0] [1, 1, 1, 1, 0, 1] [0, 0, 1, 0, 1, 0] demand: [0, 0, 0, 0, 0, 1] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] [0, 0, 0, 0, 0, 0] [1, 0, 0, 0, 0, 0] 931 OpenOpt is converting 1170 constraints and 1 variables... FuncDesigner warning: Probably scipy installation could speed up running the code involved OpenOpt Warning: Probably scipy installation could speed up running the code involved -------------------------------------------------- solver: cplex problem: unnamed type: MILP goal: minimum iter objFunVal 0 0.000e+00 IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ". 1 1.000e+00 istop: 1000 (Cplex status: "integer optimal solution"; exit code: 101) Solver: Time Elapsed = 0.16 CPU Time Elapsed = 0.161268 objFunValue: 1 (feasible, MaxResidual = 0) writing graph to graph.dot... Run graph.dot through GraphViz for visual results. Ex: neato -Teps -o graph.eps graph.dot arch -i386 python2.6 -m cProfile -o fastdata solve.py 2.43s user 0.15s system 98% cpu 2.617 total