file renaming

This commit is contained in:
2014-10-02 18:42:19 +02:00
parent 8c1b406259
commit c2ddda35d9
11 changed files with 171 additions and 146 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
././Solution.h