Search found 94 matches
- 15 Oct 2015 15:53
- Forum: Visual Prolog
- Topic: vPcURL encoded an URL
- Replies: 8
- Views: 7960
- 22 Sep 2015 11:05
- Forum: Visual Prolog
- Topic: Optional then in an if/then/else statement
- Replies: 5
- Views: 6001
- 15 Sep 2015 12:32
- Forum: Visual Prolog
- Topic: Universal Quantification
- Replies: 21
- Views: 17230
before the for... capabilities were added to VIP (back when we only had to worry about Determ -NonDeterm and Succeed/Fail) I simply created my own predicate with a set of clauses that checked each condition and then executed <something>. There was almost always a 'graceful fail' at the end to go bac...
- 9 Sep 2015 12:43
- Forum: Visual Prolog
- Topic: Compiler options for endless loops and stack overflow
- Replies: 7
- Views: 5986
- 8 Sep 2015 23:24
- Forum: Visual Prolog
- Topic: Compiler options for endless loops and stack overflow
- Replies: 7
- Views: 5986
very interesting question. Thomas may have another answer but in my gut, I think you might have a bunch of frivolous warnings. strictly playing devil's advocate here: What about the case where you are monitoring an external input, would that not be an endless loop? What about the case where the endl...
- 30 Jun 2015 15:25
- Forum: Visual Prolog
- Topic: Personal VP Download Problem
- Replies: 8
- Views: 4978
agree, go with new
I had (still do actually) Turbo Prolog 2.0 When I upgraded to PDC 3 (many years ago), it was much easier to start over new rather than convert. The older code gave me design concepts and 'how' I wanted things to perform at the concept level but the effort to convert the code was too much and locked ...
- 27 Feb 2015 15:00
- Forum: Visual Prolog
- Topic: Debug File Flag
- Replies: 6
- Views: 4305
- 2 Feb 2015 12:54
- Forum: Visual Prolog
- Topic: how to remove duplicates of facts ?
- Replies: 16
- Views: 11251
a few years back, based on advice from Thomas, Carston, and others from PDC while at the 2008 VIP-ALC in St Petersburg, I implemented my Neural Network in a Red-Black collection. It gave me faster performance and a clean structure. the NN was a multi-level one with many thousand neurons and many mor...
- 29 Jan 2015 16:57
- Forum: Visual Prolog
- Topic: resourse identifier constant
- Replies: 7
- Views: 4585
- 29 Jan 2015 13:22
- Forum: Visual Prolog
- Topic: resourse identifier constant
- Replies: 7
- Views: 4585
Frank, I did something similar to what you are talking about approx. 20 years ago when I had to ensure that data values from user selections (e.g., radio buttons, specific text fields) being stored would always map back to the same control across all subsequent releases of the application. It was a ...
- 22 Jan 2015 16:54
- Forum: Visual Prolog
- Topic: Stack Overflow
- Replies: 4
- Views: 3586
- 22 Jan 2015 13:40
- Forum: Visual Prolog
- Topic: Stack Overflow
- Replies: 4
- Views: 3586
- 22 Jan 2015 13:29
- Forum: Visual Prolog
- Topic: Visual prolog with Machine Learning
- Replies: 1
- Views: 2564
- 29 Dec 2014 13:06
- Forum: Visual Prolog
- Topic: How to create an expert system in visual prolog
- Replies: 2
- Views: 3083
off the top of my head, here is one way to do this: (not tested and may not be 100% syntactically correct) constants low =1. mild = 2. high = 3. moderate = 4. Predicate tb_test(integer Weeks, integer WL, integer Fever, integer NS, integer LOA, integer Sputnum ...). Clauses tb_test(Weeks, high, high,...
- 28 Oct 2014 18:03
- Forum: Visual Prolog
- Topic: Managing previously created "external" Packages in a project
- Replies: 9
- Views: 4809
a simple suggest (may not work)
remove the '.' from 7.x in your path, make it 7x
I seem to remember having problems with that in some programs when in XP, especially if there were more folders deeper in the tree.
I seem to remember having problems with that in some programs when in XP, especially if there were more folders deeper in the tree.