poset Questions

5

Solved

I have a partially ordered set, say A = [x1, x2, ...], meaning that for each xi and xj in the set, (exactly) one of four possibilities is true: xi < xj, xi == xj, xi > xj, or xi and xj are in...
Undermine asked 4/2, 2014 at 18:38

2

Solved

I am looking for a Java implementation of a data structure which holds a collection of elements for which a partial ordering is defined, and which allows one to iterate over those elements in some ...
Sought asked 11/9, 2012 at 4:35

0

This is built upon a previous question Solve a simple packing combination with dependencies, although there is no need to check out that question to understand this one. This question asks about t...
Degroot asked 2/5, 2018 at 2:10

1

Solved

While reading Bartosz' excellent Category theory for Programmers, I got stuck in the second exercise, which deals with products in posets. Given a poset, b e ↗ ⤭ ↘ a → c f → h ↘ ⤭ ↗ d g how ...
Derward asked 30/7, 2016 at 12:28

3

Solved

There are a huge number of sorting algorithms out there, but most of them only work on totally-ordered sets because they assume that any two elements are comparable. However, are there any good alg...
Loosen asked 5/1, 2011 at 2:14

2

Solved

I have a procedural EDSL which uses blocks of statements. These statements are added to the blocks in no particular order although there may be dependencies between statements. During compilation...
Leprosy asked 2/10, 2014 at 9:43

4

I've some lists with variable number of elements. Each list is sorted, but the sorting algorithm is not known. I would like to merge the lists into one big list which contains all lists in same ord...
Quasar asked 10/1, 2011 at 10:37

1

How to efficiently enumerate all partial orders on a finite set? I want to check whether a partial order with specified properties exists. To check this I am going with brute force to enumerate al...
Amorous asked 22/4, 2013 at 20:4
1

© 2022 - 2024 — McMap. All rights reserved.