About 2,260,000 results
Open links in new tab
  1. Newest 'visual-prolog' Questions - Stack Overflow

    May 24, 2022 · Visual Prolog Flow pattern does not exist I'm writing an expert system which guesses animals. This is an example provided by lecturer. I use visual prolog, but I receive compling errors, …

  2. Which is the best among Visual Prolog, SWI-Prolog, and others?

    Oct 29, 2013 · I recently developed using Amzi! Prolog with its Eclipse IDE (not to be confused with ECLiPSe programming language). Once the debugging was done, I turned my attention to timing. …

  3. visual studio code - How add SWI-Prolog terminal in VSCode? - Stack ...

    Dec 13, 2020 · To create an SWI-Prolog terminal within Visual Studio Code, the process is the same as starting an SWI-Prolog terminal from a DOS prompt but you just start by creating an initial terminal in …

  4. compilation - How to run prolog code? - Stack Overflow

    Oct 16, 2013 · The language is one thing but how to compile or run your code is a different issue. For example, Visual Prolog uses a key sequence within the IDE, CTRL-SHIFT-B, to build the code, or …

  5. "Not equal" sign in Visual Prolog? - Stack Overflow

    Documentation for the second variant pointed out by Kaarel can be found in this Visual Prolog reference page. However the problem with your code goes a little deeper.

  6. Visual Prolog: Перебор элементов нескольких списков

    Пишу программу составления кроссворда на Visual Prolog. Застряла на моменте получения всех возможных наборов элементов 4 листов. Все 4 списка разной длины. Необходимо получать …

  7. Visual Prolog C150 - Stack Overflow

    The code is in an very old style. Since Visual Prolog 6.0 you will have to use an updated class-based syntax.

  8. Instalar Prolog en Visual Studio Code y su uso MacM1

    Feb 1, 2024 · Cuando en Visual Studio Code instalo Prolog , me sale : "Cannot lint the prolog file. The Prolog executable was not found. Use the 'prolog.executablePath' setting to configure" Si alguien...

  9. findall in Visual Prolog 5.2 - Stack Overflow

    Nov 4, 2022 · it works on swi, but not on visual prolog, unfortunately. The compiler outputs that ',' or ')' expected.I also tried to pull the variable F outside of findall, but the compiler also swears this way. …

  10. Visual Prolog 5.2: a odd backtracking behavior - Stack Overflow

    Jun 6, 2023 · Visual Prolog 5.2: a odd backtracking behavior Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 114 times