Misplaced Pages

Deflate

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

In computing , Deflate (stylized as DEFLATE , and also called Flate ) is a lossless data compression file format that uses a combination of LZ77 and Huffman coding . It was designed by Phil Katz , for version 2 of his PKZIP archiving tool. Deflate was later specified in RFC 1951 (1996).

#635364

73-469: Katz also designed the original algorithm used to construct Deflate streams. This algorithm was patented as U.S. patent 5,051,745 , and assigned to PKWARE, Inc. As stated in the RFC document, an algorithm producing Deflate files was widely thought to be implementable in a manner not covered by patents. This led to its widespread use – for example, in gzip compressed files and PNG image files, in addition to

146-417: A back- reference is inserted, linking to the previous location of that identical string instead. An encoded match to an earlier string consists of an 8-bit length (3–258 bytes) and a 15-bit distance (1–32,768 bytes) to the beginning of the duplicate. Relative back-references can be made across any number of blocks, as long as the distance appears within the last 32  KiB of uncompressed data decoded (termed

219-407: A bidirectional bytestream. The Internet media type for an arbitrary bytestream is application/octet-stream . Other media types are defined for bytestreams in well-known formats. Often the contents of a bytestream are dynamically created, such as the data from the keyboard and other peripherals (/dev/tty), data from the pseudorandom number generator ( /dev/urandom ), etc. In those cases, when

292-484: A byte-parallel loading method as well, this usage may have originated based on the common method of configuring the FPGA from a serial bit stream, typically from a serial PROM or flash memory chip. The detailed format of the bitstream for a particular FPGA is typically proprietary to the FPGA vendor. In mathematics, several specific infinite sequences of bits have been studied for their mathematical properties; these include

365-661: A clause to include software patents was quashed by the Indian Parliament in April 2005. However, following publication of the new guidelines on the examination of computer-related inventions on 19 February 2016, the Office of the Controller General of Patents, Designs and Trade marks accepts applications for software patents, as long as the software is claimed in conjunction with a novel hardware. On 30 June 2017, revised guidelines on

438-526: A computer program. When the EPO examines a patent application with questionable subject matter eligibility, their approach is to simply disregard any ineligible portions or aspects and evaluate the rest. This is notably different from the U.S. approach (see below). Computer-implemented inventions that only solve a business problem using a computer, rather than a technical problem, are considered unpatentable as lacking an inventive step (see T 258/03 ). Nevertheless,

511-470: A distance code. Based on the distance code read, further "extra" bits may be read in order to produce the final distance. The distance tree contains space for 32 symbols: Note that for the match distance symbols 2–29, the number of extra bits can be calculated as ⌊ n 2 ⌋ − 1 {\displaystyle \left\lfloor {\frac {n}{2}}\right\rfloor -1} . The two codes (the 288-symbol length/literal tree and

584-527: A group of Thai Economists. However, Dr. Hirapruk who is the Director of Software Park Thailand, on the other hand, provides his support on allowing the computer programs to be patentable: “Thailand had to provide a patent-right protection for computer software to ensure foreign high-tech investors that software producers' creativity would be secured from violations in Thailand”. As a result, Mr. Sribhibhadh, president of

657-455: A law of nature" although this requirement is typically met by "concretely realising the information processing performed by the software by using hardware resources". Software-related inventions may be considered obvious if they involve the application of an operation known in other fields, the addition of a commonly known means or replacement by equivalent, the implementation in software of functions which were previously performed by hardware, or

730-421: A longer compression time, and potentially a slightly higher compression ratio, than Deflate. Several free and/or open source projects support Deflate64, such as 7-Zip , while others, such as zlib , do not, as a result of the proprietary nature of the procedure and the very modest performance increase over Deflate. Implementations of Deflate are freely available in many languages. Apps written in C typically use

803-453: A mathematical formula, computer program, or digital computer" and a claim is patentable if it contains "a mathematical formula [and] implements or applies the formula in a structure or process which, when considered as a whole, is performing a function which the patent laws were designed to protect". When a patent application is examined by the USPTO, the initial threshold question (for each claim)

SECTION 10

#1732859266636

876-491: A more efficiently compressed and smaller encoded stream. Deflate64, specified by PKWARE, is a proprietary variant of Deflate. It's fundamentally the same algorithm. What has changed is the increase in dictionary size from 32 KB to 64 KB, an extension of the distance codes to 16 bits so that they may address a range of 64 KB, and the length code, which is extended to 16 bits so that it may define lengths of three to 65,538 bytes. This leads to Deflate64 having

949-625: A patent, inventors must file patent applications in each and every country in which they want a patent. For example, separate applications must be filed in Japan , China , the United States and India if the applicant wishes to obtain patents in those countries. However, some regional offices exist, such as the European Patent Office (EPO), which act as supranational bodies with the power to grant patents which can then be brought into effect in

1022-599: A possible patent infringement. A ruling by the Supreme Court of Korea found that patents directed towards automatic language translation within software programs were valid and possibly violated by its software. As like as 52(2) of the European Patent Convention (EPC), section 9 of the Thai Patent Act 1999 states that Thai patent law does not include software (or computer program) from patentability because

1095-403: A signalling method that does not directly translate to bits (for instance, by transmitting signals of multiple frequencies) and typically also encodes other information such as framing and error correction together with its data. The term bitstream is frequently used to describe the configuration data to be loaded into a field-programmable gate array (FPGA). Although most FPGAs also support

1168-550: A specific clause in the employment agreement assigning invention rights. A work for hire created after 1978 has copyright protection for 120 years from its creation date or 90 years from its publication date whichever comes first. Patent protection for software lasts 20 years. In Indonesia, software cannot be protected by patents, until the implementation of the Law No. 13 Year 2016, Patent Law in Indonesia. To begin evaluation, it

1241-510: A “technical contribution”, it added. Further elaborating on the usage of the term ‘per se’ in Section 3(k), the Court said, The words ‘per se’ were incorporated so as to ensure that genuine inventions which are developed, based on computer programs are not refused patents. With respect to the term per se, the joint parliamentary committee had expressed the following view: In the new proposed clause (k)

1314-413: Is Huffman coding which creates an unprefixed tree of non-overlapping intervals, where the length of each sequence is inversely proportional to the logarithm of the probability of that symbol needing to be encoded. The more likely it is that a symbol has to be encoded, the shorter its bit-sequence will be. A tree is created, containing space for 288 symbols: A match length code will always be followed by

1387-577: Is a manner of manufacture, the High Court has relied on the inquiry of whether the subject of the claims defining the invention has as its end result an artificially created state of affairs . In a decision of the Federal Court of Australia, on the patentability of an improved method of representing curved images in computer graphics displays, it was held that the application of selected mathematical methods to computers may involve steps which are foreign to

1460-639: Is extremely low in comparison to the average of 50 percent across all technical fields). A report from 2012 found that the average grant rate since 2006 for business method patents has risen to the current rate of roughly 25 percent. In New Zealand computer programs are excluded from patentability under the Patents Act 2013, but guidelines permitting embedded software were added since the initial Patents Bill. From 2013 computer programs 'as such' are excluded from patentability. The as such wording rules out only those software based patents where novelty lies solely in

1533-534: Is fair to say that a considerable proportion of software belongs to category (3). The patent protection measures can be seen in the patent law and the regulations on the protection of computer software. Within European Union member states, the EPO and other national patent offices have issued many patents for inventions involving software since the European Patent Convention (EPC) came into force in

SECTION 20

#1732859266636

1606-487: Is highly optimized decoding speed, or extremely predictable RAM usage for micro-controller embedded systems. Software patent A software patent is a patent on a piece of software , such as a computer program , libraries , user interface , or algorithm . A patent is a set of exclusionary rights granted by a state to a patent holder for a limited period of time, usually 20 years. These rights are granted to patent applicants in exchange for their disclosure of

1679-549: Is necessary to distinguish whether or not the application is considered an invention. Under Law No. 14 Year 2001, Article 1 of Patent Law in Indonesia, application is considered as an invention if the activity is created to solve a particular conflict or problem in the technology sector. Furthermore, it can be executed in the medium of a new process or product or a developmental enhancement in a product or process. According to Law No. 14 Year 2001, Article 7 of Patent Law in Indonesia., an application can not be patented as an invention if

1752-606: Is no particular exclusion for patents relating to software. The subject matter of an invention is patentable in Australia, if it is a manner of manufacture within the meaning of section 6 of the Statute of Monopolies . The High Court of Australia has refrained from ruling on the precise definition of manner of manufacture stating that any such attempt is bound to fail for the policy reason of encouraging national development in fields that may be unpredictable. In assessing whether an invention

1825-404: Is no unique and direct translation between bytestreams and bitstreams. Bitstreams and bytestreams are used extensively in telecommunications and computing . For example, synchronous bitstreams are carried by SONET , and Transmission Control Protocol transports an asynchronous bytestream. In practice, bitstreams are not used directly to encode bytestreams; a communication channel may use

1898-404: Is not a patentable invention. Bitstream A bitstream (or bit stream ), also known as binary sequence , is a sequence of bits . A bytestream is a sequence of bytes . Typically, each byte is an 8-bit quantity , and so the term octet stream is sometimes used interchangeably. An octet may be encoded as a sequence of 8 bits in multiple different ways (see bit numbering ) so there

1971-413: Is not in a good stage for a software patent as there were several flaws in patent rights. For example, the business method prevention has high tendency to hinder the growth in innovations especially for the infant software companies. Moreover, the software patent may cause monopoly and innovation problems. “Monopoly will thwart innovations of new software products, particularly open-source software”, said by

2044-454: Is rare to see a product which is not based on a computer program. Whether they are cars and other automobiles, microwave ovens, washing machines, refrigerators, they all have some sort of computer programs in-built in them. Thus, the effect that such programs produce including in digital and electronic products is crucial in determining the test of patentability. Patent applications in these fields would have to be examined to see if they result in

2117-531: Is still a valid patentable subject matter in Australia. But, in circumstances where patents have been sought over software to merely implement abstract ideas or business methods, the courts and the Commissioner of Patents have resisted granting patent protection to such applications both as a matter of statutory interpretation and policy. In Canada , courts have held that the use of a computer alone neither lends, nor reduces patentability of an invention. However, it

2190-584: Is the position of the Canadian Patent Office that where a computer is an "essential element" of a patent's claims, the claimed invention is generally patentable subject matter. In China, the starting time of software patent is relatively late. Before 2006, software patents were basically not granted, and software and hardware had to be combined when applying for a patent. With the development of network technology and software technology, China's patent examination system has been constantly updated. Recently,

2263-558: Is whether the subject matter is eligible, so this is evaluated separately and prior to the other patentability criteria (novelty, nonobviousness). This is notably different than the European approach (see above). Due to different treatment of federal patent rights in different parts of the country, in 1982 the U.S. Congress created a new court (the Federal Circuit ) to hear patent cases. Following several landmark decisions by this court, by

Deflate - Misplaced Pages Continue

2336-743: The Baum–Sweet sequence , Ehrenfeucht–Mycielski sequence , Fibonacci word , Kolakoski sequence , regular paperfolding sequence , Rudin–Shapiro sequence , and Thue–Morse sequence . On most operating systems , including Unix-like and Windows , standard I/O libraries convert lower-level paged or buffered file access to a bytestream paradigm. In particular, in Unix-like operating systems, each process has three standard streams , which are examples of unidirectional bytestreams. The Unix pipe mechanism provides bytestream communications between different processes. Compression algorithms often code in bitstreams, as

2409-654: The Free Software Foundation , that the Unified Patent Court will be much more open to patents generally and software patents in particular. In April 2013, the German Parliament adopted a joint motion "against the growing trend of patent offices to grant patents on software programs". United Kingdom patent law is interpreted to have the same effect as the European Patent Convention such that "programs for computers" are excluded from patentability to

2482-600: The Internet and e-commerce led to many patents being applied for and being granted for business methods implemented in software and the question of whether business methods are statutory subject matter is a separate issue from the question of whether software is. Critics of the Federal Circuit believe that the non-obviousness standard is partly responsible for the large increase in patents for software and business methods. There have been several successful enforcement trials in

2555-543: The ZIP file format for which Katz originally designed it. The patent has since expired. A Deflate stream consists of a series of blocks. Each block is preceded by a 3- bit header: The stored block option adds minimal overhead and is used for data that is incompressible. Most compressible data will end up being encoded using method 10 , the dynamic Huffman encoding, which produces an optimized Huffman tree customized for each block of data individually. Instructions to generate

2628-673: The sliding window ). If the distance is less than the length, the duplicate overlaps itself, indicating repetition. For example, a run of 10 identical bytes can be encoded as one byte, followed by a duplicate of length 9, beginning with the previous byte. Searching the preceding text for duplicate substrings is the most computationally expensive part of the DEFLATE algorithm, and the operation which compression level settings affect. The second compression stage consists of replacing commonly used symbols with shorter representations and less commonly used symbols with longer representations. The method used

2701-576: The zlib library (under the permissive zlib License ). Apps in Borland Pascal (and compatible languages) can use paszlib. Apps in C++ can take advantage of the improved Deflate library in 7-Zip . Both Java and .NET Framework offer out-of-the-box support for Deflate in their libraries (respectively, java.util.zip and System.IO.Compression ). Apps in Ada can use Zip-Ada (pure) or ZLib-Ada . AdvanceCOMP uses

2774-423: The 32-symbol distance tree) are themselves encoded as canonical Huffman codes by giving the bit length of the code for each symbol. The bit lengths are themselves run-length encoded to produce as compact a representation as possible. As an alternative to including the tree representation, the "static tree" option provides standard fixed Huffman trees. The compressed size using the static trees can be computed using

2847-513: The 8 bits offered by a byte (the smallest addressable unit of memory) may be wasteful. Although typically implemented in low-level languages , some high-level languages such as Python and Java offer native interfaces for bitstream I/O. One well-known example of a communication protocol which provides a byte-stream service to its clients is the Transmission Control Protocol (TCP) of the Internet protocol suite , which provides

2920-534: The Association of Thai Software Industry, emphasized that there will need to be a clear overview of the impact on the local industry if Thailand really had to fully implement the patent right protections. The first software patent was issued June 19, 1968 to Martin Goetz for a data sorting algorithm. The United States Patent and Trademark Office has granted patents that may be referred to as software patents since at least

2993-636: The European Union's attempt to harmonize national patent laws by the Proposal for a Directive of the European Parliament and Council on the patentability of computer-implemented inventions, and (2) the US court decision to expand patent protection to business methods. The opinions are divided into two sides. Dr. Tangkitvanich, the IT specialist of Thailand Development Research Institute (TDRI), raised his concern that Thailand

Deflate - Misplaced Pages Continue

3066-437: The Patents Act. In 2019, the Court observed, In today’s digital world, when most inventions are based on computer programs, it would be retrograde to argue that all such inventions would not be patentable. Innovation in the field of artificial intelligence, blockchain technologies and other digital products would be based on computer programs, however the same would not become nonpatentable inventions – simply for that reason. It

3139-521: The United States, some of which are listed in the list of software patents article. An issue with software patent intellectual property rights is typically revolved around deciding whether the company or inventor owns it. As a matter of law, in the United States, the employee generally owns the IP right unless the employee's inventing skills or task to create the invention is the main specific hiring reason or

3212-483: The computer software is not considered as an “invention”, in which it is not the idea of the product itself. Hence, the software is considered as the manual or instruction that was controlled by users to perform the tasks. A software patents law in Thailand has been controversial debates among the economists and national developers’ overtime since there were two significant developments in the international patent law; (1)

3285-404: The design idea of the software itself has been allowed to apply for patent separately, instead of requiring to be combined with hardware. However, software patent writing requirements are relatively high. Software patents can be written as either a product or a method, depending on the standards of review. However, no matter what form it is written in, it is difficult to highlight the creativity of

3358-421: The destination of a bytestream (the consumer) uses bytes faster than they can be generated, the system uses process synchronization to make the destination wait until the next byte is available. When bytes are generated faster than the destination can use them and the producer is a software algorithm, the system pauses it with the same process synchronization techniques. When the producer supports flow control ,

3431-652: The early 1970s. In Gottschalk v. Benson (1972), the United States Supreme Court ruled that a patent for a process should not be allowed if it would "wholly pre-empt the mathematical formula and in practical effect would be a patent on the algorithm itself", adding that "it is said that the decision precludes a patent for any program servicing a computer. We do not so hold." In 1981, the Supreme Court stated that "a claim drawn to subject matter otherwise statutory does not become nonstatutory simply because it uses

3504-433: The early 1990s the patentability of software was well established, and in 1996 the USPTO issued Final Computer Related Examination Guidelines stating that "A practical application of a computer-related invention is statutory subject matter. This requirement can be discerned from the variously phrased prohibitions against the patenting of abstract ideas, laws of nature or natural phenomena" (emphasis added). The emergence of

3577-464: The examination of computer related inventions were published. This 2017 guidelines provides clarity on patentability of software invention in India, i.e., the claimed computer-related invention needs to be ascertained whether it is of a technical nature involving technical advancement as compared to the existing knowledge or having economic significance or both, and is not subject to exclusion under Section 3 of

3650-468: The extent that a patent application relates to a computer program "as such". Current case law in the UK states that an (alleged) invention will only be regarded as an invention if it provides a contribution that is not excluded and that is also technical. A computer program implementing a business process is therefore not an invention, but a computer program implementing an industrial process may well be. In India ,

3723-493: The extent to which a patent or an application for a patent relates to that thing as such" and should not prevent, for example, a product, process, or method which may be implemented on a computer from being an invention, provided that the requirements of novelty and inventiveness are met. In South Korea , software is considered patentable and many patents directed towards "computer programs" have been issued. In 2006, Microsoft 's sales of its "Office" suite were jeopardized due to

SECTION 50

#1732859266636

3796-657: The fact that an invention is useful in business does not mean it is not patentable if it also solves a technical problem. A summary of the developments concerning patentability of computer programs under the European Patent Convention is given in (see G 3/08 ) as a response of the Enlarged Board of Appeal to questions filed by the President of the European Patent Office according to Article 112(1)(b) EPC . Concerns have been raised by free software campaigners, such as

3869-420: The following do not qualify as inventions: However, the article provides for that the patentability of these objects is excluded only in the case when the application for the grant of a patent for an invention concerns these objects as such . In South Africa , "a program for a computer" is excluded from recognition as an invention by section 25(2) of the Patents Act. However, this restriction applies "only to

3942-444: The higher compression ratio versions of Deflate in 7-Zip, libdeflate, and Zopfli to enable recompression of gzip , PNG , MNG and ZIP files with the possibility of smaller file sizes than zlib is able to achieve at maximum settings. Inflate is the decoding process that takes a Deflate bitstream for decompression and correctly produces the original full-size data or file. The normal intent with an alternative Inflate implementation

4015-479: The invention. The subject matter of the invention was held to be an abstract idea and not a manner of manufacture within the meaning of the term in the Patents Act. The same Full Federal Court in another decision regarding the patentability of an invention regarding a method and system for assessing an individual's competency in relation to certain criterion, reiterated that a business method or mere scheme were per se are not patentable. In principle, computer software

4088-417: The inventions. Once a patent is granted in a given country, no person may make, use, sell or import/export the claimed invention in that country without the permission of the patent holder. Permission, where granted, is typically in the form of a license which conditions are set by the patent owner: it may be free or in return for a royalty payment or lump sum fee. Patents are territorial in nature. To obtain

4161-416: The late 1970s. Article 52 EPC excludes "programs for computers" from patentability (Art. 52(2)) to the extent that a patent application relates to a computer program "as such" (Art. 52(3)). This has been interpreted to mean that any invention that makes a non-obvious "technical contribution" or solves a "technical problem" in a non-obvious way is patentable even if that technical problem is solved by running

4234-407: The maximum capability of the reference implementation in zlib/gzip. Other Deflate encoders have been produced, all of which will also produce a compatible bitstream capable of being decompressed by any existing Deflate decoder. Differing implementations will likely produce variations on the final encoded bit-stream produced. The focus with non-zlib versions of an encoder has normally been to produce

4307-471: The member states, and an international procedure also exists for filing a single international application under the Patent Cooperation Treaty (PCT), which can then give rise to patent protection in most countries. These different countries and regional offices have different standards for granting patents. This is particularly true of software or computer-implemented inventions, especially where

4380-416: The necessary Huffman tree immediately follow the block header. The static Huffman option is used for short messages, where the fixed saving gained by omitting the tree outweighs the percentage compression loss due to using a non-optimal (thus, not technically Huffman) code. Compression is achieved through two steps: Within compressed blocks, if a duplicate series of bytes is spotted (a repeated string), then

4453-462: The normal use of computers and hence amount to a manner of manufacture. In another unanimous decision by the Full Federal Court of Australia, an invention for methods of storing and retrieving Chinese characters to perform word processing was held to be an artificially created state of affairs and consequently within the concept of a manner of manufacture. Nevertheless, in a recent decision on

SECTION 60

#1732859266636

4526-402: The patentability of a computer implemented method of generating an index based on selection and weighing of data based on certain criterion, the Full Federal Court of Australia reaffirmed that mere methods, schemes and plans are not manners of manufacture. The Full Court went on to hold that the use of a computer to implement a scheme did not contribute to the invention or the artificial effect of

4599-421: The patenting of inventions involving software, but there is no one legal definition of a software patent. For example, U.S. patent law excludes "abstract ideas", and this has been used to refuse some patents involving software. In Europe, "computer programs as such" are excluded from patentability, thus European Patent Office policy is consequently that a program for a computer is not patentable if it does not have

4672-428: The potential to cause a "technical effect" which is by now understood as a material effect (a "transformation of nature"). Substantive law regarding the patentability of software and computer-implemented inventions, and case law interpreting the legal provisions, are different under different jurisdictions. Software patents under multilateral treaties : Software patents under national laws: In Australia, there

4745-410: The product or process contradicts or challenges the current regulations and rules, public order or ethics, and religious morality. In addition, if the application is treated as a method or theory in the scientific or mathematics, argued to be any type of living creatures, with the exception of micro-organisms, or is considered as an essential biological measure to produce plants or animals, the application

4818-442: The relationship between the [unpatentable] computer program and the [potentially patentable] programmed computer". The patent was granted on August 17, 1966, and seems to be one of the first software patents, establishing the principle that the computer program itself was unpatentable and therefore covered by copyright law, while the computer program embedded in hardware was potentially patentable. Most countries place some limits on

4891-537: The same statistics (the number of times each symbol appears) as are used to generate the dynamic trees, so it is easy for a compressor to choose whichever is smaller. During the compression stage, it is the encoder that chooses the amount of time spent looking for matching strings. The zlib/gzip reference implementation allows the user to select from a sliding scale of likely resulting compression-level vs. speed of encoding. Options range from 0 (do not attempt compression, just store uncompressed) to 9 representing

4964-457: The scheme, which requires specific case analysis. Software that can be patented mainly includes (but is not limited to): (1) Industrial control software, such as controlling the movement of mechanical equipment; (2) Software to improve the internal performance of the computer, such as a software can improve the virtual memory of the computer; (3) External technical data processing software, such as digital camera image processing software. It

5037-522: The software is implementing a business method. On 21 May 1962, a British patent application entitled " A Computer Arranged for the Automatic Solution of Linear Programming Problems " was filed. The invention was concerned with efficient memory management for the simplex algorithm , and could be implemented by purely software means. The patent struggled to establish that it represented a 'vendible product'. "The focus of attention shifted to look at

5110-699: The software. Similar to Europe. In the Philippines , "schemes, rules and methods of performing mental acts, playing games or doing business, and programs for computers" are non-patentable inventions under Sec. 22.2 of Republic Act No. 8293, otherwise known as the "Intellectual Property Code of the Philippines". In the Russian Federation according to article #1350 of the Civil Code of the Russian Federation

5183-465: The system only sends the ready signal when the consumer is ready for the next byte. When the producer can not be paused—a keyboard or some hardware that does not support flow control—the system typically attempts to temporarily store the data until the consumer is ready for it, typically using a queue . Often the receiver can empty the buffer before it gets completely full. A producer that continues to produce data faster than it can be consumed, even after

5256-565: The systematisation of known human transactions. In 1999, the allowance rate for business method patents at the Japan Patent Office (JPO) reached an all-time high of roughly 35 percent. Subsequently, the JPO experienced a surge in business method patent filings. This surge was met with a dramatic decrease in the average grant rate of business method patents during the following six years; it lingered around 8 percent between 2003 and 2006 (8 percent

5329-542: The words: “per se” have been inserted. This change has been proposed because sometimes the computer programme may include certain other things, ancillary thereto or developed thereon. The intention here is not to reject them for grant of patent if they are inventions. However, the computer programs as such are not intended to be granted patent. This amendment has been proposed to clarify the purpose. Software-related inventions are patentable. To qualify as an invention, however, there must be "a creation of technical ideas utilizing

#635364