File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -886,7 +886,7 @@ cdef class dancing_linksWrapper:
886
886
Return the SAT solver solving an equivalent problem.
887
887
888
888
Note that row index `i` in the dancing links solver corresponds to
889
- the boolean variable index `ì + 1` for the SAT solver to avoid
889
+ the boolean variable index `i + 1` for the SAT solver to avoid
890
890
the variable index `0`.
891
891
892
892
See also :mod:`sage. sat. solvers. satsolver`.
Original file line number Diff line number Diff line change 8
8
Discrete Gaussian Samplers over the Integers
9
9
10
10
This class realizes oracles which returns integers proportionally to
11
- `\e xp( -( x-c) ^ 2/( 2σ ^ 2)) `. All oracles are implemented using rejection sampling.
11
+ `\e xp( -( x-c) ^ 2/( 2 \s igma ^ 2)) `. All oracles are implemented using rejection sampling.
12
12
See :func:`DiscreteGaussianDistributionIntegerSampler. __init__` for which algorithms are
13
13
available.
14
14
@@ -18,7 +18,7 @@ AUTHORS:
18
18
19
19
EXAMPLES:
20
20
21
- We construct a sampler for the distribution `D_{3,c}` with width `σ =3` and center `c=0`::
21
+ We construct a sampler for the distribution `D_{3,c}` with width `\s igma =3` and center `c=0`::
22
22
23
23
sage: from sage. stats. distributions. discrete_gaussian_integer import DiscreteGaussianDistributionIntegerSampler
24
24
sage: sigma = 3. 0
You can’t perform that action at this time.
0 commit comments