📄 johnsonreducer.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 + -