cube: rename get_ap into ap
* spot/kripke/kripke.hh, spot/ltsmin/spins_kripke.hh, spot/ltsmin/spins_kripke.hxx, spot/mc/mc_instanciator.hh, spot/mc/utils.hh, spot/twacube/twacube.cc, spot/twacube/twacube.hh, spot/twacube_algos/convert.cc, tests/core/twacube.cc, tests/ltsmin/modelcheck.cc: Here.
This commit is contained in:
parent
2d59a5c752
commit
c19163cced
10 changed files with 21 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2015, 2016, 2018 Laboratoire de Recherche et Développement
|
||||
// de l'Epita.
|
||||
// Copyright (C) 2015, 2016, 2018, 2020 Laboratoire de Recherche et
|
||||
// Développement de l'Epita.
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -52,7 +52,7 @@ int main()
|
|||
spot::print_dot(std::cout, tg, "A");
|
||||
std::cout << "-----------\n" << *aut << "-----------\n";
|
||||
|
||||
const std::vector<std::string>& aps = aut->get_ap();
|
||||
const std::vector<std::string>& aps = aut->ap();
|
||||
unsigned int seed = 17;
|
||||
for (auto it = aut->succ(2); !it->done(); it->next())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue