We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
允许重写一个约束渲染时候的 template
template
语法
format varName template
比如
constraint w int 1 10 constraint g graph graphNum nodeNum edgeNum format g ${value[0]} ${value[1]} ${w}
这样可以实现有权图,目前这个语法主要用来扩展 graph 类型
graph
这个信息会挂在到约束上面
因为 stringify 的时候是没有 format 信息的,所以这里
stringify
format
shuffle
store
rawTemplate
rawValue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
允许重写一个约束渲染时候的
template
语法
format varName template
比如
这样可以实现有权图,目前这个语法主要用来扩展
graph
类型影响
这个信息会挂在到约束上面
因为
stringify
的时候是没有format
信息的,所以这里todo
shuffle
) 那么多store
的设计会有问题,需要修改rawTemplate
rawValue
graph
来说,是求完所有的边再取format
计算,还是一条边算完format
再算下一条边The text was updated successfully, but these errors were encountered: