This commit is contained in:
2015-08-20 14:28:24 +02:00
parent f4c9487af3
commit 8c369a56d8
25 changed files with 12 additions and 872 deletions

View File

@@ -13,6 +13,7 @@ class X: public Shin::Problem
X(const std::vector<bool> &a):Problem() { for (bool s:a) data.push_back((float)s);}
protected:
};
int main(int argc,char**)
{
srand(time(NULL));