ses_info_t
authoryu.dongliang <18588496441@163.com>
Fri, 27 Oct 2023 06:13:48 +0000 (14:13 +0800)
committeryu.dongliang <18588496441@163.com>
Fri, 27 Oct 2023 06:45:39 +0000 (14:45 +0800)
ses_core.h

index ac69240e882c77f0bc684e23e69773cdb94186fc..d640ac2a0f58843f64fc30d9e585b4d2a60bde82 100644 (file)
@@ -8,13 +8,15 @@ typedef struct ses_step_s    ses_step_t;
 typedef struct ses_path_s    ses_path_t;
 typedef struct ses_flow_s    ses_flow_t;
 typedef struct ses_edge_s    ses_edge_t;
-typedef struct ses_pair_s    ses_pair_t;
+typedef struct ses_info_s    ses_info_t;
 typedef struct ses_ctx_s     ses_ctx_t;
 
-struct ses_pair_s
+struct ses_info_s
 {
        int i;
        int j;
+       int n_diodes;
+       int n_PNPs;
 };
 
 struct ses_edge_s