Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
5793cf32
Commit
5793cf32
authored
Mar 08, 2017
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python: add bindings for to_generalized_buchi()
* python/spot/impl.i: Here. * NEWS: Mention it.
parent
77261479
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
NEWS
NEWS
+2
-1
python/spot/impl.i
python/spot/impl.i
+2
-0
No files found.
NEWS
View file @
5793cf32
...
@@ -10,7 +10,8 @@ New in spot 2.3.1.dev (not yet released)
...
@@ -10,7 +10,8 @@ New in spot 2.3.1.dev (not yet released)
Python:
Python:
- The bdd_to_formula() function can now be called in Python.
- The bdd_to_formula(), and to_generalized_buchi() functions can now
be called in Python.
Documentation:
Documentation:
...
...
python/spot/impl.i
View file @
5793cf32
...
@@ -134,6 +134,7 @@
...
@@ -134,6 +134,7 @@
#
include
<
spot
/
twaalgos
/
neverclaim
.
hh
>
#
include
<
spot
/
twaalgos
/
neverclaim
.
hh
>
#
include
<
spot
/
twaalgos
/
randomize
.
hh
>
#
include
<
spot
/
twaalgos
/
randomize
.
hh
>
#
include
<
spot
/
twaalgos
/
remfin
.
hh
>
#
include
<
spot
/
twaalgos
/
remfin
.
hh
>
#
include
<
spot
/
twaalgos
/
totgba
.
hh
>
#
include
<
spot
/
twaalgos
/
sccinfo
.
hh
>
#
include
<
spot
/
twaalgos
/
sccinfo
.
hh
>
#
include
<
spot
/
twaalgos
/
strength
.
hh
>
#
include
<
spot
/
twaalgos
/
strength
.
hh
>
#
include
<
spot
/
twaalgos
/
sccfilter
.
hh
>
#
include
<
spot
/
twaalgos
/
sccfilter
.
hh
>
...
@@ -536,6 +537,7 @@ def state_is_accepting(self, src) -> "bool":
...
@@ -536,6 +537,7 @@ def state_is_accepting(self, src) -> "bool":
%
include
<
spot
/
twaalgos
/
neverclaim
.
hh
>
%
include
<
spot
/
twaalgos
/
neverclaim
.
hh
>
%
include
<
spot
/
twaalgos
/
randomize
.
hh
>
%
include
<
spot
/
twaalgos
/
randomize
.
hh
>
%
include
<
spot
/
twaalgos
/
remfin
.
hh
>
%
include
<
spot
/
twaalgos
/
remfin
.
hh
>
%
include
<
spot
/
twaalgos
/
totgba
.
hh
>
%
traits_swigtype
(
spot
::
scc_info_node
)
;
%
traits_swigtype
(
spot
::
scc_info_node
)
;
%
fragment
(
SWIG_Traits_frag
(
spot
::
scc_info_node
))
;
%
fragment
(
SWIG_Traits_frag
(
spot
::
scc_info_node
))
;
%
include
<
spot
/
twaalgos
/
sccinfo
.
hh
>
%
include
<
spot
/
twaalgos
/
sccinfo
.
hh
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment