enforce bundle first ordering if bundles ordering is true
This commit is contained in:
@ -15,6 +15,7 @@ from models.advanced_options import AdvancedOptions
|
||||
class SolverRun(BaseModel):
|
||||
items: List[Item] = []
|
||||
bundles: List[Bundle] = []
|
||||
bundle_first_ordering: bool = True
|
||||
constraints: List[Constraint]
|
||||
irt_model: IRTModel
|
||||
objective_function: ObjectiveFunction
|
||||
|
Reference in New Issue
Block a user