graph TD subgraph "Monomial" M["c xā^{aā} xā^{aā} ⯠xā^{aāæ}"] end subgraph "Posynomial" P["Ī£ cā xā^{aāā} xā^{aāā} ⯠xā^{aāā}"] end M --> P P --> GP[GP Constraint fįµ¢(x) ⤠1] style M fill:#4caf50 style P fill:#2196f3 style GP fill:#ff9800
graph LR A[GP Problem] --> B["xįµ¢ = e^yįµ¢"] B --> C[Convex Problem] C --> D[Solve via Interior-Point] D --> E["y* ā x* = e^y*"] style A fill:#ff9800 style B fill:#2196f3 style C fill:#4caf50 style D fill:#9c27b0 style E fill:#4caf50
graph LR A[Specifications] --> B[GP Modeling] B --> C["Minimize: Σ WᵢLᵢ"] C --> D["Subject to: Delay ⤠T_max"] D --> E["Subject to: Power ⤠P_max"] E --> F[Optimal Transistor Sizes] style A fill:#ff9800 style B fill:#ff9800 style C fill:#4caf50 style D fill:#2196f3 style E fill:#9c27b0 style F fill:#4caf50
graph TD A[EDA Problem] --> B[GP Formulation] B --> C[Change of Variables] C --> D[Convex Problem] D --> E[Interior-Point Solver] E --> F[Optimal Design] style A fill:#ff9800 style B fill:#ff9800 style C fill:#2196f3 style D fill:#4caf50 style E fill:#9c27b0 style F fill:#4caf50