Groups
Groups
Sign in
Groups
Groups
Picat
Conversations
About
Send feedback
Help
Picat
Contact owners and managers
1–30 of 462
Mark all as read
Report group
0 selected
jf
,
Hakan Kjellerstrand
3
5:38 PM
problems with scc_grid repeated calls
Hi, this is strange. If I add println(A) before scc_grid for 1,5,5, I get {0,_013a9e0::[0 ..1],
unread,
problems with scc_grid repeated calls
Hi, this is strange. If I add println(A) before scc_grid for 1,5,5, I get {0,_013a9e0::[0 ..1],
5:38 PM
David Silverman
,
Neng-Fa Zhou
3
Oct 9
Question on Path Constraint
This is incredibly helpful! I see how you added the required vertex of 0 into the Vs list. I had
unread,
Question on Path Constraint
This is incredibly helpful! I see how you added the required vertex of 0 into the Vs list. I had
Oct 9
Neng-Fa Zhou
, …
Hakan Kjellerstrand
5
Sep 30
Copilot Speaks Picat
Hi Hakan, The syntax extensions will be available in the next major version, 4.0, together with a
unread,
Copilot Speaks Picat
Hi Hakan, The syntax extensions will be available in the next major version, 4.0, together with a
Sep 30
Peter Bernschneider
Sep 27
Re: Digest for picat-lang@googlegroups.com - 1 update in 1 topic
Neng Fa, I want to mention, that since a year or so I'm using VS Code with Copilot running and
unread,
Re: Digest for picat-lang@googlegroups.com - 1 update in 1 topic
Neng Fa, I want to mention, that since a year or so I'm using VS Code with Copilot running and
Sep 27
Neng-Fa Zhou
, …
Claudio Cesar de Sá
4
Sep 23
Picat Solutions for the 2025 LPCP Programming Contest Problems
I should have mentioned a nice feature of Picat used in the solution for Problem-5: solve_all([$limit
unread,
Picat Solutions for the 2025 LPCP Programming Contest Problems
I should have mentioned a nice feature of Picat used in the solution for Problem-5: solve_all([$limit
Sep 23
David Silverman
Sep 22
Planner Still Amazing
Advent of Code 2016 day 22. It's a modified version of the 15 slider puzzle. On the Reddit
unread,
Planner Still Amazing
Advent of Code 2016 day 22. It's a modified version of the 15 slider puzzle. On the Reddit
Sep 22
David Silverman
,
Neng-Fa Zhou
2
Sep 16
BV for Advent of Code Problem
For this problem you don't need to use bv constraints, as the maximum integer allowed fits into a
unread,
BV for Advent of Code Problem
For this problem you don't need to use bv constraints, as the maximum integer allowed fits into a
Sep 16
Hakan Kjellerstrand
Sep 10
Our second physics paper using Picat for symbolic regression and data analysis has been published
Our second physics paper (preprint) is now available at arXiv: SV Chekanov (, H. Kjellerstrand:
unread,
Our second physics paper using Picat for symbolic regression and data analysis has been published
Our second physics paper (preprint) is now available at arXiv: SV Chekanov (, H. Kjellerstrand:
Sep 10
David Silverman
, …
Neng-Fa Zhou
11
Sep 9
What I Wish I Knew When Learning Picat
I have always been terrible at number theory, but I think there's something about the way the
unread,
What I Wish I Knew When Learning Picat
I have always been terrible at number theory, but I think there's something about the way the
Sep 9
Nartoo Meon
, …
David Silverman
5
Sep 7
product except zero constraint
% X #= prod([cond(T #= 0, 1,T) : I in 1..Len, T #= A[I]**K]), X #= prod([max(1,T) : I in 1..Len, T #=
unread,
product except zero constraint
% X #= prod([cond(T #= 0, 1,T) : I in 1..Len, T #= A[I]**K]), X #= prod([max(1,T) : I in 1..Len, T #=
Sep 7
Neng-Fa Zhou
Sep 3
See what Google's AI says about a resurgence of interest in logic programming
A resurgence of interest in logic programming for AI and optimization is underway, with languages
unread,
See what Google's AI says about a resurgence of interest in logic programming
A resurgence of interest in logic programming for AI and optimization is underway, with languages
Sep 3
Neng-Fa Zhou
,
Hakan Kjellerstrand
2
Aug 23
Release of Picat Version 3.9
Here are some examples of how to use the bv module: * Section "4 Day 17: Chronospatial Computer
unread,
Release of Picat Version 3.9
Here are some examples of how to use the bv module: * Section "4 Day 17: Chronospatial Computer
Aug 23
Daniel Leone
,
Neng-Fa Zhou
2
Aug 22
Planner branching with member/2 not explored?
All the predicates in the planner module, except best_plan_nondet, are deterministic, and cannot
unread,
Planner branching with member/2 not explored?
All the predicates in the planner module, except best_plan_nondet, are deterministic, and cannot
Aug 22
Hakan Kjellerstrand
Jul 2
Picat used in paper in High Energy Physics and Symbolic Regression
Today our paper “Discovering the underlying analytic structure within Standard Model constants using
unread,
Picat used in paper in High Energy Physics and Symbolic Regression
Today our paper “Discovering the underlying analytic structure within Standard Model constants using
Jul 2
Woosuk Kwak (Bubbler)
Jun 18
Some error output going to stdout
It looks like parts of some error messages are printed to stdout. I think they should all go to
unread,
Some error output going to stdout
It looks like parts of some error messages are printed to stdout. I think they should all go to
Jun 18
Leszek Buczkowski
,
Neng-Fa Zhou
4
May 8
macOS issues
gcc --version Apple clang version 17.0.0 (clang-1700.0.13.3) Target: arm64-apple-darwin24.4.0 Thread
unread,
macOS issues
gcc --version Apple clang version 17.0.0 (clang-1700.0.13.3) Target: arm64-apple-darwin24.4.0 Thread
May 8
jf
, …
Hakan Kjellerstrand
3
May 7
scc - minimize
Hi Josef. I'm not sure I understand what you want to do here. The Coords you are forcing to be
unread,
scc - minimize
Hi Josef. I'm not sure I understand what you want to do here. The Coords you are forcing to be
May 7
Tim Weaver
,
Hakan Kjellerstrand
3
May 7
Die Hard Problem from TLA+
Thank you for the response and the extremely helpful information! I've been studying the examples
unread,
Die Hard Problem from TLA+
Thank you for the response and the extremely helpful information! I've been studying the examples
May 7
Leszek Buczkowski
, …
Neng-Fa Zhou
7
May 6
foreach with predicate
Picat took pattern-matching rules from B-Prolog. Horn clauses can be translated to pattern-matching
unread,
foreach with predicate
Picat took pattern-matching rules from B-Prolog. Horn clauses can be translated to pattern-matching
May 6
Yurii Rashkovskii
, …
Nartoo Meon
4
Apr 27
Geting more than one top plan with different costs
Original code of the planner module can be found on the official site on the Modules page(here).
unread,
Geting more than one top plan with different costs
Original code of the planner module can be found on the official site on the Modules page(here).
Apr 27
jf
,
Hakan Kjellerstrand
4
Mar 31
include question
Dear Sir, I know import for modules and cl, but import must be placed separately in the header and cl
unread,
include question
Dear Sir, I know import for modules and cl, but import must be placed separately in the header and cl
Mar 31
C. G.
Mar 16
minor correction to the user guide
I think in the options for sat (section 12.6.3), dump(File) should actually be $dump(File). best
unread,
minor correction to the user guide
I think in the options for sat (section 12.6.3), dump(File) should actually be $dump(File). best
Mar 16
Neng-Fa Zhou
,
Peter Bernschneider
4
Feb 4
Picat Version 3.8 Released
Thanks for the link and the make file! I tried the tricks proposed in the above Stackexchange post,
unread,
Picat Version 3.8 Released
Thanks for the link and the make file! I tried the tricks proposed in the above Stackexchange post,
Feb 4
Neng-Fa Zhou
Jan 31
Summary of Picat Usability Feedback
Thank you to everyone who has responded to the Picat Usability Feedback questionnaire! So far, we
unread,
Summary of Picat Usability Feedback
Thank you to everyone who has responded to the Picat Usability Feedback questionnaire! So far, we
Jan 31
Neng-Fa Zhou
Jan 22
Coding Style Guidelines for Picat
There are no official coding style guidelines for Picat. However, I typically follow these spacing
unread,
Coding Style Guidelines for Picat
There are no official coding style guidelines for Picat. However, I typically follow these spacing
Jan 22
Hakan Kjellerstrand
, …
Neng-Fa Zhou
4
Jan 20
No del function for get_global_map
Thanks for the fix, Neng-Fa. I can confirm that this works now. Also, I did my usual benchmark tests,
unread,
No del function for get_global_map
Thanks for the fix, Neng-Fa. I can confirm that this works now. Also, I did my usual benchmark tests,
Jan 20
Hakan Kjellerstrand
, …
Neng-Fa Zhou
58
Jan 15
Advent of Code 2024 in Picat?
I had time to redo the Day 16 problem. My original solution is too slow, and it needs hours to
unread,
Advent of Code 2024 in Picat?
I had time to redo the Day 16 problem. My original solution is too slow, and it needs hours to
Jan 15
Claudio Cesar de Sá
, …
Neng-Fa Zhou
7
Jan 14
AOC2024 - problem 16 - part 1
Thanks Neng-Fa As soon as I will be rewriting the whole code without a copy of Grid. I was copying
unread,
AOC2024 - problem 16 - part 1
Thanks Neng-Fa As soon as I will be rewriting the whole code without a copy of Grid. I was copying
Jan 14
C. G.
, …
Neng-Fa Zhou
4
Jan 8
picat-lang.org SSL certificate
Good news: picat-lang.org has an SSL now, and viewers will not receive annoying warnings about
unread,
picat-lang.org SSL certificate
Good news: picat-lang.org has an SSL now, and viewers will not receive annoying warnings about
Jan 8
jf
12/15/24
Map.del and trace problem?
Hi, it seems Map.del() does not work in trace mode: Picat> X=new_map(),X.put(a),X.put(b),X.del(a)
unread,
Map.del and trace problem?
Hi, it seems Map.del() does not work in trace mode: Picat> X=new_map(),X.put(a),X.put(b),X.del(a)
12/15/24