#include <math.h>Wire::Wire() { // TODO Auto-generated constructor stub initialized = false; senseAmp = NULL; }Wire::~Wire() { // TODO Auto-generated destructor stub if (senseAmp) delete senseAmp; }void Wire::Initialize(int _featureSizeInNano, WireType _wireType, WireRepeaterType _...