~tapaal-ltl/verifypn/traceable-ndfs

« back to all changes in this revision

Viewing changes to include/LTL/LTL.h

  • Committer: Simon Virenfeldt
  • Date: 2021-02-01 11:52:01 UTC
  • mfrom: (246.1.1 ltl-cleanup)
  • Revision ID: simwir1@gmail.com-20210201115201-pt2gatho9pzcn1h2
Merge ltl-cleanup@247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2020  Nikolaj J. Ulrik <nikolaj@njulrik.dk>,
 
2
 *                     Simon M. Virenfeldt <simon@simwir.dk>
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation, either version 3 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
16
 */
1
17
 
2
18
#ifndef VERIFYPN_LTLALGORITHM_H
3
19
#define VERIFYPN_LTLALGORITHM_H