Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
db99f3bd
Commit
db99f3bd
authored
Oct 24, 2015
by
Alexandre Duret-Lutz
Browse files
* src/twaalgos/randomgraph.hh: Fix comments.
parent
337925c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/twaalgos/randomgraph.hh
View file @
db99f3bd
...
...
@@ -30,7 +30,7 @@
namespace
spot
{
/// \ingroup twa_misc
/// \brief Construct a t
gb
a randomly.
/// \brief Construct a t
w
a randomly.
///
/// \param n The number of states wanted in the automata (>0). All states
/// will be connected, and there will be no dead state.
...
...
@@ -79,6 +79,9 @@ namespace spot
/// \f$1+(n-1)d\f$ and variance \f$(n-1)d(1-d)\f$. (This is less
/// accurate, but faster than considering all possible \a n
/// successors one by one.)
///
/// Note that while this constructs an automaton with random
/// acceptance sets, this does not set the acceptance condition.
SPOT_API
twa_graph_ptr
random_graph
(
int
n
,
float
d
,
const
atomic_prop_set
*
ap
,
const
bdd_dict_ptr
&
dict
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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