Ask Your Question

SageIdiot's profile - activity

2023-03-24 15:46:03 +0200 received badge  Popular Question (source)
2022-07-04 09:35:01 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

I see, thanks.

2022-07-03 23:28:18 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections? So fa

2022-07-03 23:14:19 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

I can now use list comprehension for the first output filter described above. For example, let F_1 = D.all_simple_paths(

2022-06-30 21:58:23 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Restrict output of all_simple_paths, to obtain all longest simple paths that do not have edge self-intersections? So far

2022-06-30 21:56:19 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Restrict output of all_simple_paths, to obtain all longest simple paths that do not have edge self-intersections? So far

2022-06-30 21:36:58 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Restrict output of all_simple_paths, to obtain longest simple paths that do not have self-intersections? So far, I am us

2022-06-30 00:00:25 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

I edited the question again, and tried to be much more specific.

2022-06-29 23:57:41 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Maximal paths in all_simple_paths, and without edge crossings? So far, I am using sage's all_simple_paths to list all si

2022-06-29 23:57:31 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Maximal paths in all_simple_paths, and without edge crossings? So far, I am using sage's all_simple_paths to list all si

2022-06-29 21:39:21 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

"fixing a path and searching for other non crossing paths is not a good solution." This is not what I was proposing. In

2022-06-29 21:37:41 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

"Furthermore, I assume you want the maximum number of non-crossing longest paths" You seem to be implying that I am loo

2022-06-29 07:39:19 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Maximal paths in all_simple_paths, and without edge crossings? I am trying to use sage to list all simple paths between

2022-06-29 02:01:11 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Maximal paths in all_simple_paths, and without edge crossings? I am trying to use sage to list all simple paths between

2022-06-29 01:03:32 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

all_simple_paths, but without edge crossings? I am trying to use sage to list all simple paths between two fixed vertice

2022-06-29 01:03:28 +0200 commented question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

Thanks for your comment David, I edited the post. Hopefully what I am looking for is more clear now.

2022-06-29 01:01:16 +0200 received badge  Editor (source)
2022-06-29 01:01:16 +0200 edited question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

all_simple_paths, but without edge crossings? I am trying to use sage to list all simple paths between two fixed vertice

2022-06-28 06:08:17 +0200 received badge  Student (source)
2022-06-27 12:12:52 +0200 asked a question Restrict output of all_simple_paths, to obtain only longest simple paths that do not have edge self-intersections?

all_simple_paths, but without edge crossings? I am trying to use sage to list all simple paths without self-intersection