Skip to content

Programs written in prolog for Logic Programming course at NKUA (DI)

Notifications You must be signed in to change notification settings

johnzerv/Logic_Programming-Assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prolog--Logic-Programing

Programs written in prolog that solve some Constrain Satisfaction Problems for Logic Programming course (2020) at NKUA (DI).

  • listoflists.pl

    A simple program written in prolog about set's and matrice's operations.

  • jobshop.pl

    A program for solving the jobshop problem using pure prolog.

  • vertexcover.pl

    A program for solving the vertex cover problem (using the graph.pl file that creates a graph).

  • stable.pl

    A program for solving the stable marriage problem (using the data.pl file which is the data stable.p uses).

  • jobshop_opt.pl

    A program for solving the jobshop problem using constraints.

About

Programs written in prolog for Logic Programming course at NKUA (DI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages