Skip to content
Snippets Groups Projects
Commit 6f454807 authored by Guilhem Gamard's avatar Guilhem Gamard
Browse files

Moved Guillaume and Martìn's example out of the main file

parent d1659fbd
No related branches found
No related tags found
No related merge requests found
from simra import *
# ################################################################
gm_deps = [
None, #ignored
# THESE VALUES ARE 1-indexed instead of 0-indexed. Therefore,
# Id here == Id in Martìn's schema + 1.
[3, 5],
[4, 6],
[1, 7],
[2, 7],
[1, -8],
[2, -8],
[3, 4, 9],
[-5, -6, -9, -10],
[-8, 13, 14],
[11, 12],
[10],
[10],
[9, 14],
[9, 13],
]
gm_init_vals = [
None, #ignored
"TODO"
]
gm_update_mode = [
[],
"TODO"
]
...@@ -360,31 +360,3 @@ def and_not(dep_lists, init_vals, update_mode): ...@@ -360,31 +360,3 @@ def and_not(dep_lists, init_vals, update_mode):
nodes.append(node) nodes.append(node)
return AN(nodes, update_mode) return AN(nodes, update_mode)
# ################################################################
example_deps = [
None, #ignored
[3, 5],
[4, 6],
[1, 7],
[2, 7],
[1, -8],
[2, -8],
[3, 4, 9],
[-5, -6, -9, -10],
[-8, 13, 14],
[11, 12],
[10],
[10],
[9, 14],
[9, 13],
]
example_init_vals = [
None, #ignored
]
example_update = [
[],
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment