-
Solver not work with the last version on clingo (same error on demo site)
How find information about version and installation of clingo
thank you
oleal updated
2 years ago
-
Hi pyodide community,
As stated in the documentation, clingo can be target to web using Empscripten as shown in this page https://github.com/potassco/clingo/blob/master/INSTALL.md#compilation-to-ja…
-
### Steps to reproduce
```shell
spack -d solve zstd
```
### Error message
```shell
==> [2024-09-24-22:14:06.716686] Reading config from file /root/spack/etc/spack/defaults/config.yaml
==…
-
Hi all,
my students have detected that &tel expressions in telingo are throwing errors if we they use the latest version of clingo, 5.6.2. I tried myself the following line in a file:
```
&tel{…
-
Part of "close the loop"/"round tripping" effort, where we can output the PWs from one experiment into clingo/dlv files, that can be used in subsequent experiments.
Two types of exports:
- simple o…
-
https://github.com/domoritz/wasm-clingo is deprecated.
-
Consider the following programs / output pairs
P1:
{ a; b }.
_exists(1,a).
_exists(1,b).
The output is is fine and expected:
Running: clingo --output=smodels example4.lp …
-
I could not find any documentation of the return codes of solver tools (clingo, gringo, clasp, clingo-dl) in the Guide. Is this an oversight or is this not documented?
-
One alternative to #20068 (possibly complementary?) is to attempt to hack away at the build system for clingo (CMake) so that it will avoid introducing a requirement on a C++14 compiler and we can rel…
-
### Steps to reproduce
On a Raspberry Pi 4 with debian, clingo fails:
spack spec zlib
This is with or wiyhout external python.
I have checked https://github.com/spack/spack/issues/28183 it seems a…