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