Skip to content

Releases: quancs/UPSimulator

Support SNP system

24 Apr 07:33
Compare
Choose a tag to compare
Support SNP system Pre-release
Pre-release

Following is the basic usage.

Environment{
	Membrane a{
		Object a^2,b^2;
		
		Rule r1= a*/ a^2 -> ( a, go b);
		Rule r2= b(b)*/ b -> ( b, go all);

		Tunnel b,c;
	}
	
	Membrane b{
	}
	
	Membrane c{
	}
}

Speed up fetching conditions

21 Apr 17:09
Compare
Choose a tag to compare

Speed up fetching conditions while conditions can be fetched more than one time

Results record can be disabled

16 Apr 11:43
Compare
Choose a tag to compare
1.0.3

Historical results can be disabled

Support Maximum Priority Condition

16 Apr 06:54
Compare
Choose a tag to compare
1.0.2

Fix bug: cannot enable info log

Improve used rule output efficiency

09 Apr 17:11
Compare
Choose a tag to compare
1.0.1

Improve used rules output efficiency.

UPSimulator v1.0

08 Apr 04:17
Compare
Choose a tag to compare

Support tissue-like P system and cell-like P system.