• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






minor_second

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 8 9 10 11 12

2021年10月30日

约束式编程学习笔记[5] local consistency (1) 剪定义域
摘要: 5 Local consistency notions 5.1 Node consistency Q: 为什么本章以考察Node consistency为起点? A: 其考察一元谓词,一个谓词。最简单。 Q: Node consistency对应的传播过程有什么效果? A: 缩减某些变元的定义域。( 阅读全文
posted @ 2021-10-30 16:18 minor_second 阅读(196) 评论(0) 推荐(0)
 
约束式编程学习笔记[4] 线性方程 线性不等式
摘要: 4 Some complete constraint solvers 4.3 Linear equations over reals Q: 利用教材的约定,试将$a-b=2c$表示成一阶逻辑原子公式。 A: 形如$A_1^2(f_+2(f_11(a),f_{-1}1(b)),f_21(c))$,谓词 阅读全文
posted @ 2021-10-30 14:03 minor_second 阅读(318) 评论(0) 推荐(0)
 

2021年10月28日

约束式编程学习笔记[3] 完全性证明框架 Term equations问题完全求解器(算法)
摘要: 4 Some complete constraint solvers Q: 解释"As such a repeated case analysis results in general in an exponential running time, we do not allow it to be 阅读全文
posted @ 2021-10-28 22:43 minor_second 阅读(116) 评论(0) 推荐(0)
 
约束式编程学习笔记[2] 约束式编程基本框架及其示例
摘要: 3 Constraint programming in a nutshell 3.1 Equivalence of CSPs Q: 解释词语:solved, false constraint. A: $C = D_1\times\cdots\times D_k$就是(某个)约束$C$的solved. 阅读全文
posted @ 2021-10-28 15:18 minor_second 阅读(326) 评论(0) 推荐(0)
 
约束式编程学习笔记[1] 布尔示例 符号示例 约束优化示例
摘要: 2 Constraint satisfaction problems: examples 2.4 Boolean constraint satisfaction problems Q: 相比直接写出函数表达式,用CSP的思想在处理full adder时有什么好处? A: draw in a syst 阅读全文
posted @ 2021-10-28 14:44 minor_second 阅读(205) 评论(0) 推荐(0)
 
约束式编程学习笔记[0] CSP基本概念 整数示例 实数示例
摘要: 2 Constraint satisfaction problems: examples Q: 列举"modeling"中可能出现的困难。 A: For other problems the appropriate representation as a CSP is by no means str 阅读全文
posted @ 2021-10-28 14:25 minor_second 阅读(210) 评论(0) 推荐(0)
 
约束式编程学习笔记简介
摘要: 专栏简介与声明 本专栏链接:https://www.cnblogs.com/minor-second/category/2052512.html 使用教材 本专栏是Principles of constraint programming个人复习博客系列。 ISBN: 9780511062490 专栏 阅读全文
posted @ 2021-10-28 12:14 minor_second 阅读(112) 评论(0) 推荐(0)
 
上一页 1 ··· 8 9 10 11 12