Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Constraint function
#5
That code is poorly formatted (no indentation) and I don't really know what you're trying to do, but you have a load of expressions on lines 25-31 that you do nothing with. They're evaluated and then just thrown away. The for loop beginning on line 21 then doesn't actually do anything.
Reply


Messages In This Thread
Constraint function - by tman - Dec-27-2022, 08:50 AM
RE: Constraint function - by Larz60+ - Dec-27-2022, 10:16 AM
RE: Constraint function - by tman - Dec-27-2022, 11:03 AM
RE: Constraint function - by tman - Dec-27-2022, 01:48 PM
RE: Constraint function - by ndc85430 - Dec-27-2022, 01:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cross word puzzle solve using python constraint library aliyark145 1 3,296 Nov-29-2018, 10:53 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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