view ltl.h @ 12:7f2db1e1bf2f default tip

use CBC_COMPILER environment val
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 04 Jul 2019 18:53:38 +0900
parents cef74c1054c1
children
line wrap: on
line source

#ifndef _LTL_H_
#define _LTL_H_

#include "tableau.h"

extern __code
check(int *always_flag, struct phils *phils, struct task *list);

extern void
show_result(int always_flag);

#endif