Zoltan2
absdefinitiontest.cpp
Go to the documentation of this file.
2 #include <iostream>
3 
4 #define ABS(x)
5 
6 int main() {
7  std::cout<<"PASS\n";
8  return 0;
9 }
Defines the PartitioningProblem class.
int main()