⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sec2.h

📁 生成直角Steiner树的程序包
💻 H
字号:
/***********************************************************************	File:	sec2.h	Rev:	a-1	Date:	05/16/97	Copyright (c) 1997, 2001 by David M. Warme************************************************************************	Declarations for the deterministic separation procedure	for the "generalized SEC's" that uses a reduction to min-cut	in a bipartite network.************************************************************************	Modification Log:	a-1:	05/16/97	warme		: Created.************************************************************************/#ifndef SEC2_H#define	SEC2_H#include "bb.h"#include "constrnt.h"#include "sec_comp.h"#include "steiner.h"/* * Function Prototypes */extern struct constraint *	sec_flow_separator (struct comp **,						    double *,						    bitmap_t *,						    struct bbinfo *,						    struct constraint *);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -