Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Real programs don't eat cache.


devel / comp.theory / linear transform from pspace to qspace solver bob

SubjectAuthor
* linear transform from pspace to qspace solver bobDaniel Pehoushek
`* linear transform from pspace to qspace solver bobDaniel Pehoushek
 `* linear transform from pspace to qspace solver bobGreta Baine
  `* linear transform from pspace to qspace solver bobDaniel Pehoushek
   `* linear transform from pspace to qspace solver bobDaniel Pehoushek
    `* linear transform from pspace to qspace solver bobDaniel Pehoushek
     `* linear transform from pspace to qspace solver bobGreta Baine
      `* linear transform from pspace to qspace solver bobDaniel Pehoushek
       `- linear transform from pspace to qspace solver bobDaniel Pehoushek

1
linear transform from pspace to qspace solver bob

<9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35657&group=comp.theory#35657

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:622a:164a:b0:31e:d373:b1e5 with SMTP id y10-20020a05622a164a00b0031ed373b1e5mr1104997qtj.689.1657798129126;
Thu, 14 Jul 2022 04:28:49 -0700 (PDT)
X-Received: by 2002:a25:9e8c:0:b0:66f:4f73:7465 with SMTP id
p12-20020a259e8c000000b0066f4f737465mr8012398ybq.16.1657798128839; Thu, 14
Jul 2022 04:28:48 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Thu, 14 Jul 2022 04:28:48 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:b9b1:2682:3a2a:6369;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:b9b1:2682:3a2a:6369
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
Subject: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Thu, 14 Jul 2022 11:28:49 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 60
 by: Daniel Pehoushek - Thu, 14 Jul 2022 11:28 UTC

this allqbfs class solves all qbfs of an original formula.
There is a linear transformation from satisfiable solutions.
posted for posterity.
daniel2380

class allqbfs; // leftright universal property sorting system bit by bit bobs general algorithm get all good questions propertys of a set//
class allqbfs { // linear transform satisfiable solutions into all qbfs solutions divine consciousness algorithm of skull bone //
public: // think: call bob of p to produce q universalisms over p hypothetical truths of mind ambient generality //
static set<allqbfs*> qvars; // meta vars identity quantifiers of the n p variables //
static numnums qforms; // universal truths (ors of few variables) among identity of p formula //
static numnums solutions; // the finite set of all satisfying solutions then all valid quantifications then dnf to cnf //
numnums forms; num mark; // universal truths location j has a temporary mark during dnftocnf //
allqbfs(num v):forms(zero),mark(zero){} ~allqbfs(){forms.clear();} //
static joy delqforms() { //
for (num g = zero; g < qforms.size(); g++) { putnums(qforms[g]); qforms[g] = (nums*)zero; } qforms.clear(); //
for (num g = zero; g < qvars.size(); g++) { (*qvars[g]).forms.clear(); delete (qvars[g]); } qvars.clear(); } //
num review(num r) { // scan for all true variables //
for (num j = zero; j < forms.size(); j++) { num k = zero; num s = (*forms[j]).size(); //
when(s < r) { for (k = zero; k < s; k++) { when((*qvars[(*forms[j])[k]]).mark == zero) pray/*prayercounter++*/ } when(k == s) return one; } //
} return zero; } //
static joy publish(nums& phrase) { // add iff nay already written as clauses grow the cost of this operation grows //
num write = one; //
for (num j = zero; j < phrase.size(); j++) { (*qvars[phrase[j]]).mark = one; } //
when((*qvars[phrase[minus(phrase.size(), one)]]).review(phrase.size())) write = zero; //
for (num j = zero; j < phrase.size(); j++) { (*qvars[phrase[j]]).mark = zero; } //
when(write) { nums* nc = getnums(phrase.size()); // as yet unwritten //
for (num j = zero; j < phrase.size(); j++) { num a = phrase[j]; (*nc).add(a); } qforms.add(nc); //
when((qforms.size() & tautologies[ten]) == zero) prin("*"); //
for (num j = zero; j < phrase.size(); j++) { (*qvars[phrase[j]]).forms.add(nc); } } } //
// transform all boolean models into all true questions
static joy juggle (num vee, numnums& left, numnums& right)
{if(left.size()==zero){for(num g=zero;g<right.size();g++)left.add(right[g]);right.setsize(zero);return;}
when(vee == qvars.size()) return;
numnums al; numnums ar; split(vee + one, left, al, ar);
numnums bl; numnums br; split(vee + one, right, bl, br);
juggle(vee + one, al, bl); juggle(vee + one, ar, br);
for (num g=zero; g < al.size(); g++) left.add(al[g]); for (num g=zero; g < ar.size(); g++) left.add(ar[g]);
for (num g=zero; g < bl.size(); g++) right.add(bl[g]); for (num g=zero; g < br.size(); g++) right.add(br[g]); }
static joy plan (num vee, numnums& set) { when(set.size()==zero || vee == qvars.size() ) return;
numnums left; numnums right; split(vee, set, left, right); plan(vee + one, left); plan(vee + one, right); juggle (vee, left, right);
for (num g = zero; g < left.size(); g++) { ezis(*( left[g]), vee); set.add( left[g]);} left.setsize(zero);
for (num g = zero; g < right.size(); g++) { univ(*(right[g]), vee); set.add(right[g]);} right.setsize(zero); }
static joy zerotoone /*bit is on*/(nums& s, num b) { (s[b >> five] += (ones[b & fifthtau])); } //
static num be(nums& s, num b) { return (s[b >> five] & (ones[b & fifthtau])); } //
static joy ezis(nums& s, num b) { s[b >> five] &= zeroes[b & fifthtau]; } //
static joy univ(nums& s, num b) { be(s,b); } //
static joy split /*leftright around bit*/(num b, numnums& s, numnums& l, numnums& r) // left right on bit b
{ for (num g = zero; g < s.size(); g++) if (be((*s[g]), b)) r.add(s[g]); else l.add(s[g]); s.setsize(zero); } //
static joy essay(num word, numnums& qbfs, nums& phrase) { // architecture of written high level thought
when(word==env::N())return;
when(qbfs.size() == zero) { allqbfs::publish(phrase); return; }
numnums left; numnums right; split(word, qbfs, left, right); essay(word + one, left, phrase);
phrase.add(word); essay(word + one, right, phrase); phrase.slop(); }
static joy wisdom(FILE* logfile, numnums& qclauses)
{ when(0)for (num j = one; j < qforms.size() + one; j++) { //
fprin(logfile, "\n"); nums& phrase = (*qforms[minus(qforms.size(), j)]); num s = phrase.size(); //
for (num g = one; g < one + s; g++) { fprin(logfile, "%u ", (one + phrase[minus(s, g)])); } fprin(logfile, "0"); } } //
};// tau three is sev//fifty lines //
numnums allqbfs::solutions; // sev is thirdtau three is second
set<allqbfs*> allqbfs::qvars; //
numnums allqbfs::qforms; //

Re: linear transform from pspace to qspace solver bob

<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35658&group=comp.theory#35658

  copy link   Newsgroups: comp.theory
X-Received: by 2002:ad4:5748:0:b0:472:f7ab:c196 with SMTP id q8-20020ad45748000000b00472f7abc196mr6929937qvx.63.1657798466345;
Thu, 14 Jul 2022 04:34:26 -0700 (PDT)
X-Received: by 2002:a25:b701:0:b0:66c:826c:c7bd with SMTP id
t1-20020a25b701000000b0066c826cc7bdmr8261590ybj.52.1657798465910; Thu, 14 Jul
2022 04:34:25 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Thu, 14 Jul 2022 04:34:25 -0700 (PDT)
In-Reply-To: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:b9b1:2682:3a2a:6369;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:b9b1:2682:3a2a:6369
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Thu, 14 Jul 2022 11:34:26 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 6
 by: Daniel Pehoushek - Thu, 14 Jul 2022 11:34 UTC

a major conclusion is
clause learning is wrong
bob has a very bounded linear interpretation
of significant possible clauses.
the ordinary bound is 8m+2m clauses.
this admits 3 trillion inferences per day.
daniel2380++

Re: linear transform from pspace to qspace solver bob

<tapbl8$1dtd$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35660&group=comp.theory#35660

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!lcgThTYeO8MzMBTRin5cGQ.user.46.165.242.75.POSTED!not-for-mail
From: gre...@baine.net (Greta Baine)
Newsgroups: comp.theory
Subject: Re: linear transform from pspace to qspace solver bob
Date: Thu, 14 Jul 2022 08:10:32 -0700
Organization: The Upstairs Milpitas Retarded Faggot Club for Gay Nazis
Message-ID: <tapbl8$1dtd$1@gioia.aioe.org>
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com>
Reply-To: greta@baine.net
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="47021"; posting-host="lcgThTYeO8MzMBTRin5cGQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Greta Baine - Thu, 14 Jul 2022 15:10 UTC

On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
> a major conclusion is
> clause learning is wrong
> bob has a very bounded linear interpretation
> of significant possible clauses.
> the ordinary bound is 8m+2m clauses.
> this admits 3 trillion inferences per day.
> daniel2380++

Get a brain.

Re: linear transform from pspace to qspace solver bob

<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=35857&group=comp.theory#35857

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:622a:48f:b0:31d:396d:e55 with SMTP id p15-20020a05622a048f00b0031d396d0e55mr29157939qtx.376.1658333159545;
Wed, 20 Jul 2022 09:05:59 -0700 (PDT)
X-Received: by 2002:a05:6902:124e:b0:668:222c:e8da with SMTP id
t14-20020a056902124e00b00668222ce8damr36002053ybu.383.1658333159237; Wed, 20
Jul 2022 09:05:59 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Wed, 20 Jul 2022 09:05:58 -0700 (PDT)
In-Reply-To: <tapbl8$1dtd$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:e05f:8382:d970:9dcf;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:e05f:8382:d970:9dcf
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com> <tapbl8$1dtd$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Wed, 20 Jul 2022 16:05:59 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2048
 by: Daniel Pehoushek - Wed, 20 Jul 2022 16:05 UTC

On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
> On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
> > a major conclusion is
> > clause learning is wrong
> > bob has a very bounded linear interpretation
> > of significant possible clauses.
> > the ordinary bound is 8m+2m clauses.
> > this admits 3 trillion inferences per day.
> > daniel2380++
> Get a brain.
there are several big issues with clause learning when counting models
the learned clauses violate subtle tree ordering conditions and
those are unaccounted for in implementations
the size and correctness of databases when doing decomposition
makes for erroneous model counting results

so clause learning is wrong
that is big news to the satisfiability committee
daniel2380++

Re: linear transform from pspace to qspace solver bob

<34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=36294&group=comp.theory#36294

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:622a:201:b0:31e:e040:3754 with SMTP id b1-20020a05622a020100b0031ee0403754mr21963359qtx.538.1659007638919;
Thu, 28 Jul 2022 04:27:18 -0700 (PDT)
X-Received: by 2002:a81:53d6:0:b0:31c:c750:14f9 with SMTP id
h205-20020a8153d6000000b0031cc75014f9mr22531761ywb.248.1659007638748; Thu, 28
Jul 2022 04:27:18 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Thu, 28 Jul 2022 04:27:18 -0700 (PDT)
In-Reply-To: <11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:e05f:8382:d970:9dcf;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:e05f:8382:d970:9dcf
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com> <tapbl8$1dtd$1@gioia.aioe.org>
<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Thu, 28 Jul 2022 11:27:18 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2356
 by: Daniel Pehoushek - Thu, 28 Jul 2022 11:27 UTC

On Wednesday, July 20, 2022 at 12:06:00 PM UTC-4, Daniel Pehoushek wrote:
> On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
> > On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
> > > a major conclusion is
> > > clause learning is wrong
> > > bob has a very bounded linear interpretation
> > > of significant possible clauses.
> > > the ordinary bound is 8m+2m clauses.
> > > this admits 3 trillion inferences per day.
> > > daniel2380++
> > Get a brain.
> there are several big issues with clause learning when counting models
> the learned clauses violate subtle tree ordering conditions and
> those are unaccounted for in implementations
> the size and correctness of databases when doing decomposition
> makes for erroneous model counting results
>
> so clause learning is wrong
> that is big news to the satisfiability committee
> daniel2380++
if i could
send four words
back in time
i would choose these
monotone qbf is linear
daniel2380++

Re: linear transform from pspace to qspace solver bob

<08e61567-0181-46d1-b94d-1cc3d72147a3n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=36719&group=comp.theory#36719

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a0c:e244:0:b0:476:a281:f090 with SMTP id x4-20020a0ce244000000b00476a281f090mr5778679qvl.92.1659708234470;
Fri, 05 Aug 2022 07:03:54 -0700 (PDT)
X-Received: by 2002:a25:6994:0:b0:671:6e3e:3912 with SMTP id
e142-20020a256994000000b006716e3e3912mr5119971ybc.99.1659708234120; Fri, 05
Aug 2022 07:03:54 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Fri, 5 Aug 2022 07:03:53 -0700 (PDT)
In-Reply-To: <34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:7825:9a88:12b4:21f4;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:7825:9a88:12b4:21f4
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com> <tapbl8$1dtd$1@gioia.aioe.org>
<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com> <34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <08e61567-0181-46d1-b94d-1cc3d72147a3n@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Fri, 05 Aug 2022 14:03:54 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2639
 by: Daniel Pehoushek - Fri, 5 Aug 2022 14:03 UTC

On Thursday, July 28, 2022 at 7:27:20 AM UTC-4, Daniel Pehoushek wrote:
> On Wednesday, July 20, 2022 at 12:06:00 PM UTC-4, Daniel Pehoushek wrote:
> > On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
> > > On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
> > > > a major conclusion is
> > > > clause learning is wrong
> > > > bob has a very bounded linear interpretation
> > > > of significant possible clauses.
> > > > the ordinary bound is 8m+2m clauses.
> > > > this admits 3 trillion inferences per day.
> > > > daniel2380++
> > > Get a brain.
> > there are several big issues with clause learning when counting models
> > the learned clauses violate subtle tree ordering conditions and
> > those are unaccounted for in implementations
> > the size and correctness of databases when doing decomposition
> > makes for erroneous model counting results
> >
> > so clause learning is wrong
> > that is big news to the satisfiability committee
> > daniel2380++
> if i could
> send four words
> back in time
> i would choose these
> monotone qbf is linear
> daniel2380++
five words would be these
all monotone qbfs are linear

avoid negation and be well
daniel2380++

Re: linear transform from pspace to qspace solver bob

<tcji18$vt7$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=36720&group=comp.theory#36720

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!lcgThTYeO8MzMBTRin5cGQ.user.46.165.242.75.POSTED!not-for-mail
From: gre...@baine.net (Greta Baine)
Newsgroups: comp.theory
Subject: Re: linear transform from pspace to qspace solver bob
Date: Fri, 5 Aug 2022 09:55:02 -0700
Organization: Aioe.org NNTP Server
Message-ID: <tcji18$vt7$1@gioia.aioe.org>
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com>
<tapbl8$1dtd$1@gioia.aioe.org>
<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com>
<34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
<08e61567-0181-46d1-b94d-1cc3d72147a3n@googlegroups.com>
Reply-To: gretta@baine.net
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="32679"; posting-host="lcgThTYeO8MzMBTRin5cGQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.12.0
Content-Language: en-US
X-Notice: Filtered by postfilter v. 0.9.2
 by: Greta Baine - Fri, 5 Aug 2022 16:55 UTC

On 8/5/2022 7:03 AM, Daniel Pehoushek wrote:
> On Thursday, July 28, 2022 at 7:27:20 AM UTC-4, Daniel Pehoushek wrote:
>> On Wednesday, July 20, 2022 at 12:06:00 PM UTC-4, Daniel Pehoushek wrote:
>>> On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
>>>> On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
>>>>> a major conclusion is

But why no brain?

Re: linear transform from pspace to qspace solver bob

<9874a0f9-a2d9-4fa5-be17-c06dec748c5cn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=36802&group=comp.theory#36802

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a05:620a:2909:b0:6b6:a94:a988 with SMTP id m9-20020a05620a290900b006b60a94a988mr10103105qkp.350.1659828409642;
Sat, 06 Aug 2022 16:26:49 -0700 (PDT)
X-Received: by 2002:a25:6e09:0:b0:676:a087:bb7f with SMTP id
j9-20020a256e09000000b00676a087bb7fmr10671700ybc.248.1659828409338; Sat, 06
Aug 2022 16:26:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Sat, 6 Aug 2022 16:26:49 -0700 (PDT)
In-Reply-To: <tcji18$vt7$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:9df9:579b:edae:2468;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:9df9:579b:edae:2468
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com> <tapbl8$1dtd$1@gioia.aioe.org>
<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com> <34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
<08e61567-0181-46d1-b94d-1cc3d72147a3n@googlegroups.com> <tcji18$vt7$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9874a0f9-a2d9-4fa5-be17-c06dec748c5cn@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Sat, 06 Aug 2022 23:26:49 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2430
 by: Daniel Pehoushek - Sat, 6 Aug 2022 23:26 UTC

On Friday, August 5, 2022 at 12:55:08 PM UTC-4, Greta Baine wrote:
> On 8/5/2022 7:03 AM, Daniel Pehoushek wrote:
> > On Thursday, July 28, 2022 at 7:27:20 AM UTC-4, Daniel Pehoushek wrote:
> >> On Wednesday, July 20, 2022 at 12:06:00 PM UTC-4, Daniel Pehoushek wrote:
> >>> On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
> >>>> On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:

>>>>> a major conclusion is
why so brain i bet they made god without these words

five words would be these
all monotone qbfs are linear ?

if i could send four words back in time ?x?
would wood be monotone

i would choose these
monotone qbf is linear ?

three would be
linear monotone qbf ?

two are
monotone qbf ?

one
monotone ?

then ask what are ?
linear sized qbfs any way ?
are they words
too or two or to ? yes too true too for nsa cia kgb mix
i crush your right testicle and let it go free //jdp
daniel2380++

Re: linear transform from pspace to qspace solver bob

<4a2c9ad5-b7a1-49c3-bfb5-ab21d18ca95cn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=36932&group=comp.theory#36932

  copy link   Newsgroups: comp.theory
X-Received: by 2002:a37:aacd:0:b0:6b9:5734:33c8 with SMTP id t196-20020a37aacd000000b006b9573433c8mr2658706qke.214.1659960163359;
Mon, 08 Aug 2022 05:02:43 -0700 (PDT)
X-Received: by 2002:a25:e6cd:0:b0:675:8f5d:60a6 with SMTP id
d196-20020a25e6cd000000b006758f5d60a6mr14690418ybh.389.1659960162926; Mon, 08
Aug 2022 05:02:42 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.theory
Date: Mon, 8 Aug 2022 05:02:42 -0700 (PDT)
In-Reply-To: <9874a0f9-a2d9-4fa5-be17-c06dec748c5cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2600:2b00:774c:5000:851b:c677:6593:8d3a;
posting-account=wr2KGQoAAADwR6kcaFpOhQvlGldc1Uke
NNTP-Posting-Host: 2600:2b00:774c:5000:851b:c677:6593:8d3a
References: <9734f9b0-424f-4501-aee1-5047bfc9d3c0n@googlegroups.com>
<b9769785-5b2c-42e8-acaa-ca3006947932n@googlegroups.com> <tapbl8$1dtd$1@gioia.aioe.org>
<11d51dd3-43c1-4851-93e4-33476822ff0en@googlegroups.com> <34cbb8d3-7515-4033-8617-fbcfbfe1ce38n@googlegroups.com>
<08e61567-0181-46d1-b94d-1cc3d72147a3n@googlegroups.com> <tcji18$vt7$1@gioia.aioe.org>
<9874a0f9-a2d9-4fa5-be17-c06dec748c5cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4a2c9ad5-b7a1-49c3-bfb5-ab21d18ca95cn@googlegroups.com>
Subject: Re: linear transform from pspace to qspace solver bob
From: pehoush...@gmail.com (Daniel Pehoushek)
Injection-Date: Mon, 08 Aug 2022 12:02:43 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2785
 by: Daniel Pehoushek - Mon, 8 Aug 2022 12:02 UTC

On Saturday, August 6, 2022 at 7:26:50 PM UTC-4, Daniel Pehoushek wrote:
> On Friday, August 5, 2022 at 12:55:08 PM UTC-4, Greta Baine wrote:
> > On 8/5/2022 7:03 AM, Daniel Pehoushek wrote:
> > > On Thursday, July 28, 2022 at 7:27:20 AM UTC-4, Daniel Pehoushek wrote:
> > >> On Wednesday, July 20, 2022 at 12:06:00 PM UTC-4, Daniel Pehoushek wrote:
> > >>> On Thursday, July 14, 2022 at 11:10:36 AM UTC-4, Greta Baine wrote:
> > >>>> On 7/14/2022 4:34 AM, Daniel Pehoushek wrote:
>
> >>>>> a major conclusion is
> why so brain i bet they made god without these words
> five words would be these
> all monotone qbfs are linear ?
>
> if i could send four words back in time ?x?
> would wood be monotone
>
> i would choose these
> monotone qbf is linear ?
>
> three would be
> linear monotone qbf ?
>
> two are
> monotone qbf ?
>
> one
> monotone ?
>
> then ask what are ?
> linear sized qbfs any way ?
> are they words
> too or two or to ? yes too true too for nsa cia kgb mix
> i crush your right testicle and let it go free //jdp
> daniel2380++
theorem of cognition
five words back in time
all monotone qbfs are linear

avoid negation and be well
daniel2380++

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor