INGOR
Loading...
Searching...
No Matches
NNSR.h
1/*
2 algo/NNSR.{h,c} : Neighbor Node Sampling & Repeat algorithm
3 Copyright (C) 2020, Yoshinori Tamada <tamada A T ytlab.jp>
4 All rights reserved.
5
6 See LICENSE.txt for details of the licensing agreement.
7*/
8#ifndef __INGOR_NNSR_H
9#define __INGOR_NNSR_H
10
11#include "net/ytNetwork.h"
12#include "../Args.h"
13
14ytNetwork * NNSR_exec(Args * args);
15
16#endif /* __INGOR_NNSR_H */
Network abstraction.
Definition Args.h:36