Fabien Hermenier
Fabien Hermenier
Hi It is no longer possible to know the size of my vector, this is a bit annoying because you already store that data. Now, I have to maintain that...
Hi I plan to use cost_regular for a new project. The documentation of the signature is not very confortable. Especially in the CostAutomaton where there is no javadoc at all...
This implementation for IStateBitSet targets backtrackable bitsets that mostly contains 0. For non-dense bitsets, this implementation is more efficient in terms of memory usage as bitsets are allocated per region...
The following snippet illustrates 2/3 issues with choco 4.10.8: ``` final IEnvironment env = new EnvironmentTrailing(); final IStateBitSet b64 = new OneWordS64BitSet(env, 12); final IStateBitSet b32 = new OneWordS32BitSet(env, 1);...