[lbtt] Fix issues reported by Clang++ 3.1.
* src/Graph.h.in (PathElement::hasEdge): Check the correct pointer, not the address of some member function. * src/BuchiAutomaton.cc, src/Configuration.cc, src/TestOperations.cc, src/TestOperations.h: Recode these files in utf-8.
This commit is contained in:
parent
141baae57e
commit
3793454864
7 changed files with 76 additions and 62 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
/* -*- coding: utf-8 -*-
|
||||
*
|
||||
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
* Heikki Tauriainen <Heikki.Tauriainen@tkk.fi>
|
||||
*
|
||||
|
|
@ -93,11 +94,11 @@ void verifyFormulaOnPath(); /* Evaluates the LTL
|
|||
void writeFormulaeToFiles(); /* Writes LTL formulas */
|
||||
/* into a file. */
|
||||
|
||||
void generateBuchiAutomaton /* Generates a Büchi */
|
||||
void generateBuchiAutomaton /* Generates a Büchi */
|
||||
(int f, /* automaton from a LTL */
|
||||
vector<Configuration::AlgorithmInformation> /* formula stored in a */
|
||||
::size_type /* given file, using a */
|
||||
algorithm_id); /* given LTL-to-Büchi
|
||||
algorithm_id); /* given LTL-to-Büchi
|
||||
* translation algorithm
|
||||
* for the conversion.
|
||||
*/
|
||||
|
|
@ -118,7 +119,7 @@ void performConsistencyCheck /* Performs a */
|
|||
void compareResults(); /* Compares the model
|
||||
* checking results
|
||||
* obtained using some
|
||||
* LTL-to-Büchi conversion
|
||||
* LTL-to-Büchi conversion
|
||||
* algorithm with the
|
||||
* results given by the
|
||||
* other algorithms.
|
||||
|
|
@ -126,7 +127,7 @@ void compareResults(); /* Compares the model
|
|||
|
||||
void performBuchiIntersectionCheck(); /* Performs pairwise
|
||||
* emptiness checks on the
|
||||
* Büchi automata
|
||||
* Büchi automata
|
||||
* constructed by the
|
||||
* different algorithms
|
||||
* from a formula and its
|
||||
|
|
@ -179,7 +180,7 @@ public:
|
|||
|
||||
/******************************************************************************
|
||||
*
|
||||
* A class for reporting Büchi automaton generation errors.
|
||||
* A class for reporting Büchi automaton generation errors.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
@ -361,7 +362,7 @@ FormulaGenerationException::operator=(const FormulaGenerationException& e)
|
|||
|
||||
/* ========================================================================= */
|
||||
inline BuchiAutomatonGenerationException::BuchiAutomatonGenerationException() :
|
||||
Exception("Büchi automaton generation failed")
|
||||
Exception("Büchi automaton generation failed")
|
||||
/* ----------------------------------------------------------------------------
|
||||
*
|
||||
* Description: Constructor for class BuchiAutomatonGenerationException.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue