Created
August 26, 2013 00:20
-
-
Save anonymous/6337147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const LENN = 6 | |
const LENM = 6 | |
proc dw(s: var array[0..LENN,float], t: var array[0..LENN,float] , w: var int):float = | |
var adtw = array[0..LENN,array[0..LENM,float]] | |
var cost = 0.0 | |
w = max(w, abs(LENN-LENM)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment