You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
184 B

#pragma once
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
namespace byte_track
{
int lapjv_internal(const size_t n, double *cost[], int *x, int *y);
}