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_concat1.mzn
at
develop
77 B
view raw
1
2
string
:
s
=
concat
(
[
"abc"
,
"def"
,
"ghi"
]
)
;
3
solve
satisfy
;
4
output
[
show
(
s
)
]
;