Skip to content

Instantly share code, notes, and snippets.

@alekseyl1992
Created March 22, 2015 23:31
Show Gist options
  • Save alekseyl1992/b217406aa9f6d07be896 to your computer and use it in GitHub Desktop.
Save alekseyl1992/b217406aa9f6d07be896 to your computer and use it in GitHub Desktop.
CNC
results = [{
method: 'Метод "Иди в ближний"',
values: [{
path: '1-2-3-4-5-1',
l: 10
}, {
path: '1-3-2-4-5-1',
l: 20
}]
}, {
method: 'Метод Прима-Эйлера',
values: [{
path: '1-2-3-4-5-1',
l: 10
}, {
path: '1-3-2-4-5-1',
l: 20
}]
}, {
method: 'Метод Литтла',
values: [{
path: '1-2-3-4-5-1',
l: 10
}, {
path: '1-3-2-4-5-1',
l: 20
}]
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment