Skip to content

Commit 76d08b4

Browse files
committed
updated cutting_planes function with keyword arguements
1 parent 1f6c301 commit 76d08b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/datatypes.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ struct cutting_planes{O} <: AbstractReformulationMethod
450450
seperation_tolerance::Float64
451451
final_reform_method::AbstractReformulationMethod
452452
M_value::Float64
453-
function cutting_planes(optimizer::O,
453+
function cutting_planes(
454+
optimizer::O;
454455
max_iter::Int = 3,
455456
seperation_tolerance::Float64 = 1e-6,
456457
final_reform_method = BigM(),

0 commit comments

Comments
 (0)