ecole icon indicating copy to clipboard operation
ecole copied to clipboard

Extensible Combinatorial Optimization Learning Environments

Results 62 ecole issues
Sort by recently updated
recently updated
newest added

In count_sum function, fixed the order of return types: std::pair to std::pair

All instances generated by `ecole.instance.CombinatorialAuctionGenerator` and `ecole.instance.IndependentSetGenerator` are infeasible. This occurs every time you call `env.reset(instance)`, so it is not possible to generate a starting observation.

type/bug 🐛