sec2.h

来自「生成直角Steiner树的程序包」· C头文件 代码 · 共 45 行

H
45
字号
/***********************************************************************	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 + =
减小字号Ctrl + -
显示快捷键?