Skip to content

Commit

Permalink
Working output, as seen in example41C
Browse files Browse the repository at this point in the history
Output from class Visualization
  • Loading branch information
VaeterchenFrost committed Mar 27, 2020
1 parent 9650002 commit 7276fe0
Show file tree
Hide file tree
Showing 66 changed files with 8,493 additions and 0 deletions.
62 changes: 62 additions & 0 deletions satvisualization_repo/satvisu/example41C/IncidenceGraphStep1
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
strict graph {
graph [compound=true fontsize=16 nodesep=0.5 ranksep=0.2 splines=false]
edge [arrowtail=none dir=back penwidth=2.2]
subgraph cluster_clause {
node [fillcolor=white style="rounded,filled"]
edge [style=invis]
label=clauses
c_1 -- c_2
c_2 -- c_3
c_3 -- c_4
c_4 -- c_5
c_5 -- c_6
c_6 -- c_7
c_7 -- c_8
c_8 -- c_9
c_9 -- c_10
}
node [fontcolor=black penwidth=2.2 shape=diamond style=dotted]
v_1 [label=v_1 color="#b14923"]
v_2 [label=v_2 color="#244320"]
v_3 [label=v_3 color="#b1740f"]
v_4 [label=v_4 color="#a682ff"]
v_5 [label=v_5 color="#004066"]
v_6 [label=v_6 color="#0d1321"]
v_7 [label=v_7 color="#da1167"]
v_8 [label=v_8 color="#604909"]
subgraph cluster_ivar {
node [style=dotted]
edge [style=invis]
label=variables
v_1 -- v_2
v_2 -- v_3
v_3 -- v_4
v_4 -- v_5
v_5 -- v_6
v_6 -- v_7
v_7 -- v_8
}
edge [constraint=false]
c_1 -- v_1 [lhead=cluster_ivar ltail=cluster_clause minlen=3 style=invis]
c_1 -- v_1 [color="#b14923"]
c_1 -- v_4 [color="#a682ff"]
c_1 -- v_6 [color="#0d1321"]
c_2 -- v_1 [color="#b14923"]
c_2 -- v_5 [arrowtail=odot color="#004066"]
c_3 -- v_1 [arrowtail=odot color="#b14923"]
c_3 -- v_7 [color="#da1167"]
c_4 -- v_2 [color="#244320"]
c_4 -- v_3 [color="#b1740f"]
c_5 -- v_2 [color="#244320"]
c_5 -- v_5 [color="#004066"]
c_6 -- v_2 [color="#244320"]
c_6 -- v_6 [arrowtail=odot color="#0d1321"]
c_7 -- v_3 [color="#b1740f"]
c_7 -- v_8 [arrowtail=odot color="#604909"]
c_8 -- v_4 [color="#a682ff"]
c_8 -- v_8 [arrowtail=odot color="#604909"]
c_9 -- v_4 [arrowtail=odot color="#a682ff"]
c_9 -- v_6 [color="#0d1321"]
c_10 -- v_4 [arrowtail=odot color="#a682ff"]
c_10 -- v_7 [color="#da1167"]
}
255 changes: 255 additions & 0 deletions satvisualization_repo/satvisu/example41C/IncidenceGraphStep1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7276fe0

Please sign in to comment.