#11: Allow for the possibility of using the bytecode representation of the model for any task ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: ferhat Type: enhancement | Status: accepted Priority: major | Milestone: 4.2 Component: Preprocessor | Version: Resolution: | Keywords: ---------------------------+------------------------------------------------
Comment(by sebastien):
Almost done.
We plan a change in the semantics of stack_solve_algo. Currently, values 0 and 1 actually implement the same algorithm (sim1/simk don’t actually implement the original relaxation algorithm). We propose to associate to value 1 the original relaxation algorithm, which will be available in bytecode at first (slower, but less memory-consuming).