file renaming
This commit is contained in:
19
src/Problem
19
src/Problem
@@ -1,19 +0,0 @@
|
||||
#ifndef _P_H_
|
||||
#define _P_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace S
|
||||
{
|
||||
class Problem
|
||||
{
|
||||
public:
|
||||
Problem();
|
||||
operator std::vector<bool>() const;
|
||||
protected:
|
||||
virtual std::vector<bool> representation() const =0;
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
1
src/Problem
Symbolic link
1
src/Problem
Symbolic link
@@ -0,0 +1 @@
|
||||
././Problem.h
|
||||
Reference in New Issue
Block a user