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

📄 johnsonreducer.h

📁 粗糙集应用软件
💻 H
字号:
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//===================================================================

#ifndef __JOHNSONREDUCER_H__
#define __JOHNSONREDUCER_H__

#include <copyright.h>

#include <kernel/algorithms/reducer.h>

//-------------------------------------------------------------------
// Class.........: JohnsonReducer
// Author........: Aleksander 豩rn
// Date..........:
// Description...: Simple greedy heuristic for computing a single
//                 prime implicant (reduct) only. Based on the
//                 set covering heuristic of Johnson:
//
//                 @ARTICLE{johnson:approximation74,
//                    author = "David S. Johnson",
//                    title = "Approximation Algorithms for Combinatorial Problems",
//                    journal = "Journal of Computer and System Sciences",
//                    year = 1974,
//                    volume = 9,
//                    pages = "256--278",
//                 }
//
// Revisions.....: A

⌨️ 快捷键说明

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