Hi,

I wanted to put a theorem (in the description of the following method), 
related to the algorithm of the method that is implemented, in the literal 
block:

def is_matching_covered(self, matching=None, algorithm='Edmonds', 
coNP_certificate=False,
solver=None, verbose=0, *, integrality_tolerance=0.001):
r"""
Check if the graph is matching covered.

A connected nontrivial graph wherein each edge participates in some
perfect matching is called a `matching` `covered` `graph`.

If a perfect matching of the graph is provided, for bipartite graph,
this method implements a linear time algorithm as proposed in [LM2024]_
that is based on the following theorem:

Given a connected bipartite graph `G[A, B]` with a perfect matching
`M`. Construct a directed graph `D` from `G` such that `V(D) := V(G)`
and for each edge in `G` direct the corresponding edge from `A` to `B`
in `D`, if it is in `M` or otherwise direct it from `B` to `A`. The
graph `G` is matching covered if and only if `D` is strongly connected.

The above paragraph 'Given a connected ... strongly connected' is aimed to 
be put in a literal block as it is a theorem. You may have a look at 
sage/pull/38218 <https://github.com/sagemath/sage/pull/38218>.

Thanks and warm regards,
Janmenjaya
On Tuesday, June 25, 2024 at 8:57:14 AM UTC+5:30 David Roe wrote:

> Could you explain more why you want to italicize something inside a 
> literal block?
> David
>
> On Sat, Jun 22, 2024 at 10:39 PM Janmenjaya Panda <janmenjay...@gmail.com> 
> wrote:
>
>> Could someone please mention, how to italicize a particular term inside a 
>> literal block?
>> Use of `term` results as it is in the HTML document instead of 
>> italicizing it.
>>
>> Thanks and warm regards,
>> Janmenjaya  
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-devel+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/3c87586c-ac90-4998-84be-46dd4d938430n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/sage-devel/3c87586c-ac90-4998-84be-46dd4d938430n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/ccc31cc4-9159-49c7-93e4-634d8e427088n%40googlegroups.com.

Reply via email to