012 trellis kernel chain conforming

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

x[0]=2 x[1]=3

Expected output

x[0]=2 x[1]=3

Flows

flow ~define click a branch to expand · @labels scroll to their anchor
define (expr: "kernel-chain")
flow ~enforce click a branch to expand · @labels scroll to their anchor
enforce (expr: "kernel-chain")
flow ~shape click a branch to expand · @labels scroll to their anchor
shape (expr: Pt, source: x: f64, mass: f64,)
flow ~init click a branch to expand · @labels scroll to their anchor
init (expr: Pt, source: { x: 0.0, mass: 1.0 }, { x: 1.0, mass: 2.0 },)

Test Configuration

MUST_RUN