mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
use "-" and ";" instead of "_" and "\n" in NQueens
This commit is contained in:
@@ -4,7 +4,7 @@ lincat Matrix, Vec = Str ;
|
||||
ListNat, Sat = {} ;
|
||||
|
||||
lin nilV _ _ = "" ;
|
||||
consV _ j k _ _ v = j ++ "X" ++ k ++ "\n" ++ v ;
|
||||
consV _ j k _ _ v = j ++ "X" ++ k ++ ";" ++ v ;
|
||||
|
||||
matrix _ v = v ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user