INGOR
Loading...
Searching...
No Matches
SDHybrid.h
1/*
2 algo/SDHybrid.{h,c} : Static-Dynamic Hybrid Greedy algorithm
3 Copyright (C) 2018, 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_SDHYBRID_H
9#define __INGOR_SDHYBRID_H
10
11#include "net/ytNetwork.h"
12#include "../Args.h"
13
14ytNetwork * SDHybrid_exec(Args * args);
15
16#endif /* __INGOR_SDHYBRID_H */
Network abstraction.
Definition Args.h:36