mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 18:38:51 -06:00
Finish rewrite of user cuts component
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
from unittest.mock import Mock
|
||||
|
||||
from miplearn import Component, Instance
|
||||
from miplearn.components.component import Component
|
||||
from miplearn.instance import Instance
|
||||
|
||||
|
||||
def test_xy_instance():
|
||||
|
||||
Reference in New Issue
Block a user