Add single-row cut generator

This commit is contained in:
2017-04-28 22:15:10 -04:00
parent 43894daa81
commit 85bddc4e87
168 changed files with 8370 additions and 12 deletions

View File

@@ -1,2 +1,7 @@
add_executable(infinity-benchmark.run src/main.c)
target_link_libraries (infinity-benchmark.run LINK_PUBLIC lifting_static infinity_static multirow_static)
target_link_libraries (infinity-benchmark.run LINK_PUBLIC
lifting_static
infinity_static
multirow_static
m
pthread)

View File

@@ -14,8 +14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -15,6 +15,7 @@
*/
#include <gtest/gtest.h>
using namespace std;
#define TEST_SOURCE