v0.4.4
SeaPearl v0.4.4
Closed issues:
- No automatic registration of the latest SeaPearl/SeaPearlExtra/SeaPearlZoo version on the official Julia repo manager (#202)
- Write contribution and project guidelines (#248)
- Implement one impact-based search variable selection heuristic (#261)
- Increase code coverage of MOI_wrapper (#283)
- Increase coverage of various data generators (#284)
- Write best practices wiki page (#288)
- Add badges to README (#293)
- View type variables expected to have 'inner' attribute (#296)
- Update SeaPearl version (#300)
- Add regular constraint (#304)
- Implement impact-based search (#308)
- Refactor to remove various warnings (#311)
- Implement activity-based search (#312)
- Bugs in documentation build (#319)
- Fix broken LNS test (#324)
- Fix deprecation warnings (#326)
- Output Format (#360)
- Update SeaPearl dependencies (#379)
- Many warnings (#380)
Merged pull requests:
- Update documentation (#301) (@jardinetsouffleton)
- Add workflow to remove stale documentation (#302) (@jardinetsouffleton)
- Documentation update (#303) (@jardinetsouffleton)
- Add Reinforcement Learning documentation (#305) (@jardinetsouffleton)
- Update docs for SeaPearl internals (#306) (@jardinetsouffleton)
- Fix broken N-Queens generator (#310) (@jardinetsouffleton)
- Add badges to README (#313) (@jardinetsouffleton)
- Increase test coverage for instance generation (#314) (@jardinetsouffleton)
- Add test for eternity2 datagen (#315) (@jardinetsouffleton)
- Add RL tests (#316) (@jardinetsouffleton)
- Remove MOI-wrapper from main branch (#317) (@jardinetsouffleton)
- Change function call to avoid deprecation warning (#318) (@jardinetsouffleton)
- Paper in prep (#320) (@jardinetsouffleton)
- Fix broken doc sections (#321) (@jardinetsouffleton)
- Activity Based Value Selection Heuristic (#322) (@3rdCore)
- Fix/improve test setup (#325) (@jardinetsouffleton)
- 1st constraint (#327) (@navaxel)
- Addition constraint (#328) (@navaxel)
- Addition constraint (#329) (@navaxel)
- Fix/fix doc build (#330) (@navaxel)
- sumToZero correction + arithmetic constraint (#331) (@navaxel)
- Distance constraint (#332) (@navaxel)
- init parser (#334) (@navaxel)
- Parser (#335) (@navaxel)
- Parser2 (#336) (@navaxel)
- add group parsing (#337) (@navaxel)
- add constant constraint to intension parsing (#338) (@navaxel)
- first parsing for extension support constraint (#339) (@navaxel)
- add sum constraint and sum test (#340) (@navaxel)
- Parsing sum (#341) (@Max9294D)
- Parsing sum (#342) (@Max9294D)
- Fix variable parsing (#343) (@jardinetsouffleton)
- Extension parsing (#344) (@navaxel)
- Extension parsing (#345) (@navaxel)
- Variable tests (#346) (@jardinetsouffleton)
- Simple variable (#347) (@navaxel)
- Parsing sum (#348) (@Max9294D)
- Extension parsing (#350) (@navaxel)
- add group parsing for allDifferent constraint (#351) (@navaxel)
- correction about division constraint and variables with 0 in their do… (#352) (@navaxel)
- Parsing tests/all different (#353) (@jardinetsouffleton)
- Add tests for extension parsing (#354) (@jardinetsouffleton)
- N values constraint (#355) (@navaxel)
- N values constraint (#356) (@navaxel)
- sum parsing correction and tests (#357) (@navaxel)
- variable parsing correction (#358) (@navaxel)
- maximum constraint test (#359) (@navaxel)
- test all parsing constraint, variable and objective (#361) (@navaxel)
- Add Element1dVar constraint and Element1dVar Test. (#362) (@Max9294D)
- minimum constraint + min/max objective (#363) (@navaxel)
- Element (#364) (@Max9294D)
- output function for XCSP3 competition (#365) (@navaxel)
- Input xcsp2 (#366) (@Max9294D)
- Outputv2 (#367) (@navaxel)
- merge ouput and input for XCSP (#368) (@navaxel)
- add revise to argparse + divBounds correction (#369) (@navaxel)
- conversion error fixed : AbstractIntVar (#370) (@navaxel)
- Correction of the get_index(IntVar) error for sum (#371) (@Max9294D)
- Extension parsing error (#372) (@navaxel)
- correction updateNegativeTable (#373) (@navaxel)
- attribute displayXCSP3 correction for model (#375) (@navaxel)
- Error percentage group (#376) (@Max9294D)
- Upgrade to julia 1.8 (#378) (@jardinetsouffleton)
- Fix remove non core dependencies (#381) (@jardinetsouffleton)
- accelerate argparse settings (#382) (@navaxel)
- Correction error group (#383) (@Max9294D)
- Fixes for julia 1.9 (#384) (@jardinetsouffleton)
- group parsing correction + new tests (#385) (@navaxel)
- Correct bug parsing variables in group (#386) (@Max9294D)
- Extension parsing issue (#387) (@navaxel)
- short table constraint correction (#388) (@navaxel)
- change domain.min.value for minimum (same for max) (#389) (@navaxel)
- correct bug domain.min with minimum function (#390) (@Max9294D)
- divBounds correction (#391) (@navaxel)
- correction compactNegativeTable and compactShortTable (#392) (@navaxel)
- correction divBounds min > max (#393) (@navaxel)
- Div bounds correction (#394) (@navaxel)
- XCSP3 output correction for objective to maximize (#395) (@navaxel)
- Multiple strategies (#396) (@Max9294D)
- new type of variable 'as' (#397) (@navaxel)
- addVariable issue correction (#398) (@navaxel)
- group parsing correction for '%i' with i > 10 (#399) (@navaxel)
- stack overflow on extension parsing (#400) (@navaxel)
- group parsing issue for sum constraint with %... solved (#402) (@navaxel)
- save performance in csv file (#403) (@navaxel)