file renaming
This commit is contained in:
21
src/Solution
21
src/Solution
@@ -1,21 +0,0 @@
|
||||
#ifndef _SOL_H_
|
||||
#define _SOL_H_
|
||||
|
||||
#include <vector>
|
||||
#include "Problem"
|
||||
|
||||
namespace S
|
||||
{
|
||||
class Solution
|
||||
{
|
||||
public:
|
||||
Solution(std::vector<bool> solution);
|
||||
int size();
|
||||
bool operator[] (int pos);
|
||||
operator std::vector<bool>();
|
||||
protected:
|
||||
std::vector<bool> solution;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
1
src/Solution
Symbolic link
1
src/Solution
Symbolic link
@@ -0,0 +1 @@
|
||||
././Solution.h
|
||||
Reference in New Issue
Block a user