tangled
alpha
login
or
join now
dekker.one
/
on-restart-benchmarks
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
on-restart-benchmarks
/
software
/
mza
/
tests
/
unit
/
evaluation
/
minizinc
/
general
/
test_join1.mzn
at
develop
74 B
view raw
1
2
string
:
s
=
join
(
", "
,
[
"a"
,
"b"
,
"c"
,
"d"
]
)
;
3
solve
satisfy
;
4
output
[
s
]
;