User Tools

Site Tools


codeq:prolog:naloge:sister_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
codeq:prolog:naloge:sister_2 [2015/07/06 20:24]
timmy
codeq:prolog:naloge:sister_2 [2015/07/07 15:58] (current)
timotej
Line 68: Line 68:
 ====== Testni primeri ====== ====== Testni primeri ======
  
 +  ex(sister(sally, william)).        nex(sister(william, jeffrey)).
 +  ex(sister(melanie, andrew)).       nex(sister(tina, thomas)).
 +  ex(sister(luana, daniela)).        nex(sister(nevia, aleksander)).
 +  ex(sister(daniela, luana)).        nex(sister(joanne, jill)).
 +  
 ===== #1 ===== ===== #1 =====
  
-  nex(sister(vanessa, andrew)) +  nex(sister(vanessa, andrew)). 
-  nex(sister(elaine, george)) +  nex(sister(elaine, george)). 
-  nex(sister(sally, thomas))+  nex(sister(sally, thomas)).
  
 ===== #2 ===== ===== #2 =====
  
-  nex(sister(andrew, melanie)) +  nex(sister(andrew, melanie)). 
-  nex(sister(patrick, vanessa)) +  nex(sister(patrick, vanessa)). 
-  nex(sister(michael, michelle))+  nex(sister(michael, michelle)).
      
 ===== #3 ===== ===== #3 =====
  
-  nex(sister(vanessa, vanessa)) +  nex(sister(vanessa, vanessa)). 
-  nex(sister(sally, sally)) +  nex(sister(sally, sally)). 
-  nex(sister(daniela, daniela))+  nex(sister(daniela, daniela)).
codeq/prolog/naloge/sister_2.1436207050.txt.gz · Last modified: 2015/07/06 20:24 by timmy