Skip to content

Use profile in cay-pom.xml to handle GUROBI issue. #1224

Open
@hjp615

Description

@hjp615

For now, If we want to use HeterogeneousOptimizer(using ILPSolver as its solver), we have to manually erase the following codes from pom.xml file.

<excludes>
    <exclude>**/ILPPlanDescriptor.java</exclude>
    <exclude>**/ilp/**</exclude>
</excludes>

However, if we use profile, this issue can be handled by passing an argument in command line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions