use a bipartite graph

This commit is contained in:
2025-10-12 23:09:00 +08:00
parent e133a11d61
commit 1eca7a902c
3 changed files with 96 additions and 47 deletions

View File

@@ -1,18 +1,17 @@
<div id="lorem">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div id="inc" data-include="lorem, thm2 , fakelabel , ,inthm1 ,">
<div id="lorem">
<p>Lorem ipsum dolor sit amet</p>
<div id="structure">
<p>inc (need thm2 and a fake label)</p>
<p>thm1 - inthm1</p>
<p>thm2 - inthm2 (need thm1)</p>
</div>
<div id="inc" data-include="thm2 , fakelabel">
<div id="thm2" class="Theorem">
<p>test thm2</p>
</div>
<div id="inthm1" class="Definition">
<p>something</p>
<div id="inthm2" data-include="thm1">
<p>i need theorem 1</p>
</div>
</div>
<div class="Theorem">
</div>
<div id="thm1" class="Theorem">
<p>test thm1</p>
<div id="inthm1" class="Definition">
<p>something</p>
@@ -20,6 +19,9 @@
</div>
<div id="thm2" class="Theorem">
<p>test thm2</p>
<div id="inthm2" data-include="thm1">
<p>i need theorem 1</p>
</div>
</div>
<div id="thm3" class="Theorem">
<p>test thm3</p>