Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cross word puzzle solve using python constraint library
Post: Cross word puzzle solve using python constraint li...

[Image: https://drive.google.com/open?id=1GAH82j...f7Tjn_YPe3] # -*- coding: utf-8 -*- """ Spyder Editor This is a temporary script file. """ from constraint import * problem = Problem() problem.addVa...
aliyark145 Homework 1 3,295 Nov-29-2018, 09:33 AM
    Thread: 8 puzzle game
Post: RE: 8 puzzle game

I have actually find this code somewhere... it only use Manhattan as a heuristic function but i also want to use linear conflict and x-y heuristic so that the puzzle can be solved more efficiently. Bu...
aliyark145 Homework 4 10,721 Nov-04-2018, 03:18 PM
    Thread: 8 puzzle game
Post: RE: 8 puzzle game

(Nov-03-2018, 10:40 AM)j.crater Wrote: Show us what you have done (in Python code tags) and explain what doesn't work the way you want. Post also full error traceback message, in case you get errors...
aliyark145 Homework 4 10,721 Nov-04-2018, 10:28 AM
    Thread: 8 puzzle game
Post: 8 puzzle game

I need help on this home assignment. I have to implement using linear conflict and x-y heuristic any help regarding this !
aliyark145 Homework 4 10,721 Nov-03-2018, 07:10 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020