📄 hits.cpp
字号:
// Hits.cpp: implementation of the Hits class.
//
//////////////////////////////////////////////////////////////////////
#include <stdafx.h> // Added 980901 by Aleksander 踙rn.
#include "../copyright.h" // Added 000323 by Aleksander 豩rn.
#include "Hits.h"
#include "HitsMessage.h"
#include <kernel/system/assert.h>
#include "HitsKeeper.h"
void simplify(const Vector(Bits) &in,
Vector(Bits) &out,
const Vector(HittingSetInfo) &w_in,
Vector(HittingSetInfo) &w_out);
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Hits::Hits(const Vector(const Bits*) &bits, Parameters ¶meters)
: sets(bits),
params(parameters)
{
stat_initialized = 0; // Added 990317 by A
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -