Linux平台下编译及冗余文件删除
This commit is contained in:
17
inc/node.hpp
17
inc/node.hpp
@@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
namespace sv {
|
||||
class Var;
|
||||
class Model;
|
||||
class Node
|
||||
{
|
||||
public:
|
||||
Model* mdl;
|
||||
double lower_bound;
|
||||
double upper_bound;
|
||||
|
||||
bool is_integer;
|
||||
std::vector<Var> branch_list;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user