Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: SSI format versioning between 4.0.1 and 4.0.2
PostPosted: Thu Jul 09, 2015 4:59 am 
Hello,
Wondering if someone could point me towards documentation for changes to the SSI format.

When reading in an SSI file created in 4.0.2 into 4.0.1 I get the error
Code:
incompatible versions of ssi: 8/526 vs 8/528
When I write this file back out and compare the two files, they differ only by the first line:
Code:
1c1
< 98 8 528 100663424 10321
---
> 98 8 526 100663424 10321
I guess there is no significant difference between SSI format versions (?) 8/528 for Singular 4.0.2 and 8/526 for Singular 4.0.1 but I'd appreciate some help confirming this, or at least interpreting this first line of the file. Regards,
Eric


Report this post
Top
  
Reply with quote  
 Post subject: Re: SSI format versioning between 4.0.1 and 4.0.2
PostPosted: Thu Jul 09, 2015 10:13 am 

Joined: Wed May 25, 2005 4:16 pm
Posts: 275
The basic data representations (int, string, number, poly, ideal, etc.)
are the same. But calls to kernel commands differ:
there are 2 new (http://www.singular.uni-kl.de/Manual/4- ... tm#SEC2400) .
First line:
98 <ssi-version> <max. token> <current options, part 1> <current options, part 2>

Summary: as long as no "quote" is used, the format is the same.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 11:05 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group