(
maximum seat count of client license >= 250 and maximum seat count of client license < 1000 and
(
speed of main processor < 1400 * mhz or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 256
)
)
OR
(
maximum seat count of client license >= 1000 and maximum seat count of client license < 5000 and
(
speed of main processor < 2000 * mhz or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 512
)
)
OR
(
maximum seat count of client license >= 5000 and maximum seat count of client license < 10000 and
(
speed of main processor < 1800 * mhz or number of processors < 2 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 512
)
)
OR
(
maximum seat count of client license >= 10000 and maximum seat count of client license < 25000 and
(
speed of main processor < 2000 * mhz or number of processors < 2 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 1024
)
)
OR
(
maximum seat count of client license >= 25000 and maximum seat count of client license < 50000 and
(
speed of main processor < 2400 * mhz or number of processors < 2 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 2048
)
)
OR
(
maximum seat count of client license >= 50000 and maximum seat count of client license < 75000 and
(
speed of main processor < 2000 * mhz or number of processors < 4 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 2048
)
)
OR
(
maximum seat count of client license >= 75000 and maximum seat count of client license < 125000 and
(
speed of main processor < 2400 * mhz or number of processors < 4 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 4096
)
)
OR
(
maximum seat count of client license >= 125000 and
(
speed of main processor < 3000 * mhz or number of processors < 8 or
(
if
(
it > 128
)
then
(
(
(
it / 32
)
* 32
)
+
(
if
(
it mod 32 > 16
)
then 32 else 0
)
)
else it
)
of
(
size of ram /
(
1024*1024
)
)
< 8192
)
)
(maximum seat count of client license >= 250 and maximum seat count of client license < 1000 and (speed of main processor < 1400 * mhz or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 256)) OR (maximum seat count of client license >= 1000 and maximum seat count of client license < 5000 and (speed of main processor < 2000 * mhz or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 512)) OR (maximum seat count of client license >= 5000 and maximum seat count of client license < 10000 and (speed of main processor < 1800 * mhz or number of processors < 2 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 512)) OR (maximum seat count of client license >= 10000 and maximum seat count of client license < 25000 and (speed of main processor < 2000 * mhz or number of processors < 2 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 1024)) OR (maximum seat count of client license >= 25000 and maximum seat count of client license < 50000 and (speed of main processor < 2400 * mhz or number of processors < 2 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 2048)) OR (maximum seat count of client license >= 50000 and maximum seat count of client license < 75000 and (speed of main processor < 2000 * mhz or number of processors < 4 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 2048)) OR (maximum seat count of client license >= 75000 and maximum seat count of client license < 125000 and (speed of main processor < 2400 * mhz or number of processors < 4 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 4096)) OR (maximum seat count of client license >= 125000 and (speed of main processor < 3000 * mhz or number of processors < 8 or (if (it > 128) then ( ((it / 32) * 32) + (if (it mod 32 > 16) then 32 else 0) ) else it) of (size of ram / (1024*1024)) < 8192))