Search found 38 matches

Go to advanced search

by ren
19 Aug 2013, 17:57
Forum: Helpdesk
Topic: handling the adjacency matrix of a graph in C++
Replies: 1
Views: 6143

handling the adjacency matrix of a graph in C++

Hello, I am stumbling over a problem when trying to compute the adjacency matrix of a graph in C++. Actually I am interested in the edges of a polytope, but - if I understand it correctly - an edge matrix itself does not exists as a subobject, but rather n alternate presentation of the adjacency mat...
by ren
09 May 2012, 13:50
Forum: Feature Requests
Topic: callable library: printing polymake banner
Replies: 1
Views: 13011

callable library: printing polymake banner

Hello, this is something which actually came up quite some time ago, but I seem to have forgotten it until now: The callable library automatically prints out a banner of every external library it uses, upon the first time you are using it. However, there is no way of obtaining a polymake banner (inc...
by ren
02 Feb 2012, 10:57
Forum: Helpdesk
Topic: Polymakes integer linear programming as callable library
Replies: 2
Views: 5001

Re: Polymakes integer linear programming as callable library

thanks for the quick reply, I see where me error was.
by ren
01 Feb 2012, 18:04
Forum: Helpdesk
Topic: Polymakes integer linear programming as callable library
Replies: 2
Views: 5001

Polymakes integer linear programming as callable library

Hi, I am trying to use some of Polymake's ilp routines through the callable library functionality, but I get an error message which I don't really tells me anything. This is the piece of code I try to get working: #include <polymake/Main.h> #include <polymake/Matrix.h> #include <polymake/SparseMatri...
by ren
01 Feb 2012, 17:41
Forum: Helpdesk
Topic: obtaining information from incidence matrices
Replies: 3
Views: 6360

Re: obtaining information from incidence matrices

thanks, words like a charm!
by ren
31 Jan 2012, 18:27
Forum: Helpdesk
Topic: obtaining information from incidence matrices
Replies: 3
Views: 6360

obtaining information from incidence matrices

Hello, I am a little bit stuck in understanding your implementation of incidence matrices. Correct me if I am wrong, but it seems to me that an incidence matrix, say {0,1} {0,2}, is internally stored as something alike a 2x3 matrix of the form 1 1 0 1 0 1 where each row corresponds to a set, each co...
by ren
11 May 2011, 12:31
Forum: Helpdesk
Topic: initializing incidence matrices through perl::Object
Replies: 2
Views: 4918

Re: initializing incidence matrices through perl::Object

Ah, sorry. I total forgot that I haven't replied yet.

Thank you for the answer, that solves my problem. :-)
by ren
04 May 2011, 17:14
Forum: Helpdesk
Topic: initializing incidence matrices through perl::Object
Replies: 2
Views: 4918

initializing incidence matrices through perl::Object

Hello, I have a problem with initializing incidence matrices through perl::Object. The following line of code: perl::Object q("IncidenceMatrix"); sometimes causes following Error Message during execution: ERROR: Can't use string ("") as a subroutine ref while "strict refs&qu...

Go to advanced search