optaconf icon indicating copy to clipboard operation
optaconf copied to clipboard

DEPRECATED IN FAVOR OF https://github.com/kiegroup/optaplanner/tree/master/optaplanner-examples/src/main/java/org/optaplanner/examples/conferencescheduling

Results 4 optaconf issues
Sort by recently updated
recently updated
newest added

Bumps poi from 3.13 to 3.17. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=3.13&new-version=3.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Need to have rules that take the rockstar boolean on a speaker into account when the schedule is optimized.

In: https://github.com/ge0ffrey/optaconf/blob/master/optaconf-webapp/src/main/java/org/optaconf/domain/Conference.java#L67 Should be marked @Transient and there should be 3 new columns hardScore, softScore, and feasible. I had a version of the domain model that had this but it...

I would like to develop functionality that allows the end-user to create a conference (name, date range), then create tracks, and fill in talks and speakers for the tracks, then...