glaserL / viasp

A visualization tool for clingo
MIT License
3 stars 3 forks source link

`test_writing_to_server` produces invalid visualization #36

Closed glaserL closed 2 years ago

glaserL commented 2 years ago

Somehow the rules aren't split correctly here.

Program

c :- not b; a.b :- not c; a.

Result

image
glaserL commented 2 years ago

This is working perfectly as intended.