Пример #1
0
Solution::Solution(const Problem& pbm):_pbm(pbm)
{
	vector<double> sol (pbm.dimension());
	_solution = sol;
}