Skip to content

Setting a default max/min bound when calling MixedIntegerLinearProgram.new_variable #7790

@nathanncohen

Description

@nathanncohen

Being able to write something like :

p = MixedIntegerLinearProgram()
v = p.new_variable(min=3, max =8)

Would be really nice !

CC: @yuan-zhou

Component: linear programming

Issue created by migration from https://trac.sagemath.org/ticket/7790

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions